Computer Structure Flashcards

1
Q

Von Neuman Architecture (4 components)

A
  • Memory
  • ALU (Arithmetic Logic Unit)
  • Control unit
  • I/O (Input Output System)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RAM - 2 types

A

Random Access Memory: Memory is fast, and the time to read/write memory from any address is about the same.
DRAM - Dynamic RAM: Cheap, slower ram that uses a capacitor and a MODFET to store data. “Regular ram is this.” Also uses more power since it has current leakage and often needs refreshes.
SRAM - Static RAM: Expensive ram to manufacture. Uses Six MOSFETS and is used as the memory close to the cpu - the registers and cache.

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

ALU

A

Arithmetic Logic Unit: Math and logical operations. Stores result in fast registers. Integrated into the CPU.

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

CCR

A

Coniditional code registers. Special purpose register that stores the result of <, >, = operatation.

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

Control Unit - structure and purpose

A

Fetches programs from memory and activates the necessary circuitry (ALU, I/o, Memory…)
Structure:
Program counter (PC): stores address of next instruction
Instruction Register (IR): Stores the instruction
Instruction Decode: figures out what actually the instruction is and activates the necessary circuitry

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