Computing2 Flashcards

(17 cards)

1
Q

A set of instructions that achieve a task.

A

Algorithm

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

Following instructions one after the other.

A

Sequence

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

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

A

Variable

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

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

A

Iteration

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

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

A

Selection

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

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

A

Program

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

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

A

Input

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

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

A

Output

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

Light emitting diode, a light. They now come in several different colours including red, yellow amber, white, green and blue.

A

LED

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

The central processing unit – every command passes through the CPU.

A

CPU

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

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

A

RAM

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

Data is lost when the machine is turned off.

A

Volatile data

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

Basic input and output system.

A

BIOS

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

A circuit board that connects all of the other components.

A

Motherboard

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

Hypertext markup language – used to create webpages.

A

HTML

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

Software that interprets HTML to reproduce a webpage.

17
Q

Cascading style sheet, used to centralise the format/style of a website.