week 12 - computer structure and function Flashcards

1
Q

Computer architecture

A

The attributes that have an impact on the logical structure of the computer and execution of a program. (basic structure e.g. car has an engine and steering wheel)

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

Computer strucutre

A

The operational units and there interconections that form the architecture (components that form the architecture e.g. cars have different types of engines but still share the same architecture)

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

Computer function

A

The operation of each component as part of the structure

-data processing
-data storage
-data movement
-control

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

Catagories in computer structure

A
  • I/O
  • Main memory
  • CPU
  • System bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Structure of CPU

A
  • Control unit
  • ALU
  • Registers
  • Internal bus
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Vacume tube computer

A

ENIAC
- world war 2
- decimal
- manual programming
- 40,000 calculations per second

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

Registers

A

A small amount of high speed memory within the CPU that is used to store data that is needed during processing.

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

ALU

A

Arithmetic logic unit is the part of the computer that carries out calculation

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

Control unit

A

control and manages execution of instructions, it controls the sequence of instructions and makes sure that all the parts of the CPU are coordinated

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

Internal bus

A

transports data between the different components of the CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • von numan machine
A
  • IAS computer
  • stored program concept
  • 1000 storage locations called words
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

words

A

storage locations used in IAS used to store numbers and instructions. each word is 40 bits. There are two types of words instuciton and number

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

instruction words

A

can have up to two 20 bit instructions consisting of 8 bit operations code and a 12 bit operand

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

Opcode

A

instruction that desides how data is going to be processed

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

Address

A

memory address of the data that is going to be processed

17
Q

Von Neuman advantages

A
  • easier to program
  • takes up less space than ENIAC
18
Q

Von Neuman disadvantages

A

-CPU is faster than the busses meaning that the CPU can sit idol

  • defective programs can cause memeory leaks by failing to realeace memory that is not in use