which descnption is NOT true?
A.Personal computer has not the features of the larger system.
B.Large systems offer higher processing speeds for user and return more data than PCs.
C.Output devices take output results from the CPU in machine-coded form. and conven them into a form. that used by people.
D.The input/output devices and auxiliary storage units of a computer system are called peripherals.
第1题:
A.a
B.b
C.c
D.d
E.Compilationfails.
第2题:
下列代码的执行结果是()。publicclasstest5{publicstaticvoidmain(Stringargs[]){Strings1=newString("hello");Strings2=newString("hello");System.out.prim(s1==s2);System.out.print(",");System.out.println(s1.equals(s2));}
A.true,false
B.true,true
C.false,true
D.false,false
第3题:
下列代码的执行结果是______。 public class ex55 { public static void main(String args[] ) { String s1=new String("hello"); String s2=new String("hello"); System.out.print (s1==s2); System.out.print (","); System.out.println (s1.equals (s2)); } }
A.true, false
B.true, true
C.false, true
D.false, false
第4题:
下列语句在控制台上的输出是().if(true)System.Console.WriteLine("First");System.Console.WriteLine("Second");
A. FirstSecond
B. First
C. Second
D. 无输出
第5题:
假设变量sum=0和j=80都是int类型,则下列语句中的正确的是( ).
A.if (true) System. out. println("true"); else;
B.if (5<>1) System. out. println( "not equal" );
C.for (iht j=20;j<<50;j--) System. out. println (j);
D.while (j>>=50) sum +=j; j--;
第6题:
YournetworkhasclientcomputersthatrunWindows7Enterprise.YouplantodeploynewadministrativetemplatepolicysettingsbyusingcustomADMXfiles.YoucreatethecustomADMXfiles,andyousavethemonanetworkshare.YoustartGroupPolicyObjectEditor(GPOEditor).ThecustomADMXfilesarenotavailableintheGroupPolicyeditingsession.YouneedtoensurethattheADMXfilesareavailabletotheGPOEditor.Whatshouldyoudo?()
A.SetthenetworksharepermissionstograntallWindows7usersReadaccessfortheshare.
B.CopytheADMXfilestothecentralstore,andthenrestarttheGPOEditor.
C.CopytheADMXfilestothe%systemroot%\inffolderoneachWindows7computer,andthenrestarttheGPOEditor
D.CopytheADMXfilestothe%systemroot%\system32folderoneachWindows7computer,andthenrestarttheGPO Editor.