单选题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

题目
单选题
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

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

如果类实现了Runnable接口,类必须包含的方法是( )。

A.start()、stop()和run()

B.actionPerformed()

C.run()

D.start()、stop()


正确答案:C
解析:本题考查线程机制。任何实现 Runnable接口的对象都可以作为一个线程的目标对象,类Thread本身也实现了接口 Runnable,可以通过下面两种方法实现线程体。①定义一个线程类,该类继承Thread类并重写其中的run()方法,初始化这个类的实例时,目标对象target可为null,将实例对象用来执行线程体。由于Java只支持单重继承,用这种方法定义的类不能再继承其他父类。②提供一个实现Runnable接口的类作为线程的目标对象,初始化一个Thread类或者 Thread子类的线程对象时,把目标对象传递给该线程对象,由目标对象提供线程体 run(),用这种方法定义的类可以继承其他父类。

第2题:

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

正确答案:D

第3题:

The car won't start because the battery has______-_.

A. run down

B. run over

C. run out

D. run off


参考答案C

第4题:

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();

正确答案:D,F

第5题:

PLC-5/40E处理器工作方式分为()

  • A、RUN和PROGRAM
  • B、RUN、START和PROGRAM
  • C、RUN、REM和PROGRAM
  • D、START、ROM和PROGRAM

正确答案:C

第6题:

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 command
  • B、press the  key while restarting system - select Safe Mode
  • C、start the system in DOS Mode and run the safe.EXE file
  • D、hold  key while restarting the system; select Safe Mode

正确答案:B,D

第7题:

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.

正确答案:B

第8题:

In which of the following locations will a technician start and stop the print spooler?()

A. Click Start, select run and type Services.msc

B. Click Start, select run and type gpedit.msc

C. Click Start, select run and type regedit

D. Click Start, Settings, Printers and Faxes


参考答案:A

第9题:

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 tool
  • B、Start the domain controller in the Directory Service restore mode and run the Ntdsutil tool
  • C、Start the domain controller and then use the Defrag tool to start defragmentation
  • D、Open the MMC and stop the Domain Controller service. After that, run the Ntdsutil tool.
  • E、All of the above

正确答案:D

第10题:

In which of the following locations will a technician start and stop the print spooler?()

  • A、Click Start, select run and type Services.msc
  • B、Click Start, select run and type gpedit.msc
  • C、Click Start, select run and type regedit
  • D、Click Start, Settings, Printers and Faxes

正确答案:A

更多相关问题