Module 4 Flashcards

1
Q

What is the purpose of the OS?

A

Coordinates resources/activities on computer.

Takes your instructions/data and provides information/output from the system.

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

What does memory comprise?

A

The electrical components that store data waiting to be processed/executed by the processor + the data needed by those instructions + the results of processing the data

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

What is temporary memory?

A

Volatile memory

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

What is the most common type of volatile memory?

A

RAM

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

What is RAM?

A

Random access memory - place where open apps/document data are stored temporarily while device is on/

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

What is Cache?

A

temporary storage location where frequently used data is stored to speed up processing time.

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

Why might someone need to use virtual memory?

A

If they used up all the available RAM on their computer.

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

What is virtual memory?

A

The amount of memory stored temporarily on a swap file.

Capability of the OS to temporarily store data on a storage medium (hard disk) until it can be swapped.

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

What is paging?

A

The technique of swapping items between memory and storage.

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

What are 2 common types of involatile memory?

A

ROM + flash memory

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

What is ROM?

A

Read only memory - memory chips that store permanent data/instructions

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

What is flash memory?

A

A type of volatile memory that can be erased and electronically rewriten.

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

Before you can interact with the operating system, the computer or device goes through the ________, which triggers a series of steps and checks as the computer loads the operating system

A

Boot process

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

What are the steps of the boot process?

A
  1. ) Computer/device recieves power from power supply, sends to circuitry
  2. ) Processor begins to run bootstrap program (special built-in program)
  3. ) Bootstrap programs executes series of test to check components
  4. ) Test successful –> computer/device loads OS into the files into the RAM (including kernel)
  5. ) Loads system config info, prompts user verifications, and loads all startup programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the kernel?

A

The core of the OS

- manages memory, runs programs, and assigns resources

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

What is input?

A

Any data/instructions entered in memory waiting to be processed.

17
Q

What is output?

A

info processed in a useful format

output is the goal of input

18
Q

What do devices use when they are slow to accept/provide input or output?

A

Buffers

19
Q

What are buffers?

A

area of memory that stores data/info waiting to be sent to input/output device

20
Q

What is it called when you place data into a buffer?

A

Spooling

21
Q

What does buffering do?

A

OS frees up resources to perform other tasks while the data waits to be processed.