OS Features Flashcards

1
Q

What do OS’ do? What do they control?

A

They act as an intemediary between the hardware and software.
They control sofwtare resources, memory allocation and all peripheral devices and common services to computer apps.

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

What does multi-user mean?

A

This means that an OS has multiple registered users. They have thier own individual accounts allowing them to work with peripheral devices and programs at the same time.

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

What does multitasking mean?

A

The computer is capable of operating multiple applciations at once.

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

What does multiprocessing mean?

A

The OS is capable of supporting more than one CPU.

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

What does multithreading mean?

A

A program can be broken into smaller parts that are loaded as needed by the operating system. Multithreading allows different parts of a program to be run at the same time.

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

What are the basic fucntions of an OS?

A

Hardware Access.
File and folder management.
User interface.
Application management.

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

What decides the selection of an OS?

A

The type of applications used and the purpose of the OS.
Off the shelf appsshould be sued with a compatible OS.
Custom apps should refer to the programmer specifically.

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

What are some factors that affect hardware compatability with an OS?

A
Processor Speed
RAM capacity
Storage Capacity
Graphics Card
Display proportions
Internet Connection.

OS’ typically have requirements for al of these factors.

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

What is the difference between 32-bit and 64-bit OS’?

A

The amount of data a computers processor can manage.
A 32-bit register can store 2^32 different binary values. A 64-bit register can store 2^64 different binary values.
32-bit supports a maximum of 4GB of memory.
64-bit is also backwards compatible with 32-bit.

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

Can a 32-bit OS be upgraded to a 64-bit one?

A

No.

That would require a fresh installation.

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

Which Windows OS’ can be upgraded to Windows 10? Which can’t?

A

Windows 7/8.

Windos XP/Vista.

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

What are your options for data migration?

A

User State Migration Tool (USMT)
Windows Easy Transfer.
PCmover Express.

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

What is USMT?

A

It is a command line utility method used for transferring files and settings between Windows PCs.

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

What circumstances may require the clean installation of an OS?

A

When a computer is passed from one employee to another.
When the OS is corrupt.
When the primary hard drive is replaced in a computer.

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

What are the two most popular partition scheme standards?

A

Master Boot Record (MBR) and Global Unique Indentifier (GUI) partition table (GPT).

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

What is teh MBR scheme?

A

Publicly introduced in 1983, the MBR contains information on how the hard drive partitions are organized.
The MBR is 512 bytes long and contains the boot loader, an executable program that allows a user to choose from multiple operating systems.
MBR has become the de facto standard but has limitations that had to be addressed. MBR is commonly used in computers with BIOS-based firmware.

17
Q

What is the GPT scheme?

A

Also designed as a partition table scheme standard for hard drives, the GPT makes use of a number of modern techniques to expand on the older MBR partitioning scheme.
GPT is commonly used in computers with UEFI firmware. Most modern operating systems now support GPT.

18
Q

What is a primary partition?

A

The partition that contains the OS files. On GPT partitions, all are primary partitons, on MBR only one is a primary partition.

19
Q

What is a active partition?

A

On MBR disks it is used to store and boot the OS. Only Primary partitions can be marked as active.
There can only be one per disk.

20
Q

What is a extended partition?

A

If more than 4 parts are required on an MBR disk then it can be extended through this.
Up to 23 logical drives/parts can be created from this extended partition.
There can only be one per HDD.

21
Q

What is a basic disk?

A

This disk contains primary and extended partiitons.

More space can be added to a part provided that it is being extended into an adjacent unnocupied and continguous space.

22
Q

What is a dynamic disk?

A

Dynamic disks create volumes that span across more than one disk.
The size of these parts can be changed freely after they have been set, even if the adjacent space is non-continguous.

23
Q

What is formatting?

A

This process cerates a file system on a partition for files to be stored on.