Chapter 2: Data Manipulation Flashcards

1
Q

What’s the idea of storing a computer’s program in it’s main memory called?

A

Stored Program Concept

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

What’s a machine instruction?

A

A machine instruction is an instruction encoded as a bit pattern recognized by the CPU.

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

What’s a machine language?

A

A machine language is a set of all machine instructions recognized by the CPU.

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

What is RISC?

A

RISC stands for reduced instruction set computer. Architectures have few, simple, efficient and fast instructions, for example ARM based processors in smartphones.

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

What is CISC?

A

CISC stands for complex instruction set computer. Architectures have many, convenient and powerful instructions, for example Intel-processors in laptops.

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

What are the three machine instruction categories?

A

Data Transfer unit = instructions move data from one location to another.
Arithmetic/logic unit = instructions tell the control unit to request an activity within the arithmetic/logic unit.
Control unit = instructions direct the computation of the program rather than the manipulation of data.

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