Topic 3.1 - Computer Architecture Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Central processing unit (CPU)

A

-installed as an integrated circuit on a single microchip

-processing of all the instructions and data in a computer
application

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

The CPU consists of…

A
  • control unit(CU)
  • arithmetic and logic unit(ALU)
  • registers and buses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Arithmetic and logic unit(ALU)

A

-allows the required arithmetic or logic operations to be carried out

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

Control unit(CU)

A

Fetch (goes and brings the instructions)
Decode (understands the instructions)
Execute (carries out the instructions)

-Ensures synchronization of data flow and program instructions throughout the computer

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

System clock

A

clock speed measures the number of cycles your CPU executes per second, measured in GHz(gigahertz)

clock cycle (or clock tick): the amount of time between two pulses of an oscillator

*ensures that the vital synchronization takes place

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

Volatile

A

volatile: when the power goes, the data goes

hard disk is non-volatile (power off, data still in)

RAM is volatile (power off, the file is gone)

ROM(read-only memory) is non-volatile

The USB stick is non-volatile

BIOS is non-volatile

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

RAM

A
  • Immediate Access Store(IAS)
  • holds all the data and programs needed to be accessed by the CPU
  • CPU takes data and programs held in a backing store (e.g. a hard disk drive) and puts them into RAM temporarily

CACHE: immediate access to frequently used data

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

5 Registers

A
  • Current instruction register
  • accumulator
  • memory address register
  • memory

(incomplete)

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

Memory

A

-The address will uniquely identify every location in the memory

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

Memory - READ example & WRITE example

A

check google slides (incomplete to be inserted)

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