Operating System Administration Flashcards

1
Q

Which of the following utilities is used to update Group Policy settings and replaces some of the functionality that previously existed with secedit?

gpupdate

consolidate

extract

A

gpupdate

The gpupdate utility is used to update Group Policy from the command line. The clobber command is a Linux command. The extract command is used to extract files from .cab files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In Windows, which of the following is the filesystem of choice for CD media?

NTFS

EFS

CDFS

A

CDFS

The CDFS filesystem is used for CD media. NTFS is the native filesystem for the Windows operating system. FAT32 is a filesystem that was popular with Windows 9x operating systems. EFS is a technology that encrypts files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which utility can be used to schedule a remote shutdown?

taskmgr

shutdown

netstar

A

shutdown

The shutdown utility can be used to schedule a remote shutdown—for example, shutdown /t 60 /m \computer. The taskmgr utility is used to view tasks; kill is used to kill processes; and netstat is used to view network statistics and activity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You need to verify network connectivity for a host. Which tool should you use?

ping

net use

sfc

A

ping

The ping command is used to verify basic network connectivity to hosts, by sending a packet to the destination host in which it responds. The net use command is used to map network drives. The sfc command is used to scan the filesystem for corrupted system files. The dism command is an image-servicing tool used to add features to an operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following filesystems is a proprietary filesystem created by Microsoft for use with large flash drives?

GPT

ext3

exFAT

A

exFAT

The exFAT filesystem is a Microsoft proprietary filesystem created for large flash drives. GPT is a partition table type; NFS is a network filesystem used with Linux/UNIX; and ext3 is a filesystem used with Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which command terminates a running process at the command line?

pskill

kill

taskkill

A

taskkill

The taskkill command terminates a running process via the command line. The pskill command is a System Internals tool; ps is the Linux/UNIX equivalent of tasklist; and pkill is not a command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Virtual memory is configured through which system tool?

System properties

Memory Manager

Virtual Configuration

A

System properties

Virtual memory is configured in the System Properties applet. The taskbar is an element of the desktop; the memory manager is a process in the operating system for memory management; and virtual configuration is an invalid answer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Within the Services snap-in, services can be in any state except which of the following?

Started manually

Disabled

Detached

A

Detached

A service can be in one of four states: started automatically, started automatically (delayed start), started manually, or disabled. A service cannot be in a detached state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can you do if a program is not responding to any commands and appears to be locked up?

Add more memory

Press Ctrl+Alt+Del to reboot the computer

Open Task Manager, select the appropriate task, and then click End Task

A

Open Task Manager, select the appropriate task, and then click End Task

When a program is not responding to any commands, the process must be terminated via the Task Manager. You can end the process by opening the Task Manager, right-clicking the application, and selecting End Task. Viewing the performance will not make the process respond. Adding more memory is not possible without shutting down the computer. Pressing Ctrl+Alt+Del without any further action will not reboot the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which of the following commands can be used to configure a remote connection?

regedit

mstsc

spl

A

mstsc

The mstsc (Microsoft Terminal Services Client) command is used to configure and connect to remote connections over the network. The regedit command is used to edit the Registry, and regsvr32 is used to register DDLs. Spl is not a command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which tool can be used to verify that a display driver is signed?

dxdiag

msinfo

msconfig

A

dxdiag

The dxdiag tool is used to verify that display drivers are signed properly by the vendor. Msinfo is not a utility. Msconfig is used to configure service and program startup. Msinfo32 allows you to see all attached devices and the operating system environment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which type of resources do you configure in Device Manager?

Hardware

Applications

Memory

A

Hardware

Hardware resources are configured in the Device Manager console. Files and folders and applications are configured in the operating system GUI. Memory is configured in System Properties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You believe that there are corrupt clusters on your disk. Which tool should you use?

sfc

chkdsk

diskpart

A

chkdsk

The chkdsk tool is used to check the disk and repair any bad clusters, if possible. The Disk Management console is used to manage disks. The System File Checker (sfc) is used to scan for corrupt operating system files. Diskpart is a command-line version of the Disk Management console

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You believe that your system files are corrupted in Windows. You run the System File Checker. Which command should you run in order to make the System Checker automatically repair your system files?

sfc /recover

sfc /repair

sfc /scannow

A

sfc /scannow

The System File Checker (sfc) will scan for and fix missing or corrupted operating systems files. The command used to initiate an immediate scan is sfc /scannow. SFC /recover and SFC /repair are not valid options. SFC /verifyfile will check a single file, but the path must be specified

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following partitions is specifically the partition from which the operating system boots?

Primary partition

Extended partition

Dynamic partition

A

Primary partition

The operating system must boot from an active primary partition if MBR style partitioning is used. Extended partitions are used to contain logical partitions. There is no such thing as a dynamic partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following Registry hives contains information about the computer’s hardware?

HKEY _CURRENT_MACHINE

HKEY _LOCAL_MACHINE

HKEY _RESOURCES

A

HKEY _LOCAL_MACHINE

The HKEY_LOCAL_MACHINE Registry hive contains information about the computer’s hardware. It is also known as HKLM. HKEY_CURRENT_MACHINE and HKEY_MACHINE are not valid Registry hives. HKEY_RESOURCES was used with Windows 9x operating systems but is no longer used

17
Q

Which of the following replaces the MBR in 64-bit versions of the Windows operating system?

LILO

NFS

GPT

A

GPT

GUID Partition Tables (GPT) allocate a 64-bit logical block addressing entry to partition tables to accommodate larger drives. GPT has rapidly replaced the MBR style partition tables. LILO and GRUB are boot managers for Linux. NFS is a network filesystem used with Linux/UNIX operating systems

18
Q

Which of the following utilities will rearrange the files on your hard disk to occupy contiguous chunks of space?

Disk Defragmenter

Windows File Explorer

Scandisk

A

Disk Defragmenter

Disk Defragmenter will rearrange blocks of files on a hard drive to create contiguous files and space. Windows File Explorer is used to navigate the filesystem. Scandisk is not a command. Windows Backup allows for file backups

19
Q

Which of the following switches can be used with robocopy to mirror a complete directory tree?

/mir

/cdt

/ah

A

/mir

The robocopy command used with the /mir switch will mirror a directory tree file structure. The /s switch can be used to copy subdirectories, but not empty ones. The /cdt switch and the /ah switch are not valid for robocopy

20
Q

Which of the following utilities allows you to test network connectivity?

netstat

ping

telnet

A

ping

The ping utility allows you to test basic network connectivity by sending a small message to the destination address, and the destination will respond. The netstat displays network statistics. The telnet utility is used for console connectivity over the network. The dxdiag utility is used to test DirectX connectivity