Computer Number System
Computer Number System
Question 1
1. 2
2. 10
3. 16
4. All of them
Answer
10
Reason — The decimal number system uses 10 digits (from 0 to 9) hence its has a
base of 10.
Question 2
1. 2
2. 8
3. 7
4. None
Answer
Reason — The octal number system uses 8 digits (from 0 to 7) hence its has a base
of 8.
Question 3
To convert an octal number to its binary equivalent, each octal digit is expressed as
1. 3 bits form
2. 4 bits form
3. 8 bits form
4. All of them
Answer
3 bits form
Reason — Since the digits from 0 to 7 need a maximum of 3 bits to be represented
in binary form hence in Octal to Binary conversion each octal digit is expressed as 3
bits form.
Question 4
1. 0
2. 1
3. 0 and 1
4. None
Answer
Question 5
1. 0 to 8
2. 1 to 8
3. 0 to 7
4. All of them
Answer
0 to 7
Reason — The octal number system is a base 8 number system as it uses the digits
from 0 to 7.
Question 6
1. H16
2. 16
3. 15
4. None
Answer
16
Reason — The hexa-decimal number system uses 16 digits (from 0 to 15) hence its
has a base of 16.
Question 7
1. 11
2. 12
3. 14
4. 13
Answer
11
Question 8
1. 2 bits form
2. 3 bits form
3. 4 bits form
4. None
Answer
4 bits form
Question 9
1. 1010
2. 1011
3. 1101
4. 1100
Answer
1100
Question 10
1. 14
2. 15
3. 11
4. 12
Answer
11
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
20 = 1
Complete the following tables
Octal Binary
Digit Equivalent
Hexadecimal Binary
Digit Equivalent
11
15
Answer
Octal Binary
Digit Equivalent
5 101
7 111
1 001
Octal Binary
Digit Equivalent
6 110
3 011
Hexadecimal Binary
Digit Equivalent
8 1000
11 1011
4 0100
15 1111
9 1001
Question 1
Your teacher has assigned you a task to give a presentation on conversion of octal
numbers into binary numbers and vice-versa. You are asked to create some aids to
support your presentation. You have created two tables, Table 1 and Table 2, to
demonstrate some examples.
1 001
5 .......
3 010
6 110
Binary Number Octal Equivalent
100 .......
111 7
011 2
001110 16
In the above tables, some entries have either been missed or incorrect. Answer the
following questions based on the above case:
(c) Fill the appropriate octal equivalent in the blank space of Table 2.
Answer
(a) 101
(b) In Table 1, the binary equivalent of octal number 3 is incorrect. The correct value
is 011.
(c) 4
(d) In Table 2, the octal equivalent of binary number 011 is incorrect. The correct
value is 3.
Question 1
(78)10
Answer
2 Quotient Remainder
2 78 0 (LSB)
2 Quotient Remainder
2 39 1
2 19 1
2 9 1
2 4 0
2 2 0
2 1 1 (MSB)
Question 2
(99)10
Answer
2 Quotient Remainder
2 99 1 (LSB)
2 49 1
2 24 0
2 12 0
2 6 0
2 3 1
2 1 1 (MSB)
2 Quotient Remainder
Question 3
(141)10
Answer
2 Quotient Remainder
2 141 1 (LSB)
2 70 0
2 35 1
2 17 1
2 8 0
2 4 0
2 2 0
2 1 1 (MSB)
Question 4
(123)10
Answer
2 Quotient Remainder
2 123 1 (LSB)
2 61 1
2 30 0
2 15 1
2 7 1
2 3 1
2 1 1 (MSB)
Question 1
(10101)2
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
0 21 2 0x2=0
1 22 4 1x4=4
0 23 8 0x8=0
Binary
Power Value Result
No
1 (MSB) 24 16 1x16=16
Question 2
(10000)2
Answer
Binary
Power Value Result
No
0 (LSB) 20 1 0x1=0
0 21 2 0x2=0
0 22 4 1x4=4
0 23 8 0x8=0
1 (MSB) 24 16 1x16=16
Question 3
(11001)2
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
Binary
Power Value Result
No
0 21 2 0x2=0
0 22 4 0x4=0
1 23 8 1x8=8
1 (MSB) 24 16 1x16=16
Question 4
(101010)2
Answer
Binary
Power Value Result
No
0 (LSB) 20 1 0x1=0
1 21 2 1x2=2
0 22 4 0x4=0
1 23 8 1x8=8
0 24 16 0x16=0
1 (MSB) 25 32 1x32=32
Question 1
(510)8
Answer
Octal
Power Value Result
No
0 (LSB) 80 1 0x1=0
1 81 8 1x8=8
5 (MSB) 82 64 5x64=320
Question 2
(ABC)16
Answer
Hexadecimal
Power Value Result
Number
Question 3
(1001011)2
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
1 21 2 1x2=2
0 22 4 0x4=0
1 23 8 1x8=8
0 24 16 0x16=0
0 25 32 0x32=0
1 (MSB) 26 64 1x64=64
Question 4
(CD7)16
Answer
Hexadecimal
Power Value Result
Number
7 160 1 7x1=7
Question 5
(101001)2
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
0 21 2 0x2=0
0 22 4 0x4=0
1 23 8 1x8=8
0 24 16 0x16=0
1 (MSB) 25 32 1x32=32
Question 6
(1100111)2
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
1 21 2 1x2=2
1 22 4 1x4=4
0 23 8 0x8=0
0 24 16 0x16=0
Binary
Power Value Result
No
1 25 32 1x32=32
1 (MSB) 26 64 1x64=64
Question 1
(342)8
Answer
Octal Binary
Number Equivalent
2 010
4 100
3 011
Question 2
(203)8
Answer
Octal Binary
Number Equivalent
3 011
0 000
Octal Binary
Number Equivalent
2 010
Question 3
(9AD)16
Answer
Hexadecimal Binary
Number Equivalent
D (13) 1101
A (10) 1010
9 1001
Question 4
(157)8
Answer
Octal Binary
Number Equivalent
7 111
5 101
1 001
Question 5
(ABC)16
Answer
Hexadecimal Binary
Number Equivalent
C (12) 1100
B (11) 1011
A (10) 1010
Question 6
(DE)16
Answer
Hexadecimal Binary
Number Equivalent
E (14) 1110
D (13) 1101
Question 1
(110011101111)2
Answer
Grouping in bits of 4:
1100undefined110011101111
Binary Equivalent
Number Hexadecimal
1111 F (15)
1110 E (14)
1100 C (12)
Question 2
(11010111100)2
Answer
Grouping in bits of 4:
0110undefined011010111100
Binary Equivalent
Number Hexadecimal
1100 C (12)
1011 B (11)
0110 6
Question 3
(89392)10
Answer
16 Quotient Remainder
16 89392 0
16 Quotient Remainder
16 5587 3
16 349 D (13)
16 21 5
16 1 1
Question 4
(100101101110)2
Answer
Grouping in bits of 4:
1001undefined100101101110
Binary Equivalent
Number Hexadecimal
1110 E (14)
0110 6
1001 9
Question 5
(9894)10
Answer
16 Quotient Remainder
16 9894 6
16 618 A (10)
16 38 6
16 2 2
Question 6
(4966)10
Answer
16 Quotient Remainder
16 4966 6
16 310 6
16 19 3
16 1 1
Question 1
What are the different types of number systems that a computer deals with?
Answer
The different types of number systems are:
Question 2
Answer
Question 3a
Answer
Question 3b
Answer