Revision On Binary & Hexa - Answers
Revision On Binary & Hexa - Answers
Revision -1
Answer the following questions.
1- What is the base number of the coming number systems?
- Binary system: 2
- Denary system: 10
- Hexadecimal system: 16
2 - 7 - f
27F
9 - C - C
100111001100 = 9CC
1
- From binary to Hexa: 1111111101111101 = FF7D
1111 – 1111 – 0111 – 1101
F - F - 7 - D
0001 – 1011
1-B
1B
- What would the register contain if only the machine was on and the agitator was on?
10011001
- What would the register contain if only the machine was on and the pump was on?
10010110
- What would be the effect if the register contained the following numbers:
10101010
The machine is on. The valve is on. The agitator is on. The pump is on.
10100101
The machine is on. The valve is on. The agitator is of. The pump is off.
2
6- Convert the binary number 01011001 to decimal. 89
128 – 64 – 32 – 16 – 8 – 4 – 2 – 1
0 - 1 - 0 - 1 - 1 - 0 – 0- 1
1+8+16+64 = 89
0 - 0 -1 - 0 -1 - 1- 0–1
1 - 1 - 0 - 1 - 0 -0 - 1 – 0
2+16+64+128 = 210