An administrator setting up software RAID 1 on a Windows Server with two volumes for two separate hard drives, but the option for mirrored is grayed out. Which of the following is the likely reason why this is occurring?()
A. The disks have been setup as basic.
B. The page file must be at least 4GB to support mirrored drives.
C. The disks have been setup as dynamic.
D. Windows does not support software RAID 1.
第1题:
有以下程序: main() { char *S[]={"one","two","three"},*p; p=s[1]; printf("%c,%s\n", *(p+1), s[0]); } 执行后输出结果是( )。
A.n,two
B.t,one
C.w,one
D.o,two
第2题:
A.Simple
B.Two-tier
C.N-tier
D.Client-server
第3题:
12. About_______ of the workers in the factory were born in the __________.
A. two- thirds;1970
B. two- thirds ; 1970s
C. two-third ; 1970
D. two-third ; 1970s
第4题:
有以下程序
main()
{char *s[]={"one","two","three"},*p;
p=s[1];
printf("%c,%s\n",*(p+1),s[0]);
}
执行后输出结果是
A.n,two
B.t,one
C.w,one
D.O,two
第5题:
About ________ of the workers in the factory were born in the ________.
A.two-thirds, 1970 B.two-thirds, 1970s C.two-third,1970 D.two-third, 1970s
第6题:
1、以下对枚举类型名的定义中正确的是()。
A.enum a={one,two,three};
B.enum a {one=9,two=-1,three};
C.enum a={"one","two","three"};
D.enum a {"one","two","three"};