GCSE Computing Flashcards
Dedicated
Something which is designed for one particular purpose
Defragmenter
A utility that brings together file fragments on a disk and collects all of the free space in one area
Denary
A system of numbering using 10 digits, 0-9 (also called base-10)
Device Driver
A program that enables communication between a computer and a peripheral
Disk Organisation
The process of arranging files and data bytes on a secondary storage device
Domain name
A human-readable name for a resource on a network. It is changed to a numerical IP address by a DNS server
Clock Chip
The electronic device in a computer that controls the timing of signals
Code Editor
Text area used to enter code in an IDE
Colour Depth
The number of bits used for each pixel or dot. The more bits the more colours that can be represented.
Command Line
The place where typed commands are given to the operating system
Comparison
Comparing the values of two items and returning TRUE or FALSE depending upon the result of that comparison
Compiler
A translator that converts all of the source code to machine code in one go to produce the object code
Compression
Reduction in file size to reduce download times and storage requirements
Computer architecture
The internal, logical structure and organisation of the computer hardware
Concatenation
Combining two strings into a single string
Constant
A label referring to a location in memory containing a value that can be assessed but not changed by a program.
Boolean algebra
a method for expressing mathematically a logic circuit
Bus
a part of the computer architecture that transfers data and signals between the components of the computer
Byte
8 bits
Cache memory
special high memory used by a computer
Camera
a device to capture still or moving images
CD
a type of optical device with a capacity of 700MB
Character
a single alphabetic or numeric character
Character set
the characters available to a computer
CHR
uses the ASCII value to look up the character associated with a particular number
Client
software or hardware that requests services from a server