A.All new disks in the system will be formatted
B.Only the contents of the root volume group destination disks will be destroyed
C.All file systems, including /(root), /tmp, /usr, and /var, but no usr data in the root volume group, will be destroyed
D.The contents of all disks on the system, even if they are not shown as the destination root volume group disks, will be destroyed
第1题:
A.AIX5.3andDynamicLogicalPartitioning
B.AIX5.2andDynamicLogicalPartitioning
C.AIX5.2andAdvancedPOWERVirtualizationfeature
D.AIX5.3andAdvancedPOWERVirtualizationfeature
第2题:
[A] occur
[B] engage
[C] confront
[D] encounter
第3题:
下面关于列表框Selected属性的叙述中正确的是_______________。
A.Selected属性是个字符数组
B.Selected属性一个数组,用来表示哪些列表项被选中
C.Selected属性是一个逻辑型变量,当选中一个列表项时,Selected属性被设置为True
D.Selected属性为1时表示列表框中有列表项被选中
第4题:
A.APV,AIX5.2ML4
B.AIX5.3ori5/OS
C.APV,i5/OS,AIX5.3
D.APV,AIX5.3orSuSE9
第5题:
第6题:
在网页中加入一个下拉列表框,列表框中有10个选项,每个选项的内容分别为你最喜欢的10位同学的姓名,要求默认选中你最喜欢的同学的姓名,下拉列表框中可见选项的数目为5个,允许多选。能实现该功能的选项为()。
A.<input type="list" name="favoriteperson" view="5"> <option value="1">赵一</option> <option value="2">钱二</option> <option value="3" selected>孙三</option> <option value="4">李四</option> <option value="5">张五</option> <option value="6">王六</option> <option value="7">刘七</option> <option value="8">周八</option> <option value="9">吴九</option> <