Start > Run > MCP
Start > Run > MCE
Start > Run > MCA
Start > Run > MMC
第1题:
Which of the following commands could be used to start the Management Console on a workstation running Windows 2000/XP?()
第2题:
PLC-5/40E处理器工作方式分为()
第3题:
Which two code fragments will execute the method doStuff() in a separate thread?()
第4题:
Which method must be defined by a class implementing the java.lang.Runnable interface? ()
第5题:
Which two can be used to create a new Thread?()
第6题:
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?()
第7题:
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?()
第8题:
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?()
第9题:
void run()
public void run()
public void start()
void run(int priority)
public void run(int priority)
public void start(int priority)
第10题:
Extend java.lang.Thread and override the run method.
Extend java.lang.Runnable and override the start method.
Implement java.lang.thread and implement the run method.
Implement java.lang.Runnable and implement the run method.
Implement java.lang.Thread and implement the start method.
第11题:
new Thread() {public void run() { doStuff(); }};
new Thread() {public void start() { doStuff(); }};
new Thread() {public void start() { doStuff(); }}.run();
new Thread() {public void run() { doStuff(); }}.start();
new Thread(new Runnable() {public void run() { doStuff(); }}).start();
第12题:
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.
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.
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.
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.
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.
第13题:
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?()
第14题:
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()
第15题:
In which of the following locations will a technician start and stop the print spooler?()
第16题:
Which method in the Thread class is used to create and launch a new thread of execution?()
第17题:
Which two code fragments will execute the method doStuff() in a separate thread?()
第18题:
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?()
第19题:
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?()
第20题:
Click Start, select run and type Services.msc
Click Start, select run and type gpedit.msc
Click Start, select run and type regedit
Click Start, Settings, Printers and Faxes
第21题:
Use Scheduled Tasks to configure the task to run under the security context of your account.
Configure the Task Scheduler service account to use a local Administrator account and password.
Use Computer Management to start the Messenger service and to configure the Messenger service to start automatically.
Use Computer Management to start the Task Scheduler service and to configure the Task Scheduler service to start automatically.
第22题:
 Run();
 Start();
 Execute();
 Run(Runnable r);
 Start(Runnable r);
 Execute(Thread t);
第23题:
From Windows XP, modify the default path in the boot.ini file.
From Windows XP Recovery Console, run the Fixboot command.
Start the computer from the Windows 7 installation media and select Install now.
Start the computer from the Windows 7 installation media and run Startup Repair.
第24题:
Start > Run > MCP
Start > Run > MCE
Start > Run > MCA
Start > Run > MMC