Computing Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is an 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

What is a 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

What is a variable?

A

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

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

What is an iteration?

A

A repeated set of instructions

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

What is a Selection?

A

A choice of which set of code to follow is dependent on a true or false question

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

What is a 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

What is an 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

What is an Output?

A

A methos 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

What is a 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
10
Q

What is an 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
11
Q

What is an ROM

A

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

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

What is Volatile

A

Data is lost when the machine is turned off

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