Computer program basics key terms Flashcards

1
Q

What is a computer program

A

instructions executing one at a time

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

Input

A

A program gets data, perhaps from a file, keyboard, touchscreen, network, etc.

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

Process

A

A program performs computations on that data, such as adding two values like x + y.

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

Output

A

A program puts that data somewhere, such as to a file, screen, or network.

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

algorithm

A

A sequence of instructions that solves a problem

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

computational thinking

A

creating a sequence of instructions to solve a problem

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