NUMBER SYSTEM in Computer Theoretical Question for All Exams
1. What is the minimum and maximum value in Octal Number System?
a) 1 to 8
b) 0 to 7
c) 2 to 9
d) None of the above
Ans. b
Values in Different Number System
Binary 2 (0,1)
Octal 8 (0,1,2,3,4,5,6,7)
Decimal 10 (0,1,2,3,4,5,6,7,8,9)
Hexadecimal 16 (0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F)
2. What number system is not understood by C language compiler directly?
a) Decimal
b) Octal
c) Binary
d) Hex Decimal
Ans. c
Explanation: Yes, C language can not understand Binary language directly. Because C language is a High
level language
3. Numbers are stored and transmitted inside a computer in which format?
a) binary form
b) ASCII code form
c) decimal form
d) alphanumeric form
Ans. a
4. The value of radix in binary number system is ___
a) 2
b) 8
c) 10
d) 1
Ans. a
Explanation: In a binary number system, the value of base or radix is 2. The binary system uses only two digits for the
representation of numbers.
5. A computer language that is written in binary codes only is _____
a) machine language
b) C
c) C#
d) Pascal
Ans. a
Explanation: Machine Language is written in binary codes only. It can be easily understood by the computer and is
very difficult for us to understand. A machine language, unlike other languages, requires no translators or interpreters.