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.
2
Q
Define algorithm.
A
Set of rules or a sequence of steps specifying how to solve a problem.
3
Q
Define variable.
A
Values that are stored in memory whose contents can change during course of the program.
4
Q
Define constant.
A
Values stored in memory whose values cannot change during the program.