YEAR 1 CO2 WEEK 1 INTRO TO C# Flashcards

1
Q

Define a program

A

A list of instructions that computer must work through in logical sequence in order to complete specific task.

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

Define algorithm.

A

Set of rules or a sequence of steps specifying how to solve a problem.

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

Define variable.

A

Values that are stored in memory whose contents can change during course of the program.

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

Define constant.

A

Values stored in memory whose values cannot change during the program.

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