OS chapter 5 Flashcards

1
Q

Which disk partition style is the legacy standard used for accessing hard disk data?

A

MBR (Master Boot Record)

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

Which Windows system utility examines systems files for damage and allows you to reinstall Windows by installing only the files that are damaged?

A

SFC (System File Checker)

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

Which type of partition stores files that are used to load an operating system?

A

Primary

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

What was the major PC operating system from 1981 to 1995.

A

DOS

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

According to the text, which Windows operating system was focused on improving the user experience on mobile devices?

A

Windows 8

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

Which of the following modes does Windows NOT operate in?

A

shell

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

According to the text, which of the following components is NOT part of the Windows Core?

Kernel
Registry
User
GDI

A

Rgistry

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

Select the PowerShell cmdlet below that can be used to create a new volume or partition.

A

New-Partition

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

_________ volumes exist on two or more dynamic disks and they link blocks of space from multiple dynamic disks.

A

Spanned

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

What controls hardware devices in Windows?

A

Device Drivers

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

Which of the following file systems is NOT supported by Windows 11?

A

HPFS

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

Regarding both striped and spanned volumes, which of the following is the maximum number of physical disks permitted to create a volume?

A

32

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

Which file system is able to utilize the Encrypting File System (EFS)?

A

NTFS

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

According to the text, how much physical memory is supported by the 64-bit version of Windows XP?

A

16 GB

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

According to the text, Windows 2000’s architecture is divided into which two modes?

A

user and kernel

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

On a dynamic disk, the most common type of volume is a ________ volume

17
Q

__________ are logical drives for storing data and other user files.

A

Storage spaces

18
Q

Which file system is used by Windows NT that supports file and directory security?

19
Q

Win 9x for the most part uses ______________, where each competing process gets a slice of time for a predetermined amount of time.

A

preemptive multitasking

20
Q

Which Windows mode is used for running 32-bit applications?

21
Q

What modes did Windows 95 operate in?

A

Protected, Real, Virtual 8088

22
Q

What is protected mode used for?

A

Running 32 bit applications.

23
Q

What is real mode used for?

A

It provides backwards compatibility for Windows 3.1 programs.

24
Q

Which disk virtualization technology in Windows enables a computer to concatenate storage space from individual physical disks?

A

Storage Spaces

25
Which of the following statements identifies the difference between striped and spanned volumes?
With striped volumes, the system writes data equally across all disks in the volume at the same time.
26
What makes up the Windows Core?
The user, the graphic device interface, and the kernel.
27
What does the GDI (Graphic Device Interface) do?
handles screen drawing and printing. The screen or printer display what is to the GDI a graphic image
28
What does the kernel do?
The kernel handles basic operating system tasks such as file I/O, task scheduling, virtual memory management, and exception (error) handling.
29
How does the core communicate with the drivers?
via the Virtual Memory Manager (VMM), Installable File System (IFS), and the Configuration Manager (CM)
30