Unit 3 OS Flashcards

1
Q

What is firmware?

A

Computer software that is embedded into the computer’s hardware.

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

What is the CPU Register

A

Holds the current state/values/data of the data being processed

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

What is the CPU Control Unit

A

It decides what to do next and moves data around the CPU

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

What is the CPU Arithmatic Logic Unit (ALU)

A

It performs the integer and logical (Boolean) Operations

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

What is the CPU Memory Management Unit (MMU)

A

Manages the data flow between the RAM and the CPU

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

What is the CPU cache

A

It’s a very fast internal CPU memory unit

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

What is the CPU Clock

A

It manages the timing signal for the whole CPU. It keeps it all in sync

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

What is the order of operation of a CPU

A

The basic CPU instruction will:
- Fetch
- Decode
- Execute
- Repeat

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

What is the CPU Fetch Cycle

A

It will get an instruction in Main Memory
It will encode the instruction in the form of a number

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

What is the CPU Decode Cycle

A

It will interpret/decode the instruction
Generate an electronic signal

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

What is the CPU Execute Cycle

A

It will rout the signal to the appropriate component
The signal causes the component to perform an operation

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

What is hyperthreading

A

It makes a single processor core work like two CPUs by providing two data and instruction streams

When one stream stalls while waiting for data the second stream will continue processing data

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

What are the two major Memory Technologies

A

Dynamic Ram (DRAM) it mustbe refreshed to hold it’s value
Static Ram (SRAM) Holds its values so long current flows through the circuit.

DRAM is smaller but slower than SRAM

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

What does DIMM stand for?

A

Dual Inline Memory Modules

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

What are the types of non-volatile storage?

A

Magnetic
Optical
Semiconductor

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