考题
●Windows XP is Microsoft's most advanced desktop (70) system.(70) A.operatingB.programmingC.securityD.service
考题
在C#中,引用命名空间System的正确语句是()A. using_System;B. #import_;C. uses_System;D. #include;
考题
Windows XP is Microsoft' s most advanced desktop(70)system.A.operatingB.programmingC.securityD.service
考题
ASystempadministratorneedstodocumentsystemchangesthathaveoccurredrecently.Thecompanyhasapolicyofmakingallpossiblechangesviathesmitinterface.Whichofthefollowingfileswouldshowthecommandsthathavebeenperformedfromwithinsmitandtheirresultingoutput()A./smit.logB./smit.scriptC./var/log/smit.logD./.history
考题
Anadministratorneedstodocumentsystemchangesthathaveoccurredrecently.Thecompanyhasapolicyofmakingallpossiblechangesviathesmitinterface.Whichfilewouldshowthecommandsthathavebeenperformedfromwithinsmitandtheirresultingoutput?()A./smit.logB./smit.scriptC./var/log/smit.logD./var/log/smit.script
考题
AnadministratorisloggedintoaremoteserverusinganXwindowsclientandwantstousesmit.Thebandwidthfortheremoteconnectionisminimal,sotheadministratorwouldliketodisablethegraphicalversionofsmittospeedupdisplayupdates.Whichcommandwillstartsmitinthenon-graphicalmode?()A.smitB.msmitC.smit-CD.smit_tty
考题
Howwouldthesystemadministratorfindinformationregardingsmitmenudefinitions?()
A.UseODMcommandsB.UseLVMcommandsC.Inthe/etc/environmentfileD.Inthe/usr/lib/smit/menu.cfgfile
考题
Anadministratornoticesthe/filesystemis98%full.Whichofthefollowingfilescommonlygrowrapidly()
A./var/adm/wtmpB./etc/security/failedloginC./smit.scriptD./proc
考题
HowwouldanAIXadministratorfindinformationregardingsmitmenudefinitions()
A.UseODMcommandsB.Inthe/smit.logfileC.Inthe/etc/environmentfileD.Inthe/usr/lib/smit/menu.cfgfile
考题
3、下列循环语句合法的是()A.while(int i<7){ System.out.println(“i is ”+i); i++; }B.int i=1; while(i){ System.out.println(“i is ”+i); }C.int i=0; for(int i=0;i<7;i++){ System.out.println(“i is ”+i); }D.int i=0; do{ System.out.println(“i is ”+i++); if(i==3) continue; }while(i<7);