GCSE Computer Science (OCR)

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

1/45

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.

46 Terms

1
New cards

Arithmetic Logic Unit (ALU)

Performs operations on data e.g. Addition, subtraction

2
New cards

Control Unit (CU)

Coordinating activities of the CPU

3
New cards

Registers

Quick, small stores of data within the CPU

4
New cards

Memory Address Register (MAR)

Holds memory address for data or a instruction about to be used by the CPU

5
New cards

Memory Data Register (MDR)

Holds actual data or instruction

6
New cards

Accumulator

Stores results of calculations in the ALU

7
New cards

Program Counter (PC)

Holds memory address of the instruction for each cycle

8
New cards

Fetch

The next instruction is retrieved by CPU from main memory

9
New cards

Decode

The instruction is broken down and decided so computer can understand

10
New cards

Execute

The CPU performs what the instructions told

11
New cards

Embedded System

A computer system built within a large device e.g. Camera, washer, car

12
New cards

Volatile

Memory loses its data when power off

13
New cards

Non-volatile

Memory retains its data when power is lost

14
New cards

Random Access Memory (RAM)

Read/write - function is to load open programs and operating system data currently in use - volatile

15
New cards

Read Only Memory (ROM)

Can only be read, can't be changed, stores essential programs to be run in order to boot the computer - non-volatile

16
New cards

Cache

A type memory that stores copies of frequently used data, much faster than RAM, lower capacity - closer to CPU

17
New cards

Buses

Collection of wires that carry signals between various components of the computer system

18
New cards

Central Processing Unit (CPU)

Processes all of the data and instructions that make the system work - can be effected by clock speed, number of cores, cache size

19
New cards

Clock speed

How fast the computer does the FDE cycle

20
New cards

virtual memory

A memory management procedure needed when the RAM is full so a temporary section is made which acts like a part of RAM

21
New cards

Flash memory

Solid state storage, non-volatile, more reliable/durable but can only be overwritten a limited number of times

22
New cards

Graphics Processing Unit (GPU)

Handles graphics and image processing

23
New cards

Optical storage

CD, DVD, Blue-ray
ADV: cheap,easy to transport
DIS: slow, less storage than hard drives, stored data degrades over time, cannot be written over

24
New cards

Magnetic storage

Hard drives
ADV: fast access, stores large amounts of data, low cost
DIS: not very portable, easily be broken

25
New cards

Solid State storage

USB, flash memory, SD
ADV: fast, small, light, easily potable, quiet
DIS: more expensive, storage capacity less, limited number erase/write cycles

26
New cards

Cloud stotage

Data is stored on multiple servers in a remote location
ADV: secure, can be accessed anywhere, no need to buy
DIS: needs internet, download and upload can be effected by internet connection, less control if data is held

27
New cards

Operating System

essential software that links the hardware and other software together and generally manages the computer system

28
New cards

Command-line Interface

Text commands where user has to type in command

29
New cards

Graphical User Interface (GUI)

uses icons and other visual indicators to navigate and issue commands

30
New cards

Utility Software

maintains a computer

31
New cards

Defragmentation Software

reorganises data on the hard drive to put fragmented files back together and moves files to collect all the free space

32
New cards

Backup Software

Full Backup - a copy is taken from from every file on the system
Incremental Backup - only files created or edited since last backup are copied

33
New cards

Compression Software

reduces file size so they take up less space on hard disk

34
New cards

Encryption Software

scrambles data to stop others from accessing it

35
New cards

Open Source Software

source code is made freely available and users can modify it
ADV: free, ,made for greater good, can be adapted
DIS: small, buggy, security holes, no warranties, no customer support

36
New cards

Proprietary Software

only the compiled code is released and the source code is kept a secret
ADV: warranties, well-tested, reliable, cheaper
DIS: expensive, software may not fit user needs

37
New cards

analogue signal

a continuous signal which can't be processed by a computer

38
New cards

ALU

part of CPU that carries out arithmetic and Boolean operations

39
New cards

ASCII

A 7-bit character set consisting of 128 characters

40
New cards

assembly language

low-level langauge

41
New cards

authentication

a process for checking user identity

42
New cards

binary

a counting system using base-2 consisting of 0s and 1s

43
New cards

binary shift

moving the bits in a binary number left or right and filling gaps with 0s

44
New cards

BIOS

Basic Input Output System

45
New cards

bitmap image

a graphic made up of pixels

46
New cards

bit

a binary digit either 0 or 1