CPU1- Introduction to CPU Flashcards

1
Q

What does CPU stand for?

A

Central Processing Unit

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

What is CPU?

A

CPU gather and execute instructions in their order.
Control peripherals.

It is the brain of a computer. The police traffic in a cross road.

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

Who is the father of CPU?

A

John von Neumann

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

Draw Von Neumann Architecture.

A

Input —-> CPU ——> Output Unit
ALU
|
v
Control Unit
^ |
| v
Main Memory

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

What are the components of CPU

A

ALU (Arithmetic and Logic Unit)
CU (Control Unit)
Registers
Program Counter
System Clock

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

Explain Arithmetic and Logic Unit.

A

Performs execution of instructions such as Arithmetic (+-x/), Comparison (>=<) and Logic (True or False)

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

Explain Control Unit

A

Directs and coordinates operations in computer
Performs fetch-execute cycle

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

Registers

A

High speed storage.
Fastest memory in memory hierarchy
Data can only be acted upon CPU when they are stored in registers

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

Explain Program Counter.

A

Address pointer
Register address of currently executing instructions
Counter value increases by 1 when each instructions get fetched

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

Explain System Clock

A

Microprocessor that regulates timing and speed of computer system’s functions
one clock= one vibration of clock chip
speed of computer’s CPU is measured in Hz
3.8GHz= 3.8 billion clock vibrations per second

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