Logic error
Error in a program which does not cause a program to crash but causes unexpected results.
Error in a program which does not cause a program to crash but causes unexpected results.
Data that a program cannot process and should not accept.
The process of checking entered data and removing dangerous inputs which could otherwise be used to cause damage to a…
Valid data that falls at the boundary of any possible ranges.
The process of hiding or protecting data so it cannot be seen or disclosed.
An error in a program
AND, OR and NOT. Used to test inputs or outputs and make a decision based on what is input into…
A set of data values of the same type, stored in a sequence in a computer program. Also known as…
A memory location within a computer program where values are stored.
The smallest element of a programming language which expresses an action to be carried out.