Chapter 1 Flashcards

1
Q

Level 0 of a six-level computer:

A

digital logic level

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

Level 1 of a six-level computer:

A

microarchitecture level

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

Level 2 of a six-level computer:

A

ISA (instruction set architecture) level

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

Level 3 of a six-level computer:

A

Operating System machine Level

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

Level 4 of a six-level computer:

A

assembly language level

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

Level 5 of a six-level computer:

A

problem-oriented language level

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

Support method for microarchitecture level:

A

hardware

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

Support method for ISA level:

A

interpretation (microprogram) or direct execution

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

Support method for operating system level:

A

partial interpretation (operating system)

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

Support method for assembly language level

A

translation (assembler)

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

Support method for problem-oriented language level

A

translation (compiler)

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

What objects comprise the digital logic level?

A

Gates

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

What are gates made up of?

A

Transistors

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

Gates can be combined to create…

A

1-bit memory

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

1-bit memories can be combined to create…

A

A register

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

Which level do manufacturers typically call the machine language level?

A

The ISA level (level 2)

17
Q

True or false: Any hardware instruction can be simulated in software

A

True

18
Q

The first computers had which two levels?

A

ISA (level 2) and digital logic level (level 0)

19
Q

What was the third level to be added to computers after the ISA and digital logic levels?

A

Level 1 - mostly with the microprogram

20
Q

What was the purpose of the microprogram?

A

To interpret ISA instructions