Chapter 13: Operating System Administration Flashcards

1
Q

Which switch can be used with PING to specify a packet size?

A. -t
B. -l
C. -c
D. -o

A

B.

The –l switch can be used with PING to specify a packet size.

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 file system of choice for CD media?

A. NTFS
B. JFS
C. FAT32
D. CDFS

A

D.

In Windows, CDFS is the file system of choice for CD media.

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

Which utility works like ping but returns the different IP addresses the packet was routed
through to reach the final destination?

A. Ipconfig
B. Nbtstat
C. Tracert
D. Netstat

A

C.

Tracert works like ping but returns the different IP addresses the packet was routed
through to reach the final destination.

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

You have been told to use the /FIXBOOT switch to write a new boot sector on a Windows 7 machine.

Which command does this switch work with?

A. BOOTREC
B. SFC
C. BCEDIT
D. ROBOCOPY

A

A.

The BOOTREC /FIXBOOT command can be used to write a new boot sector.

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

Which command is shown in the following?

c:\windows\system32>
Server : UnKnown
Address: 192.168.0.1
Non-authoritative answer:
Name: google.com
Addresses: 
74.125.225.83
74.125.225.80
74.125.225.84
74.125.225.81
74.125.225.82
A

D.

The screen shows the results of the NSLOOKUP GOOGLE.COM command.

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

Which command lists at the command line all running processes?

A. WLIST
B. ALIST
C. PLIST
D. TASKLIST

A

D.

The TASKLIST utility will list at the command line all running processes.

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?

A. Taskbar
B. System control applet
C. Memory Manager
D. Virtual Configuration

A

B.

Virtual memory settings are accessed through the Performance tab or area of the System control panel applet.

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?

A. Started automatically
B. Started manually
C. Disabled
D. Detached

A

D.

Services can be started automatically or manually or be disabled.

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?

A. Open the System control panel applet and choose Performance to see what process is
causing the problem.
B. Add more memory.
C. Press Ctrl+Alt+Del to reboot the computer.
D. Open Task Manager, select the appropriate task, and click End Task.

A

D.

You can use Task Manager to deal with applications that have stopped responding.

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

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

A. REGEDIT
B. MSTSC
C. REGSRV32
D. SPL

A

B.

MSTSC can be used to configure a remote connection.

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

Refer to Study Guide

A

Refer to Study Guide

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

Which type of resource do you configure in Device Manager?

A. Hardware
B. Files and folders
C. Applications
D. Memory

A

A.

Device Manager is used in Windows to configure all hardware resources that Windows
knows about.

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

To back up the files on your disks in Windows XP, which Windows program can you use?

A. Disk Management
B. Backup
C. My Computer
D. No backup program in Windows

A

B.

The Backup utility is provided with all versions of Windows, but it has different levels of
functionality in the different versions.

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 XP.

You run System File Checker.

What do you do to make System File Checker automatically repair your system
files if repair is needed?

A. Run SFC /AUTOREPAIR
B. Run SFC /REPAIR
C. Run SFC /REVERT
D. Run SFC /SCANNOW

A

D.

The SFC command will run System File Checker.

The /SCANNOW option will scan files, and SFC automatically repairs files it detects as corrupted.

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?

A. Primary partition
B. Extended partition
C. Active partition
D. Logical partition

A

C.

The operating system boots from the active partition.

Active partitions must be primary partitions, but a primary partition does not have to be active (there can be up to four primary partitions per hard drive).

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?

A. HKEY_CURRENT_MACHINE
B. HKEY_LOCAL_MACHINE
C. HKEY_MACHINE
D. HKEY_RESOURCES

A

B.

There are five basic hives in the Windows Registry:
HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, and HKEY_CURRENT_CONFIG.

HKEY_LOCAL_MACHINE stores information about the computer’s hardware.

HKEY_CURRENT_MACHINE, HKEY_MACHINE, and HKEY_RESOURCES do not exist.

17
Q

You are at a command prompt.

Which command can you use to see whether you have a network connection to another computer?

A. IPCONFIG
B. CONNECT
C. PING
D. IP

A

C.

The PING command tests to see whether you can reach a remote host on the network.

18
Q

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

A. Disk Defragmenter
B. Windows Explorer
C. Scandisk
D. Windows Backup

A

A.

Windows Disk Defragmenter rearranges files on your hard disk so they occupy contiguous spaces (as much as possible).

Windows Explorer lets you view and manage files but not manage their location on the physical hard disk.

Scandisk will check the hard drive for errors, and Windows Backup backs up files but does not manage their physical location.

19
Q

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

A. /S
B. /MIR
C. /CDT
D. /AH

A

B.

The /MIR switch can be used with ROBOCOPY to mirror a complete directory tree.

20
Q

Which of the following tools allows you to test DirectX functionality?

A. Msinfo32
B. Ping
C. Telnet
D. DxDiag

A

D.

The DxDiag utility (DirectX Diagnostics) is used to test DirectX functionality.

Telnet is used to establish a remote connection, Msinfo32 shows configuration settings, and ping can let you know if a remote host can be reached.