1.

In a number system, each position of a digit represents a specific power of the base.(a) True(b) FalseThis question was posed to me in examination.My question is taken from The Octal Number System topic in section Number Systems of Computer Fundamentals

Answer»

Right option is (a) True

For explanation I would say: In a number system, EVERY DIGIT is denoted by a specific power of base. Like in an OCTAL system, CONSIDER the number 113, it will be represented as :

8^2 * 1 + 8^1 * 1 + 8^0 *3.



Discussion

No Comment Found

Related InterviewSolutions