All Keywords Flashcards
To make sure you understand all of the keywords required for the GCSE
Accumulator
Register that stores the results of any calculations made by the ALU.
Adware
Software that automatically displays advertising when a user is online
Algorithm
A series of steps designed to solve a mathematical or other problem
Arithmetic and logic unit (ALU)
Performs all the arithmetic and logical operations within the CPU
Analogue
Continuously changing values
AND
A logic gate that outputs 1 if both inputs are 1
Application
Software designed to carry out a useful real-world task
ASCII (American Standard Code for Information Interchange)
A 7-bit code to represent a set of characters available to a computer
Assembler
Software that translates an assembly language program back into machine code
Assignment
Setting the value of a variable or constant
Binary
A number sytem based on 2, using just two symbols: 0 and 1
Bit
Binary digit 0 or 1: symbol b
Bit depth
The number bits used to store each sound sample
Bit rate
The number of bits used to to store a second of sampled sound
Boolean algebra
A method of expressing mathematically a logic circuit
Bus
A part of the computer architecture that transfers data and signals between the components of the computer
Byte
Eight bits : symbol B
Cache memory
Special high-speed memory used by a computer
Central processing unit (CPU)
Contains the control unit, ALU and cache memory
Channel
A communication link carried on any suitable medium such as a wire conductor , fibre-optic cable or wireless signal; for example a bit-stream can be sent between devices on a WLAN along a channel formed by a sub-frequency in a WIFI frequency band
Character set
The complete set of characters available to a computer
Clock chip
The electronic device in a computer that controls the timing of signals
Colour depth (bit depth)
The number of bits used for each pixel
Command line
The place where commands can be given to the operating system
Compression
Reduction in file size to lessen download times and storage requirements
Computational thinking
Applying the methods of computer scientists to problem solving
Computer architecture
The internal, logical structure and organisation of the computer hardware
Constant
A label referring to a location in memory containing a value that can be accessed but not changed by a program
Control system
Control machinery and probably only provide limited output for humans to respond to
Control unit
Works with the CPU to control the flow of data within the system and to decode instructions
Current instruction register (CIR)
Stores the next instruction ready to be decoded
De-encapsulation
Removing the data from inside an encapsulated item
Declaration
Identifying a variable, constant or array to a program so that memory can be allocated for it
Dedicated system
A system performing a single function or set of functions
Defragmenter
Software that brings together fragments of files on a disk and collects all the free space in one area
Denary
A number system based on 10, using ten digits: 0-9
Dual-core/quad-core processor
A CPU with multiple processors: a dual-core has two; a quad-core has four
Embedded system
A computer system that forms part of an electronic device
Encapsulation
Enclosing the data inside another data structure to form a single component