Henry
Henry
Question 1
1. 2
2. 10 ✓
3. 16
4. All of the above
Question 2
1. 2
2. 8 ✓
3. 7
4. None
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 the above
Question 4
1. 0
2. 1 ✓
3. 0 and 1
4. None
Question 5
1. 0 to 8
2. 1 to 8
3. 0 to 7 ✓
4. All of the above
Question 6
1. H16
2. 16 ✓
3. 15
4. None
Question 7
1. 11 ✓
2. 12
3. 14
4. 13
Question 8
To express a hexa-decimal number to its binary equivalent, each hexa-decimal digit is expressed
as
1. 2 bits form
2. 3 bits form
3. 4 bits form ✓
4. None
Question 9
1. 1010
2. 1011
3. 1101
4. 1100 ✓
Question 10
1. 14
2. 15
3. 11 ✓
4. 12
Question 1
Question 2
Question 3
Question 4
Question 5
In a decimal to binary conversion, the first remainder is known as Least Significant Bit
(LSB) and the last remainder is Most Significant Bit (MSB).
Question 6
20 = 1
Complete the following tables
Answer
Octal Binary
Digit Equivalent
5 101
7 111
1 001
6 110
3 011
Hexadecimal Binary
Digit Equivalent
8 1000
11 1011
4 0100
15 1111
9 1001
Convert the following to their binary equivalents
Question 1
(78)10
Answer
2 Quotient Remainder
2 78 0 (LSB)
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 Quotient Remainder
2 12 0
2 6 0
2 3 1
2 1 1 (MSB)
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)
(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 to ( )10
Answer
Binary
Power Value Result
No
1 (LSB) 20 1 1x1=1
0 21 2 0x2=0
1 22 4 1x4=4
Binary
Power Value Result
No
0 23 8 0x8=0
1 (MSB) 24 16 1x16=16
Question 2
(10000)2 to ( )10
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 to ( )10
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 to ( )10
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 to ( )10
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 to ( )10
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
1 25 32 1x32=32
1 (MSB) 26 64 1x64=64
Question 1
(342)8 to ( )2
Answer
Octal Binary
Number Equivalent
2 010
4 100
3 011
Question 2
(203)8 to ( )2
Answer
Octal Binary
Number Equivalent
3 011
0 000
2 010
Question 3
(9AD)16 to ( )2
Answer
Hexadecimal Binary
Number Equivalent
D (13) 1101
A (10) 1010
9 1001
Question 4
(157)8 to ( )2
Answer
Octal Binary
Number Equivalent
7 111
5 101
1 001
Question 5
(ABC)16 to ( )2
Answer
Hexadecimal Binary
Number Equivalent
C (12) 1100
B (11) 1011
A (10) 1010
(DE)16 to ( )2
Answer
Hexadecimal Binary
Number Equivalent
E (14) 1110
D (13) 1101
Question 1
(110011101111)2
Answer
Grouping in bits of 4:
Binary Equivalent
Number Hexadecimal
1111 F (15)
1110 E (14)
1100 C (12)
Question 2
(11010111100)2
Answer
Grouping in bits of 4:
1100 C (12)
1011 B (11)
0110 6
Question 3
(89392)10
Answer
16 Quotient Remainder
16 89392 0
16 5587 3
16 349 D (13)
16 21 5
16 1 1
Question 4
(100101101110)2
Answer
Grouping in bits of 4:
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 Quotient Remainder
16 19 3
16 1 1
Question 1
What are the different types of number systems that a computer deals with?
Answer
Question 2
Answer
Answer
Question 3b
Answer
*******************************