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
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).
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers