Chapter 10 Flashcards

1
Q

Which disk storage type should you use on a typical Windows desktop PC?

A. Dynamic
B. Basic
C. Primary
D. Extended

A

B. Basic

Dynamic is suited for servers, and Primary and Extended are partition types

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

Which of the following describes a partition from which Windows can boot?

A. Primary Extended
B. Active Extended
C. Primary Active
D. Simple extended

A

C. Primary Active

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

Which GUI tool should you use to create a partition on a new drive after installing Windows?

A. My Computer
B. Device Manager
C. Disk Defragmenter
D. Disk Management

A

D.

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

How many logical drives are on a typical primary partition?

A. 1
B. 2
C. 3
D. Up to 24

A

A. 1

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

What is the maximum number of volumes allowed on a dynamic disk?

A. One
B. Two
C. Three
D. There is no limit.

A

D. There is no limit.

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

Which of the following volume types combines areas of unallocated space from multiple physical disks?

A. striped
B. spanned
C. Mirrored
D. RAID 5

A

B. Spanned

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

This start up phase, common to all PCs, tests system hardware, determines the amount of memory present, verifies that devices required for OS start up are working, and loads configuration settings from CMOS into memory.

A. Boot loader
B. POST
C. Detect and configure hardware
D. Kernel loading

A

B. POST

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

In Windows XP, this file holds information used by NTLDR during the boot loader stage to locate the kernel and other operating system files.

A. BOOTMGR
B. BCD
C. NTOSKRNL.EXE
D. BOOT.INI

A

D. BOOT.INI

BOOTMGR is used for Vista and 7
BCD, also used for Win7/Vista
NTOSKRNL.EXE is THE kernel for Windows XP

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

What is the name of the boot loader in Windows Vista and Windows 7?

A. BOOTMGR
B. BCD
C. NTOSKRNL.EXE
D. BOOT.INI

A

A. BOOTMGR

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

Beginning with WIndows Vista, which file contains important boot settings available to Windows at startup before the OS is fully loaded?

A. BOOTMGR
B. BCD
C. NTOSKRNL.EXE
D. BOOT.INI

A

B. BCD (Boot Configuration Database) contains boot settings and that replaced the BOOT.INI file beginning in Windows Vista

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

Which file system supports file and folder security?

A. FAT12
B. NTFS
C. FAT16
D. FAT32

A

B. NTFS

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

Which of the following file attributes cannot be changed in a file’s Properties dialog box?

A. Read-only
B. Archive
C. System
D. Hidden

A

C. System

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

Which file system supports file compression and encryption?

A. FAT32
B. FAT12
C. FAT16
D. NTFS

A

D. NTFS

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

Which feature of NTFS file system stores a transaction-based database, with all file accesses treated as transactions?

A. MFT
B. FAT
C. Boot sector
D. Cluster

A

A. MFT

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

Which feature of NTFS makes the file searches faster?

A. Compression
B. Encryption
C. Indexing
D. MFT

A

C. Indexing

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

Which of the following can you use for managing files and folders?

A. Control Panel
B. Notepad
C. My Computer/Computer
D. Disk Management

A

C. My Computer/Computer

17
Q

Which of the following best describes the type of files you should not move, delete, edit, or try to manage directly?

A. Text
B. Spreadsheet
C. Program
D. Data

A

C. Program

18
Q

What is the correct syntax (command plus switch combination) that will analyze drive C:, looking for file fragmentation, without changing anything on the drive?

A. dir /ad
B. help | more
c. defrag c: -a
d. defrag a:

A

C. Defrag C: -a

19
Q

If your data is saved onto a Microsoft domain server, but you do not always have access to the network, which option should you enable?

A. Archive
B. Copy
C. Offline Files
D. Mirrored Volume

A

C. Offline Files

20
Q

What disk error-checking program can you run from the COmmand Prompt to analyze the disk for physical and logical errors?

A. CHKDSK
B. DEFRAG
C. FORMAT
D. ATRRIB

A

A. CHKDSK