Registers

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Current Instruction Register

The register stores the current instruction being decoded and executed

2
New cards

Accumulator

Stores data temporarily during ALU arithemic calculations

3
New cards

MAR

The MAR holds the address of the memory location while that location is being read from or written to.

4
New cards

MDR

The MDR stores data that is being read from memory or data that is being written to memory.

5
New cards

Program Counter

The PC (Program Counter) is a register that stores the address of the next instruction in memory that the CPU will fetch.

6
New cards

Control Bus

Carries signal from control units to all computer components (Bidirectional)

7
New cards

Data Bus

Carries data from cpu to memory (vice versa) and to and from input/output devices (Bidirectional)

8
New cards

Address Bus

Carries address throughout the computer system (Unidirectional)

9
New cards

Cache

A small fast primary memory that stores data and instructions temporarily so CPU can access to it faster than accessing it from RAM

10
New cards

RAM

A primary memory that stores data and instructions temporarily so CPU can access to the data quickly than accessing it from hard-drives (SDD and HDD)

11
New cards

Primary and Secondary memory

Primary memory is a volatile memory directly accessible by CPU whereas secondary memory are not and is non-volatile memory, it must load in to primary memory first before CPU can access to it

12
New cards

Fetch

The PC contains the address of the next instruction to be fetched. This address is copied into the MAR using address bus. The instruction at that address is then fetched into the MDR, which copies it into the CIR for decoding. Meanwhile, the PC is incremented by 1 ready for the next instruction. The instruction is finally decoded then executed by sending out signals using control bus to all computer components

13
New cards

Microprocessor and CPU

microprocessor is a small physical chip built to function as a CPU and CPU is a role of functions in computer.

14
New cards

Microcontroller

A microcontroller is a single chip that contains a CPU, memory, and input/output interfaces, making it a complete mini-computer for controlling devices

15
New cards