网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Which of the following commands could be used to start the Management Console on a workstation running Windows 2000/XP?()
A

Start > Run > MCP

B

Start > Run > MCE

C

Start > Run > MCA

D

Start > Run > MMC


参考答案

参考解析
解析: 暂无解析
更多 “单选题Which of the following commands could be used to start the Management Console on a workstation running Windows 2000/XP?()A Start  Run  MCPB Start  Run  MCEC Start  Run  MCAD Start  Run  MMC” 相关考题
考题 The car won't start because the battery has______-_.A. run downB. run overC. run outD. run off

考题 In which of the following locations will a technician start and stop the print spooler?() A. Click Start, select run and type Services.mscB. Click Start, select run and type gpedit.mscC. Click Start, select run and type regeditD. Click Start, Settings, Printers and Faxes

考题 如果类实现了Runnable接口,类必须包含的方法是( )。A.start()、stop()和run()B.actionPerformed()C.run()D.start()、stop()

考题 Safe Mode is an essential Startup tool for troubleshooting Windows 98. Which two methods cause the system to start up in Safe Mode?()A、start the system in DOS Mode and run the WIN /S commandB、press the  key while restarting system - select Safe ModeC、start the system in DOS Mode and run the safe.EXE fileD、hold  key while restarting the system; select Safe Mode

考题 Which of the following commands could be used to start the Management Console on a workstation running Windows 2000/XP?()A、Start  Run  MCPB、Start  Run  MCEC、Start  Run  MCAD、Start  Run  MMC

考题 You plan to upgrade a computer that runs Windows 2000 to Windows XP Professional. You need to verify that the applications currently installed on the computer will run after the upgrade. What should you do before you start the Windows XP Professional installation?()A、From the Windows XP Professional source files, run winnt.exe /u. B、From the Windows XP Professional source files, run Winnt32 /checkupgradeonly.C、Review the Windows Hardware Compatibility List on the Microsoft Web site. D、Start the computer from the Windows XP Professional installation CD. When prompted, press F6.

考题 PLC-5/40E处理器工作方式分为()A、RUN和PROGRAMB、RUN、START和PROGRAMC、RUN、REM和PROGRAMD、START、ROM和PROGRAM

考题 Critical services are running on CKD20, a domain controller. You have completed restructuring the organizational unit hierarchy for the domain and deleted the needless objects. What would you do to perform an offline defragmentation of the Active Directory database on CKD20 while ensuring that the critical services remain online()A、Open the Microsoft Management Console (MMC) and stop the Domain Controller service. After that,run the defrag toolB、Start the domain controller in the Directory Service restore mode and run the Ntdsutil toolC、Start the domain controller and then use the Defrag tool to start defragmentationD、Open the MMC and stop the Domain Controller service. After that, run the Ntdsutil tool.E、All of the above

考题 Which two code fragments will execute the method doStuff() in a separate thread?()A、 new Thread() { public void run() { doStuff(); } }B、 new Thread() { public void start() { doStuff(); } }C、 new Thread() { public void start() { doStuff(); } } .run();D、 new Thread() { public void run() { doStuff(); } } .start();E、 new Thread(new Runnable() { public void run() { doStuff(); } } ).run();F、 new Thread(new Runnable() { public void run() { doStuff(); } }).start();

考题 In which of the following locations will a technician start and stop the print spooler?()A、Click Start, select run and type Services.mscB、Click Start, select run and type gpedit.mscC、Click Start, select run and type regeditD、Click Start, Settings, Printers and Faxes

考题 Which method must be defined by a class implementing the java.lang.Runnable interface? () A、 void run()B、 public void run()C、 public void start()D、 void run(int priority)E、 public void run(int priority)F、 public void start(int priority)

考题 Which method in the Thread class is used to create and launch a new thread of execution?()A、ensp;Run();B、ensp;Start();C、ensp;Execute();D、ensp;Run(Runnableensp;r);E、ensp;Start(Runnableensp;r);F、ensp;Execute(Threadensp;t);

考题 Which two can be used to create a new Thread?()   A、 Extend java.lang.Thread and override the run method.B、 Extend java.lang.Runnable and override the start method.C、 Implement java.lang.thread and implement the run method.D、 Implement java.lang.Runnable and implement the run method.E、 Implement java.lang.Thread and implement the start method.

考题 Which two code fragments will execute the method doStuff() in a separate thread?()A、new Thread() {public void run() { doStuff(); }};B、new Thread() {public void start() { doStuff(); }};C、new Thread() {public void start() { doStuff(); }}.run();D、new Thread() {public void run() { doStuff(); }}.start();E、new Thread(new Runnable() {public void run() { doStuff(); }}).start();

考题 You install Windows Server 2008 R2 Enterprise (Server Core Installation). You need to add the Hyper-V role to the server. Which command should you run?()A、start /w hvconfigB、start /w ocsetup Microsoft-Hyper-VC、start /w ServerManagerCMD Cinstall Hyper-VD、net start " hyper-v virtual machine management "

考题 You are the desktop administrator for Company.com’s sales department. Company.com’s network contains a RIS server.  You need to install Windows 2000 Professional on a computer that has a SCSI disk subsystem. You start the computer by using the Windows 2000 Professional CD-ROM, and you begin the installation. However, Setup reports that it cannot find any disk on which to install Windows 2000 Professional. You start the computer by using a RIS bootable floppy disk, and you receive the same result. What should you do?()A、 Add an answer file to the root directory of the RIS bootable floppy disk.      Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. B、 Add the SCSI-controller driver to the root directory of the RIS bootable floppy disk.     Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. C、 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide an answer file on a floppy disk. D、 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide a SCSI-controller driver on a floppy disk. E、 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide the appropriate HAL on a floppy disk. 

考题 You use Windows 2000 Professional on your desktop Computer. You schedule a task to run an MMC snap-in to perform configuration tasks on other computers. You notice that the task is not completing correctly. You manually start MMC. You add the snap-in. You are then able to successfully run the task. You verify that all of your other tasks are working correctly. You want to enable your tasks to complete successfully. What should you do?()A、Use Scheduled Tasks to configure the task to run under the security context of your account.B、Configure the Task Scheduler service account to use a local Administrator account and password.C、Use Computer Management to start the Messenger service and to configure the Messenger service to start automatically. D、Use Computer Management to start the Task Scheduler service and to configure the Task Scheduler service to start automatically. 

考题 You are the desktop administrator for your company's sales department. The company's network contains a RIS server. You need to install Windows XP Professional on a computer that has a SCSI disk subsystem. You start the computer by using the Windows XP Professional CD-ROM, and you begin the installation. However, Setup reports that it cannot find any disks on which to install Windows XP Professional.  You start the computer by using a RIS bootable floppy disk, and you receive the same result. What should you do?()A、Add an answer file to the root directory of the RIS bootable floppy disk. Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. B、Add the SCSI-controller driver to the root directory of the RIS bootable floppy disk. Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. C、Start the computer by using the Windows XP Professional CD-ROM, and run Setup. After Setup starts, provide an answer file on a floppy disk. D、Start the computer by using the Windows XP Professional CD-ROM, and run Setup. After Setup starts, provide a SCSI-controller driver on a floppy disk. E、Start the computer by using the Windows XP Professional CD-ROM, and run Setup. After Setup starts, provide the appropriate HAL on a floppy disk.

考题 You have a computer that runs Windows 7. You install Windows XP in a new partition on the computer anddiscover that you can no longer start Windows 7. You need to start Windows 7 in the minimum amount oftime.  What should you do?()A、From Windows XP, modify the default path in the boot.ini file.B、From Windows XP Recovery Console, run the Fixboot command.C、Start the computer from the Windows 7 installation media and select Install now.D、Start the computer from the Windows 7 installation media and run Startup Repair.

考题 单选题In which of the following locations will a technician start and stop the print spooler?()A Click Start, select run and type Services.mscB Click Start, select run and type gpedit.mscC Click Start, select run and type regeditD Click Start, Settings, Printers and Faxes

考题 单选题Which method must be defined by a class implementing the java.lang.Runnable interface? ()A  void run()B  public void run()C  public void start()D  void run(int priority)E  public void run(int priority)F  public void start(int priority)

考题 单选题You use Windows 2000 Professional on your desktop Computer. You schedule a task to run an MMC snap-in to perform configuration tasks on other computers. You notice that the task is not completing correctly. You manually start MMC. You add the snap-in. You are then able to successfully run the task. You verify that all of your other tasks are working correctly. You want to enable your tasks to complete successfully. What should you do?()A Use Scheduled Tasks to configure the task to run under the security context of your account.B Configure the Task Scheduler service account to use a local Administrator account and password.C Use Computer Management to start the Messenger service and to configure the Messenger service to start automatically. D Use Computer Management to start the Task Scheduler service and to configure the Task Scheduler service to start automatically. 

考题 多选题Which two can be used to create a new Thread?()AExtend java.lang.Thread and override the run method.BExtend java.lang.Runnable and override the start method.CImplement java.lang.thread and implement the run method.DImplement java.lang.Runnable and implement the run method.EImplement java.lang.Thread and implement the start method.

考题 单选题Which method in the Thread class is used to create and launch a new thread of execution?()A ensp;Run();B ensp;Start();C ensp;Execute();D ensp;Run(Runnableensp;r);E ensp;Start(Runnableensp;r);F ensp;Execute(Threadensp;t);

考题 多选题Which two code fragments will execute the method doStuff() in a separate thread?()Anew Thread() {public void run() { doStuff(); }};Bnew Thread() {public void start() { doStuff(); }};Cnew Thread() {public void start() { doStuff(); }}.run();Dnew Thread() {public void run() { doStuff(); }}.start();Enew Thread(new Runnable() {public void run() { doStuff(); }}).start();

考题 单选题You have a computer that runs Windows 7. You install Windows XP in a new partition on the computer anddiscover that you can no longer start Windows 7. You need to start Windows 7 in the minimum amount oftime.  What should you do?()A From Windows XP, modify the default path in the boot.ini file.B From Windows XP Recovery Console, run the Fixboot command.C Start the computer from the Windows 7 installation media and select Install now.D Start the computer from the Windows 7 installation media and run Startup Repair.

考题 单选题You are the desktop administrator for Company.com’s sales department. Company.com’s network contains a RIS server.  You need to install Windows 2000 Professional on a computer that has a SCSI disk subsystem. You start the computer by using the Windows 2000 Professional CD-ROM, and you begin the installation. However, Setup reports that it cannot find any disk on which to install Windows 2000 Professional. You start the computer by using a RIS bootable floppy disk, and you receive the same result. What should you do?()A  Add an answer file to the root directory of the RIS bootable floppy disk.      Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. B  Add the SCSI-controller driver to the root directory of the RIS bootable floppy disk.     Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. C  Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide an answer file on a floppy disk. D  Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide a SCSI-controller driver on a floppy disk. E  Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide the appropriate HAL on a floppy disk. 

考题 单选题Which of the following commands could be used to start the Management Console on a workstation running Windows 2000/XP?()A Start  Run  MCPB Start  Run  MCEC Start  Run  MCAD Start  Run  MMC