Key terms Flashcards

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

flowchart

A

a diagram representing an algorithm

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

algorithm

A

a set of step by step instructions to solve a problem

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

output

A

information that the computer displays to the user

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

input

A

information that the user gives to the computer

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

shell

A

where all the output (answers) is displayed

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

print

A

command used to output messages

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

variable

A

labelled memory space that stores information

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

integer

A

represents a whole number

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

string

A

represents a text

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

floats

A

represents a decimal number

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

Boolean

A

only has two values: true or false

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

casting

A

changing of data type from one type to another

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

decomposition

A

breaking a problem down into smaller more manageable parts, which are then easier to solve

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

abstraction

A

the process of removing or hiding unnecessary information so that only the important points remain

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

nesting

A

using an if statement inside an if statement. You can use nesting for solving complex problems.

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

iteration

A

repetition