Define
Pseudocode
One method of algorithm description including the use of English. Although similar to many high-level languages, it does not observe the same very strict syntax rules.
Define
Syntax
The way language is formed and the rules governing its formation.
Define
Metalanguage
A language used to describe the syntax of other languages.
What is a in ASCII?
97
What is A in ASCII?
65
Define
Sequential language
A language in which the statements are executed in the order given
Define
Event-driven language
A language in which a computer waits for something to happen, and then statements are executed in response.