Key terminology and hardware of a computer. Flashcards

Copied this of the revision booklet

1
Q

RAM

A

Random-access memory, very fast, volatile data storage, contains the operating system, current
programs and data

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

CPU

A

The central processing unit – every command passes through the CPU

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

ROM

A

Read only memory, non-volatile memory, contains the boot strap and BIOS

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

Output

A

A method of displaying information to a user e.g. a screen

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

Input

A

A method of entering data onto a computer system, usually with an input device, such as a
keyboard or mouse

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

Program

A

A set of algorithms that have been created to solve a problem – commonly known as apps
(application software)

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

Selection

A

A choice of which set of code to follow is dependent on a true or false question – common
selections are “if then else”, “when..do”

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

Iteration

A

A repeated set of instructions – common loops include forever, while true, while

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

Variable

A

A named container for a value (which can be inspected or altered by the program)

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

Sequence

A

Following instructions one after the other

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

Algorithm

A

A set of instructions that achieve a task

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

Hardware

A

The machines, wiring, and other physical components of a computer or other electronic system

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

Software

A

The programs and other operating information used by a computer

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

Motherboard

A

A printed circuit board containing the principal components of a computer or other device, with connectors for other circuit boards to be slotted into

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

Monitor

A

It’s just the screen I can’t be bothered to google the definition

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

BIOS

A

a set of computer instructions in firmware which control input and output operations

17
Q

Boot Strap

A

a technique of loading a program into a computer by means of a few initial instructions which enable the introduction of the rest of the program from an input device

18
Q

Function

A

a basic task of a computer, especially one that corresponds to a single instruction from the user