A.have
B.am having
C.have been having
D.have been had
第1题:
–– Jack: Mommy, when will we have dinner? I'm starving.
–– Mother:————————? We have to wait for daddy.
A: Quickly, honey
B: OK, honey
C: Soon, honey
D: All right, honey
第2题:
A.DRIVELETTER:\TOOLS\RCINSTALL.EXE
B.DRIVELETTER:\i386\WINNT32.EXE/RECCONS
C.DRIVELETTER:\i386\CMDCONS.EXE
D.DRIVELETTER:\i386\WINNT32.EXE/CMDCONS
第3题:
第4题:
Ben: Mommy, when will we have dinner? I’m starving.
Mother: _______.We have to wait for daddy.
A: Quickly, honey
B: All right, honey
C: Soon, honey
D: O.K., honey
第5题:
YouarethenetworkadministratorandneedtoinstallWindows2000Professionalon35computers.Youneedtoinstalltherecoveryconsoletheinstallations.YoucreateadistributionfolderonaserverandcopyWindows2000ProfessionalSupportfoldertothedistributionfolder.YoucreateanetworkbootfloppytoinstallW2kProfromthedistributionfolder.Youneedtomakeabatchfile,whichthenetworkbootfloppywillusetostarttheinstallation.Whichcommandwouldyouincludeinthebatchfile:()
A.Winnt32/cmd:z:\i386\winnt\a
B.Winnt32/cmd:z:\support\tools\setup.exe
C.Winnt/e:z:\i386\winnt32/cmdcons
D.Winnt/e:z:\support\tools\setup.exe
Youshouldusethecommandwinnt/e:z:\i386\winnt32/cmdconswhere/eisusedtoSpecifyacommandtobeexecutedattheendofGUI-modeSetupand/cmdconsparameteraddstotheoperatingsystemselectionscreenaRecoveryConsoleoptionforrepairingafailedinstallation. WINNT32setsuporupgradesWindows2000ServerorWindows2000Professional.Youcanrunthewinnt32commandataWindows95,Windows98,orWindowsNTcommandpromptbutnotfromthenetworkbootfloppy.Choice Winnt/e:z:\support\tools\setup.execommandcanbeusedtoinstallthewindows2000professionalsupporttoolsnottherecoveryconsole.
第6题:
下列代码的输出结果是1 2 3 4 5 6 7 8 () <% int[] a=new int[] {1,2,3,4,5,6,7,8}; pageContext.setAttribute("a",a); %> <c:forEach items="${a }" var="i" begin="3" end="5" step="2" > ${i } </c:forEach>