Cambridge IGCSE Computer Science - Computer Architecture

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

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and vocabulary related to the syllabus of the Cambridge IGCSE Computer Science course, specifically focusing on computer architecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Central Processing Unit (CPU)

The brain of the computer responsible for fetching, decoding, and executing instructions.

2
New cards

Fetch-Decode-Execute Cycle (FDE)

The process carried out by the CPU to fetch, decode, and execute instructions.

3
New cards

Von Neumann Architecture

A design of the CPU proposed by John Von Neumann, outlining how memory, input/output devices, and the processor work together.

4
New cards

Control Unit (CU)

Component of the CPU that coordinates data movement and decodes instructions.

5
New cards

Arithmetic Logic Unit (ALU)

Part of the CPU that performs arithmetic operations and logical decisions.

6
New cards

Registers

Extremely small, fast memory located within the CPU used to hold data for processing.

7
New cards

Program Counter (PC)

Register that holds the memory address of the next instruction to be executed.

8
New cards

Memory Address Register (MAR)

Register that holds the memory address from which data or instructions are fetched.

9
New cards

Memory Data Register (MDR)

Register that stores data or instructions fetched from memory.

10
New cards

Current Instruction Register (CIR)

Register that holds the instruction currently being decoded or executed.

11
New cards

Bus

A set of parallel wires through which data or signals are transmitted between components.

12
New cards

Cache Memory

Very small and fast memory used to store frequently accessed data and instructions.

13
New cards

Instruction Set

A list of commands that can be processed by a CPU, including operation codes (opcodes) and operands.

14
New cards

Embedded System

A computer system designed to perform a dedicated function within a larger mechanical unit.

15
New cards

Microprocessor

A type of integrated circuit that functions as the CPU on a single chip.

16
New cards

Clock Speed

Measured in Hertz (Hz), it indicates the number of fetch-decode-execute cycles that occur per second.

17
New cards

Multi-core Processor

A processor with multiple cores, allowing for parallel processing of instructions.