Assembly language
A low-level programming language closely related to machine code.
A low-level programming language closely related to machine code.
A program that translates assembly languages into machine code.
Circuit components which take several inputs, compare the inputs with each other, and provide a single output based on logical…
A form of algebra which works only with two values, TRUE or FALSE.
Checking input data is sensible and in the right format.
Sensible, possible data that a program should accept and be able to process.
Used when testing a program to record changes in variable values as code executes.
A list of what is to be tested and how it is to be tested.
Hiding visible data.
The process of ensuring that a program is easy to understand, modify and update.