Examveda
Examveda

A code which uses more bits for each character then what is necessary is known as

A. Hollerith code

B. Gray code

C. Redundant code

D. Mnemonics

E. None of the above

Answer: Option C

Solution(By Examveda Team)

In computer programming, redundant code is source code or compiled code in a computer program that is unnecessary, such as:
1) Recomputing a value that has previously been calculated and is still available, code that is never executed (known as unreachable code).
2) Code which is executed but has no external effect (EG, does not change the output produced by a program; known as dead code).

Join The Discussion

Related Questions on Computer Fundamental Miscellaneous