Vidyalelo
Computer Fundamentals · Q744

Computer fundamental

Computer Related · Computer Fundamentals · question 744

Q744

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
Answer
D.
Mnemonics
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
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).