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 c

题目

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.


相似考题
更多“which descnption is NOT true?A.Personal computer has not the features of the larger system ”相关问题
  • 第1题:

    booleanbool=true;if(bool=false){System.out.println(“a”);}elseif(bool){System.out.println(“c”);}elseif(!bool){System.out.println(“c”);}else{System.out.println(“d”);}Whatistheresult?()

    A.a

    B.b

    C.c

    D.d

    E.Compilationfails.


    参考答案:C
    Firstofall,thesecondprintlnstatementshouldprintthecharacter‘b’insteadof‘c’.Also,theanswerisnotE.butC.Indeed,thefollowinglineisperfectlylegal:if‘(bool=false)’.TheboolvariablewillsimplytakethevalueoffalseandtheIFstatementwillbeevaluatedtofalse.Therefore,thecorrectanswerisC.

  • 第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


    正确答案:C

  • 第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


    正确答案:C

  • 第4题:

    下列语句在控制台上的输出是().if(true)System.Console.WriteLine("First");System.Console.WriteLine("Second");

    A. FirstSecond

    B. First

    C. Second

    D. 无输出


    正确答案:A

  • 第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--;


    正确答案:A
    解析:选项B中,不等于关系运算符不是>,而是!=;选项C中,for循环里第二个语句 j20的结果不是布尔型;选项D中,条件表达式的结果也不是布尔型,而且循环体应该包括两条语句,这时需要加{}将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.


    参考答案:B