Multiple choice technology testing

Computer instructions and data definitions expressed in a programming language or in a form output by an assembler, compiler or other translator

  1. code

  2. Debug

  3. Defect

  4. Failure

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Code refers to computer instructions and data definitions expressed in a programming language or output by translators like compilers. Debug is the process of finding faults. A defect is a flaw in the code. A failure is the observable incorrect behavior. Option A matches the definition given.