AQA - Computer Science Terms

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

1/13

flashcard set

Earn XP

Description and Tags

All the terms of computer science to actually remember.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Hardware

The parts of a computer which you can physically touch or see

2
New cards

Software

The parts of the computer which run on the hardware and perform tasks.

3
New cards

Arithmetic and Logic Unit (ALU)

Carries out calculations and logical decisions like addition, subtraction, division, multiplication, greater than, less than, etc.

4
New cards

Control Unit (CU)

Decodes instructions and sends out signal to control how the data moves around the CPU and Memory to execute these instructions.

5
New cards

Universal Series Bus (USB)

Transfers data and power supply between external devices and computers.

6
New cards

Data Bus

Carries data between the CPU and the memory

7
New cards

Control Bus

Carries control signals around the CPU and memory

8
New cards

Address Bus

Carries memory addresses for locations to be read from or written to between the CPU and memory.

9
New cards

Register

Memory locations within the CPU that hold data and instructions temporarily for processing. This allows them to be accessed quickly.

10
New cards

Accumulator (ACC)

Register that stores the results of any calculations made by the Arithmetic and Logic Unit.

11
New cards

Current instructions register (CIR)

Register that stores the most recently fetched instructions while it is waiting to be decoded and executed.

12
New cards

Memory address register (MAR)

Register that stores the locations in memory to be used by the MDR, that is where to locate the data is needs to fetch or where to send data it needs to store.

13
New cards

Memory data register (MDR)

Register that is used to store any data fetched from memory or any data that is to be transferred or stored in memory.

14
New cards

Program Counter (PC)

Stores the address of the next instruction.