2: CPU Flashcards

1
Q

5 tasks by processor

A
  1. Fetch instruction - read from memory
  2. Integrate instruction - decode to determine action
  3. Fetch data
  4. process data
  5. Write data - to memory or I/O module
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 types of system bus

A
  • control bus
  • data bus
  • address bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

4 steps of machine cycle

A
  1. fetch (CU)
  2. decode (CU)
  3. execute (ALU)
  4. store (ALU)
  • CU direct and coordinate operation
  • ALU perform execution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

3 operations and examples carries out in ALU

A
  1. arithmetic: calculation - 加减乘除
  2. comparison: comparing data items - greater/less than
  3. logical: conditions and logical operators - OR/AND/NOT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

define I time

A

Instruction time
- time taken to fetch data and instructions from memory and store in internal register

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

define E time

A

Execution time
- time taken to decode and execute the instructions

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

pipelining

A
  • multiple instructions are overlapped in execution
  • execute more instructions in smaller period of time
  • laundry analogy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

3 classifications of microprocessor

A
  • design of semiconductor technologies
  • width of data format
  • instruction set
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

3 design of semiconductor technologies

A
  • TTL (Transistor-Transistor Logic)
  • CMOS (Complementary-Metal-Oxide-Semiconductor)
  • ECL (Emitter-Coupled Logic)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Characteristics of 3 design of semiconductor

A

TTL - most commonly used

CMOS
- low power consumption
- suitable for portable computer and battery-powered devices

ECL
- high power consumption
- high speed

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

CISC and RISC

A

Complex-Instruction-Set computer
- easier to program
- slower
- more expensive

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