niusouti.com

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

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


相似考题
更多“单选题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, Prin”相关问题
  • 第1题:

    Which of the following is the correct path to add new local user accounts to a Windows 7computer?()

    • A、Click on the Start button> Right click on Computer> Select Manage> Expand Local Users and Groups> Right click on Users> Select New User
    • B、Click on the Start button> Right click on My Computer> Select Manage> Right click on Local Users and Groups> Select Add Users from the menu
    • C、Click on the Start button> Right click on Computer> Select Manage> Right click on Local Users and Computers> Select New User
    • D、Click on the Start button> Right click on Network Neighborhood> Select Manage> Right click on Users> Select New User

    正确答案:A

  • 第2题:

    A technician just finished installing a new printer on an end user’s computer. Which of thefollowing will enable the technician to see the test page option for the printer?()

    • A、Right-click on the printer and select Properties
    • B、Double click on the printer icon
    • C、Right-click on the printer and select Set as Default
    • D、Right-click on the printer and select Open

    正确答案:A

  • 第3题:

    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

  • 第4题:

    Which of the following describes how to set the Read-only attribute on a folder?()

    • A、Right-click the folder > Properties > Security tab > select the username from the list > Permissions > clear the box labeled Read > OK
    • B、Open the folder > Tool > Folder Options > General tab > Read-only > OK
    • C、Open the Command Prompt > type attrib r [drive:][path] > Enter
    • D、Open the Command Prompt > type attrib +r [drive:][path] > Enter
    • E、Right-click the folder > Properties > General tab > Attributes > select Read-only > OK

    正确答案:D,E

  • 第5题:

    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

  • 第6题:

    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)

    正确答案:B

  • 第7题:

    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.

    正确答案:D

  • 第8题:

    单选题
    What are the steps required to perform a Preservation install on a server?()
    A

    Shutdown the server and boot it into SMS. Select SMS menu option OS Upgrade, Preservation install for the install type, and allow upgrade to run.

    B

    Shut down the server and perform a network boot from a local NIM server. Select Presevation install for the install type, and allow upgrade to run.

    C

    Shutdown the server and boot it into SMS. Select SMS menu option OS Upgrade, Presevation install for the install type, and allow for upgrade to run.

    D

    Re-boot the server and NFS mount the bos images from a local NIM server. Run smit install. Select Presevation install for the install type, and allow upgrade to run.


    正确答案: A
    解析: 暂无解析

  • 第9题:

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


    正确答案: A
    解析: 暂无解析

  • 第10题:

    多选题
    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();


    正确答案: C,A
    解析: 暂无解析

  • 第11题:

    单选题
    Which of the following is the correct path to add new local user accounts to a Windows 7computer?()
    A

    Click on the Start button> Right click on Computer> Select Manage> Expand Local Users and Groups> Right click on Users> Select New User

    B

    Click on the Start button> Right click on My Computer> Select Manage> Right click on Local Users and Groups> Select Add Users from the menu

    C

    Click on the Start button> Right click on Computer> Select Manage> Right click on Local Users and Computers> Select New User

    D

    Click on the Start button> Right click on Network Neighborhood> Select Manage> Right click on Users> Select New User


    正确答案: B
    解析: 暂无解析

  • 第12题:

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


    正确答案: B
    解析: 暂无解析

  • 第13题:

    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

  • 第14题:

    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

  • 第15题:

    A technician needs to change an existing drive formatted in FAT32 to a NTFS format, whileretaining the data. Which of the following is the BEST way to make this change?()

    • A、Use Device Manager to disable the drive, then format it as NTFS.
    • B、Use Disk Management to change the format type.
    • C、Use Task Manager to start the CHKNTFS command.
    • D、Run the CONVERT command from the command prompt

    正确答案:D

  • 第16题:

    Which of the following is the correct path a technician could follow to find the Services Snap-inconsole inside of Windows?()

    • A、Start > Settings > Control Panel > Administrative Tools
    • B、Start > Settings > Control Panel > Add or Remove Programs
    • C、Start > Settings > Control Panel > System
    • D、Start > Settings >Control Panel > Scheduled Tasks

    正确答案:A

  • 第17题:

    What are the steps required to perform a Preservation install on a server?()

    • A、Shutdown the server and boot it into SMS. Select SMS menu option OS Upgrade, Preservation install for the install type, and allow upgrade to run.
    • B、Shut down the server and perform a network boot from a local NIM server. Select Presevation install for the install type, and allow upgrade to run.
    • C、Shutdown the server and boot it into SMS. Select SMS menu option OS Upgrade, Presevation install for the install type, and allow for upgrade to run.
    • D、Re-boot the server and NFS mount the bos images from a local NIM server. Run smit install. Select Presevation install for the install type, and allow upgrade to run.

    正确答案:A

  • 第18题:

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

    正确答案:D,E

  • 第19题:

    You have a computer that runs Windows 7. You have a system image backup of the computer. You install anew application that is configured to run as a service. You restart the computer and  receive a STOP errormessage. You need to successfully start Windows 7 in the minimum amount of time. What should you do?( )

    • A、Start the computer from the Windows 7 installation media and select Startup Repair.
    • B、Start the computer and select Last Known Good Configuration from the advanced startup options.
    • C、Start the computer and select Safe Mode from the advanced startup options. Restore a restore point.
    • D、Start the computer and select Safe Mode from the advanced startup options. Restore the system image.

    正确答案:B

  • 第20题:

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


    正确答案: C
    解析: 暂无解析

  • 第21题:

    单选题
    Which method in the Thread class is used to create and launch a new thread of execution?()
    A

     Run();

    B

     Start();

    C

     Execute();

    D

     Run(Runnable r);

    E

     Start(Runnable r);

    F

     Execute(Thread t);


    正确答案: E
    解析: 暂无解析

  • 第22题:

    单选题
    Which of the following steps does a customer use to upgrade the firmware on the AMM to the latest level?()
    A

    Open a Web browser and log on to the IMM; in the navigation frame, click IMM Firmware Update under IMM Control; click Browse; select the .exe file; click the Upgrade/Update button 

    B

    TFTP to the AMM; from the Main Menu, select Update; browse to the downloaded .exe file 

    C

    Telnet to AMM; from the Main Menu, select Update; browse to the downloaded .pkt file 

    D

    Open a Web browser and log on to the AMM; in the navigation frame, click AMM Firmware Update under AMM Control; click Browse; select the .pkt file; click the Upgrade/Update button


    正确答案: A
    解析: 暂无解析

  • 第23题:

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


    正确答案: D,B
    解析: 暂无解析

  • 第24题:

    单选题
    A technician just finished installing a new printer on an end user’s computer. Which of thefollowing will enable the technician to see the test page option for the printer?()
    A

    Right-click on the printer and select Properties

    B

    Double click on the printer icon

    C

    Right-click on the printer and select Set as Default

    D

    Right-click on the printer and select Open


    正确答案: D
    解析: 暂无解析