A+ 902 Test 4 Flashcards
Which of the following statements describing different methods for organizing Windows-based computers in networks are true?
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
Which of the statements listed below apply to Windows workgroups?
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
Which of the following statements apply to Windows domains?
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
Which of the MS Windows command-line utilities allows to terminate tasks by process id or image name?
TASKKILL
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?
TASKKILL /PID 1230
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?
TASKKILL /IM NOTEPAD.EXE
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?
BOOTREC.EXE
Which of the Windows Command Prompt commands writes a new master boot record to a disk?
BOOTREC /FIXMBR
Which of the following commands in Windows Command Prompt writes a new boot sector to the system partition?
BOOTREC /FIXBOOT
The following command can be used to shut down or restart local or remote hosts running MS Windows.
SHUTDOWN
What would be the correct syntax for setting the time-out period of 60 seconds before powering off a Windows host?
SHUTDOWN /t 60
Which SHUTDOWN command switch in Windows Command Prompt forces full system shutdown and restart of the Windows host?
/r
Which of the following command-line commands in Windows displays a list of currently running processes on a local or remote host?
TASKLIST
The MS Windows command-line commands used for creating a directory or subdirectory include:
MD
MKDIR
The following command(s) can be used in Windows Command Prompt to delete a directory.
RD
RMDIR