GCSE Computing Flashcards

1
Q

Dedicated

A

Something which is designed for one particular purpose

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Defragmenter

A

A utility that brings together file fragments on a disk and collects all of the free space in one area

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Denary

A

A system of numbering using 10 digits, 0-9 (also called base-10)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Device Driver

A

A program that enables communication between a computer and a peripheral

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Disk Organisation

A

The process of arranging files and data bytes on a secondary storage device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Domain name

A

A human-readable name for a resource on a network. It is changed to a numerical IP address by a DNS server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Clock Chip

A

The electronic device in a computer that controls the timing of signals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Code Editor

A

Text area used to enter code in an IDE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Colour Depth

A

The number of bits used for each pixel or dot. The more bits the more colours that can be represented.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Command Line

A

The place where typed commands are given to the operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Comparison

A

Comparing the values of two items and returning TRUE or FALSE depending upon the result of that comparison

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Compiler

A

A translator that converts all of the source code to machine code in one go to produce the object code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Compression

A

Reduction in file size to reduce download times and storage requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Computer architecture

A

The internal, logical structure and organisation of the computer hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Concatenation

A

Combining two strings into a single string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Constant

A

A label referring to a location in memory containing a value that can be assessed but not changed by a program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Boolean algebra

A

a method for expressing mathematically a logic circuit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Bus

A

a part of the computer architecture that transfers data and signals between the components of the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Byte

A

8 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Cache memory

A

special high memory used by a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Camera

A

a device to capture still or moving images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

CD

A

a type of optical device with a capacity of 700MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Character

A

a single alphabetic or numeric character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Character set

A

the characters available to a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
CHR
uses the ASCII value to look up the character associated with a particular number
26
Client
software or hardware that requests services from a server
27
Accumulator
A register in the CPU that stores data currently being used by the CPU
28
ACID
A set of rules that protects a database from errors during a transaction.
29
Actuator
A device to produce physical movement based on output from a computer system.
30
Address
A location in main memory used to store data or instructions.
31
Algorithm
A series of steps designed to solve a mathematical or other problem
32
ALU
The ALU performs all the arithmetic and logical operations within the CPU.
33
Analogue
Refers to continuously changing values
34
Applet
A small application that performs one specific task.
35
Application
Software designed to carry out a useful real-world task
36
ASCII
(American Standard Code for Information Interchange) | 7-bit system to code the character set of a computer.
37
Assembler
Software that translates assembly language code into machine code.
38
Assembly Language
A low-level programming language that uses more memorable mnemonic codes and labels to represent machine-level code. Each instruction corresponds to just one machine operation.
39
Assignment
Setting the value of a variable.
40
Attribute
A characteristic of an entity. It becomes a field in a data table.
41
Auto Documentation
System that tracks variables, modules and comments for maintenance purposes.
42
Bar Code
A pattern of thin and thick lines representing a number that can scanned by a reader for input into a computer system.
43
Binary
A system of numbers using only two digits, 0 and 1 (also called the base-2 system), unlike the decimal (or denary) system in everyday use that uses ten digits (base-10).
44
Bit
Binary digit 1 or 0.
45
Bit Rate
The bit rate is the space available for each sample, measured in kilobits per second.
46
Boolean
A value that can only be true or false.
47
Dual-core/quad core
A CPU with multiple processors ( a dual-core has two, a quad-core has four
48
DVD
A type of optical device with a capacity of 4.7GB
49
Editor
Software used for entering source code when writing a program
50
Embedded system
A computer system that forms part of an electronic device
51
Entity
Something that we store data about in a database
52
Entity relationship diagram
A diagram that shows how different entities used in a database are connected
53
Erroneous
Data that would not normally be expected such as the wrong data type
54
Error diagnostics
System to warn of errors in the code and potential programs
55
Extreme
Data that is the extreme limit of valid or invalid to check boundary conditions
56
Failover
Automatic switching to a backup computer system in the event of system failure
57
Control unit
The control unit works with the CPU to control the flow of data within the system
58
CPU
Central processing unit of the computer containing the control unit, ALU and cache memory
59
Custom written
Software developed specially for one or a few customers.
60
Data dictionary
The stored schema of a database
61
Data integrity
The state of data being as it should be, reflecting reality
62
Data redundancy
The unnecessary repetition of data
63
Debugger
Software that helps a programmer track down faults in a program
64
Decision
A flow diagram symbol used to show a decision stage, may be ‘yes’ or ‘no’ or multiple values.
65
Declaration
Identifying a variable or constant or array to a program so that memory space can be allocated
66
Decode
An instruction is decoded by the CPU into two parts – the operator and the operand