Characteristics of contemporary processors

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

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.

10 Terms

1
New cards

Central Processing Unit (CPU)

The CPU carries out instructions in computer programs, consisting of the arithmetic logic unit, control unit, and registers.

2
New cards

Arithmetic Logic Unit (ALU)

The ALU performs calculations and logical decisions, with results stored in the accumulator.

3
New cards

Control Unit (CU)

The CU coordinates how the processor works, controls data movement within the CPU and between CPU and memory, and decodes instructions.

4
New cards

Registers

Areas of memory within the processor accessed at high speeds, including special purpose registers like Program Counter (PC), Memory Data Register (MDR), Memory Address Register (MAR), Current Instruction Register (CIR), and Accumulator (ACC).

5
New cards

Program Counter (PC)

Keeps track of the memory location of the current instruction being executed, allowing programs to run sequentially by pointing to the next instruction.

6
New cards

Memory Data Register (MDR)

Stores data or instructions to be fetched from or sent to memory.

7
New cards

Memory Address Register (MAR)

Stores the address of data or instructions to be fetched from or sent to memory.

8
New cards

Accumulator (ACC)

Stores results of calculations by the ALU, holding the most recently fetched instruction for decoding and execution.

9
New cards

Register

A discrete memory unit on the CPU holding a single data piece. They can be accessed at high speeds so they can be used by the processor without causing a bottle neck.

10
New cards

Current instruction register

Stores the most recently fetched instruction, which will be decoded and executed.