Computer Achitecture Flashcards

1
Q

Who invented it?

A

John von Neumann architecture

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

Main Architecture Components

A

Major components in a computer connected together by buses:
1) Memory The unit that stores and retrieves instructions and data.
2) CPU: The unit that houses two separate components:
The control unit: Repeats the following 3 tasks:
Fetches an instruction from memory
Decodes the instruction
Executes the instruction
The arithmetic/logic unit (ALU): Performs mathematical and logical operations.
3) Input/Output (I/O) devices: Handle communication with the outside world.

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

System Bus Model

A

Data Bus
Address Bus
Control Bus

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

Instruction

A

An operation performed by the CPU

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

Instruction Set

A

he design defines the set of operations that can be performed by the CPU
Different computer architectures are characterised by:
Number of instructions
Complexity of operations performed by individual instructions
Format (layout, fixed vs. variable length)
Use of registers
Addressing (size, modes)
RISC = Reduced Instruction Set Computer
CISC = Complex Instruction Set Computer
Intel Pentium is CISC PowerPC (IBM) is RISC

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

FDEC, What does it stand for?

A

Fetch, Decode, Execute Cycle

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

Types of memory

A

Primary - Registers, RAM, ROM, Cache

Secondary - Hard drive, CD/DVD, Pen-drive, Tape

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

Peripheral Devices

A

BIOS - Basic input output system

Interrupt driven - Interrupts sent via a bus to interrupt the CPU and service the device request

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