key terms Flashcards

1
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
2
Q

sequence

A

following instructions one after the other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
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
4
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
5
Q

selection

A

a choice of which set of code to follow is dependant on a true or false question - common selections are “if, then, else” and “when…., do…”

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

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
8
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
9
Q

CPU

A

central processing unit - every command passes through the CPU

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

RAM

A

random access memory - very fast, volatile data storage, contains the operating system current programmes and data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
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
12
Q

volatile

A

data is lost when machine is turned off

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

BIOS

A

basic input and output system

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

Motherboard

A

a circuit board that connects all of the other components

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

HTML

A

hypertext markup language - used to create web pages

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

web browser

A

software that interprets HTML to reproduce a webpage

17
Q

CSS

A

cascading style sheet - used to centralise the format/style of a website