CH 13 BB Flashcards

1
Q

What are the two critical functions of the Operating System? Pg 662

A

Interfacing with the hardware and providing a platform on which other applications can run.

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

In order to provide a consistent environment for other software to execute commands what tasks must the OS be able to complete? Pg 662

A

Disk and file management; device access; memory management; output format

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

T/F The OS could be considered the “middle-man” between the user/other applications and the hardware. Pg 662

A

True.

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

What is an application? Pg 663

A

Works through the OS to perform a specific set of tasks.

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

What is a driver? Pg 663

A

A very specific software written to instruct a particular OS on how to access a piece of hardware.

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

What is source code? Pg 664

A

The actual code that defines how a piece of software works.

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

T/F Windows is open source. Pg 664

A

False.

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

What is a shell? Pg 664

A

A program that runs on top of the OS that makes it easier to use by changing the user interface.

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

What is cooperative multitasking? Pg 664

A

A method that depends on the application to be responsible for freeing the processor up for use by other applications after it is done using it.

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

What is multithreading? Pg 665

A

The ability of a single application to have multiple requests in to the processor at one time.

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

What determines hardware compatibility? Pg 666

A

Whether or not the OS has any trouble running drivers for the specific hardware. Also your system must have the minimum hardware requirements in order to run the programs.

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

Where can you find a list of which hardware/software is compatible with specific versions of windows? Pg 666

A

Microsoft’s Compatibility Center.

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