OCR GCSE Computer Science Paper 1

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

1/27

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.

28 Terms

1
New cards

CPU

Central Processing Unit, the main component of a computer that carries out program instructions.

2
New cards

ALU

Arithmetic Logic Unit, a component of the CPU that performs mathematical and logical operations.

3
New cards

Control Unit

The part of the CPU that coordinates the fetch-execute cycle and decodes instructions.

4
New cards

Cache

A small, fast type of memory that holds frequently accessed items, checked before RAM.

5
New cards

Registers

Ultra-small, ultra-fast storage locations within the CPU for temporary data and instructions.

6
New cards

MAR

Memory Address Register, holds the address of the memory location being accessed.

7
New cards

MDR

Memory Data Register, stores the actual data or instruction fetched from memory.

8
New cards

Program Counter

A register that holds the address of the next instruction to be fetched from memory.

9
New cards

Von Neumann Architecture

A computer architecture model that describes a system where the CPU executes instructions in a fetch-execute cycle.

10
New cards

Fetch-Execute Cycle

The process by which the CPU retrieves an instruction from memory, decodes it, and executes it.

11
New cards

Clock Speed

The rate at which a CPU can execute instructions, measured in gigahertz (GHz).

12
New cards

Cores

Independent processing units within a CPU that can execute instructions simultaneously.

13
New cards

Virtual Memory

A portion of secondary storage used as an extension of RAM when it is full.

14
New cards

Primary Storage

Memory directly connected to the CPU, including RAM and ROM.

15
New cards

Secondary Storage

Non-volatile storage used for long-term data retention, such as hard drives and SSDs.

16
New cards

RAM

Random Access Memory, volatile memory that temporarily stores data and programs while the computer is on.

17
New cards

ROM

Read-Only Memory, non-volatile memory that contains essential startup instructions for the computer.

18
New cards

Magnetic Storage

A type of secondary storage that uses magnetic polarity to represent data, e.g., hard disk drives (HDDs).

19
New cards

Optical Storage

A type of secondary storage that uses light to read and write data, e.g., DVDs.

20
New cards

Solid-State Storage

A type of secondary storage that uses flash memory with no moving parts, e.g., SSDs.

21
New cards

Bit

The smallest unit of data in computing, representing a binary value of 0 or 1.

22
New cards

Nibble

A group of four bits.

23
New cards

Byte

A group of eight bits, equivalent to two nibbles.

24
New cards

Kilobyte

A unit of digital information equal to approximately 1,000 bytes.

25
New cards

Binary

A base-2 numeral system that uses only two digits, 0 and 1.

26
New cards

Hexadecimal

A base-16 numeral system that uses digits 0-9 and letters A-F to represent values.

27
New cards

Denary

The base-10 numeral system, commonly used in everyday counting.

28
New cards

Binary Addition

The process of adding binary numbers, following specific rules for carrying over.