A+ 902 Test 4 Flashcards Preview

A+ Certification > A+ 902 Test 4 > Flashcards

Flashcards in A+ 902 Test 4 Deck (25)
Loading flashcards...
1
Q

Which of the following statements describing different methods for organizing Windows-based computers in networks are true?

A

Windows-based computers on a network must be part of a workgroup or a domain
Windows-based computers on workplace networks are usually part of a domain
Windows-based computers on home networks are usually part of a workgroup

2
Q

Which of the statements listed below apply to Windows workgroups?

A

Workgroups typically consist of no more than twenty computers
Logging on to any computer in the workgroup requires an account on that computer
Each computer in the workgroup has its own security policy

3
Q

Which of the following statements apply to Windows domains?

A

Logging on to any computer on the Windows domain requires a single set of credentials
Security policies and permissions on the Windows domain are administered centrally
Windows domains are based on the Client-Server networking architecture

4
Q

Which of the MS Windows command-line utilities allows to terminate tasks by process id or image name?

A

TASKKILL

5
Q

Provided that the process ID of NOTEPAD.EXE obtained with the TASKLIST command is 1230, which of the following answers lists the correct syntax for a Windows Command Prompt TASKKILL command that would allow to close this application?

A

TASKKILL /PID 1230

6
Q

Which of the answers listed below refers to the correct syntax for a Windows Command Prompt TASKKILL command that would allow to close NOTEPAD.EXE by providing its imagename?

A

TASKKILL /IM NOTEPAD.EXE

7
Q

Windows Recovery Environment (WinRE) offers a set of tools and utilities to troubleshoot Windows startup issues. Which of the command-line commands launches a tool for manual troubleshooting of problems related to master boot record (MBR), boot sector, and Boot Configuration Data (BCD) store in Windows RE Command Prompt?

A

BOOTREC.EXE

8
Q

Which of the Windows Command Prompt commands writes a new master boot record to a disk?

A

BOOTREC /FIXMBR

9
Q

Which of the following commands in Windows Command Prompt writes a new boot sector to the system partition?

A

BOOTREC /FIXBOOT

10
Q

The following command can be used to shut down or restart local or remote hosts running MS Windows.

A

SHUTDOWN

11
Q

What would be the correct syntax for setting the time-out period of 60 seconds before powering off a Windows host?

A

SHUTDOWN /t 60

12
Q

Which SHUTDOWN command switch in Windows Command Prompt forces full system shutdown and restart of the Windows host?

A

/r

13
Q

Which of the following command-line commands in Windows displays a list of currently running processes on a local or remote host?

A

TASKLIST

14
Q

The MS Windows command-line commands used for creating a directory or subdirectory include:

A

MD

MKDIR

15
Q

The following command(s) can be used in Windows Command Prompt to delete a directory.

A

RD

RMDIR

16
Q

Which parameter of the RD command in Windows allows for the deletion of an entire directory tree? (the specified directory and all its subdirectories, including all files)

A

/S

17
Q

Which of the following commands in Windows change(s) the current directory to the root directory?

A

CD\

CHDIR\

18
Q

Which parameter of the CD command in Windows moves the command-line prompt one folder up in the directory tree (sets the prompt at the parent folder of the current folder)?

A

..

19
Q

Which of the Windows Command Prompt commands listed below can be used to delete one or more files?

A

DEL

ERASE

20
Q

For a newly added hard drive, this command allows to configure it with a file system so that Windows can store information on the disk.

A

FORMAT

21
Q

The following command-line command can be used to copy one or more files from one location to another.

A

COPY

22
Q

Which of the COPY command switches verifies that the new files are written correctly?

A

/V

23
Q

Which of the COPY command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an existing file?

A

/Y

24
Q

Which of the Microsoft Windows command-line commands allow(s) for copying multiple files or entire directory trees from one directory to another and for copying files across a network?

A

XCOPY

ROBOCOPY

25
Q

Which of the following commands in MS Windows launches a text-based command-line partitioning utility?

A

DISKPART