Lecture 1 Quiz: Data Processing Concepts Flashcards

1
Q

On a macro level describe data processing.

A

Data: input, process, output.

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

What does memory contain?

A

Instructions and Data.

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

What transports Instructions and Data between two points?

A

A bus.

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

What transports data in both directions?

A

A bidirectional bus.

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

Describe basic memory structure (4 points).

A

Memory contains cells.
Each cell has a unique index (address)
Each cell contains instruction or data (or both)
All cells have fixed capacity.

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

How is data stored (ie in what format?)

A

Data is stored in bit patterns (or numbers).

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

What is an ALU?

A

An Arithmetic Logical Unit. A subsystem that does calculations.

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

What is a data register?

A

It is a sub-system for storing numeric values internally.

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

What is an IR?

A

It is an instruction register (storing instructions).

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

How does an ALU connect to registers?

A

It uses an internal bus.

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

What does CU stand for? Sometimes PCU?

A

Control Unit. Or Program Control Unit.

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

What three things does the CU do?

A

It tells the ALU what to do.

i.e. What data registers to access, what operation to access, where to store the result.

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

What is the PC register?

A

It is the Program Counter Register. It keep track of the program step it is executing. The PC is incremented after every step.

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

What does CPU stand for?

A

Central Processing Unit.

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