7.6 Coding the
algorithm
Programming
languages contain a strict set of codes and rules that must be followed when
writing a program. We study the high level language Pascal. The following
concepts are is most high level languages
Ø
Constants
Ø
Variables
Ø
Operators
Ø
Assignment
statements
Ø
Input/output
statements
Ø
Subprograms
Ø
Control
structures

Write
out the sentence and fill in the missing word
|
After the problem is analysed, the programmer must code the ????? into a program using a programming language |
|
Each ????? contains a strict set of rules that must be followed |
|
Constants are items of data that take only one specific ????? |
|
????? are items of data that may take different values, one at a time |
|
Operators are symbols that represent the ????? to be performed in a operation |
|
????? statements give a value to a variable |
|
????? is another name for a subprogram |
|
Control structures include sequence, ????? and repetition |
|
BASIC is a high level language designed by ????? and Thomas Kurtz in 1964 |
|
Pascal is a high level language developed in 1971 by ????? |