The CPU and Memory (Properties and Enhancements)

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

1/14

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to CPU and memory architecture as discussed in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

CPU (Central Processing Unit)

The main component of a computer that performs calculations and executes programs.

2
New cards

ALU (Arithmetic Logic Unit)

A component of the CPU that performs arithmetic and logic operations.

3
New cards

CU (Control Unit)

The part of the CPU that directs the operation of the processor and coordinates instruction execution.

4
New cards

Registers

Small, fast storage locations within the CPU used for specific purposes during processing.

5
New cards

Program Counter (PC)

A special register that contains the address of the next instruction to be executed.

6
New cards

MAR (Memory Address Register)

A register that holds the address of the memory location to be accessed.

7
New cards

MDR (Memory Data Register)

A register that holds the data being read from or written to memory.

8
New cards

Volatile Memory

Type of memory that loses its contents when the power is turned off, e.g., RAM.

9
New cards

Non-volatile Memory

Memory that retains its contents even when the power is off, e.g., ROM.

10
New cards

Cache Memory

A small amount of high-speed memory located between the CPU and main memory used to speed up data access.

11
New cards

CISC (Complex Instruction Set Computer)

A type of CPU architecture that has many instructions and addressing modes.

12
New cards

RISC (Reduced Instruction Set Computer)

A CPU architecture that uses a small set of simple instructions, enabling faster execution.

13
New cards

Fetch-Execute Cycle

The cycle in which the CPU retrieves an instruction from memory and executes it.

14
New cards

Paging

A memory management scheme that eliminates the need for contiguous allocation of physical memory.

15
New cards

Hit Ratio

The ratio of cache hits (successful data fetches from cache) to the total number of cache accesses.