Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 8 (Q.No. 48)
48.
A code which uses more bits for each character then what is necessary is known as
Hollerith code
Gray code
Redundant code
Mnemonics
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Sacheen Pukhrambam said:   7 years ago
In computer programming, redundant code is source code or compiled code in a computer program that is unnecessary, such as;

I) recomputing a value that has previously been calculated and is still available, code that is never executed (known as unreachable code).

Ii) code which is executed but has no external effect (EG, does not change the output produced by a program; known as dead code).

Post your comments here:

Your comments will be displayed after verification.