0% found this document useful (0 votes)
21 views

Quiz 5

1. The document provides examples of conversions between binary, decimal, octal and hexadecimal number systems. It converts the number 102.2910 to binary and converts binary, octal and hexadecimal numbers to other number systems. 2. Further conversions include converting 3,91410 to hexadecimal and octal, and converting between octal, binary and decimal. 3. Additional conversions are shown between octal, binary, decimal and hexadecimal. 4. The last example converts between hexadecimal, binary, octal and decimal.

Uploaded by

rheamaeborromeo1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Quiz 5

1. The document provides examples of conversions between binary, decimal, octal and hexadecimal number systems. It converts the number 102.2910 to binary and converts binary, octal and hexadecimal numbers to other number systems. 2. Further conversions include converting 3,91410 to hexadecimal and octal, and converting between octal, binary and decimal. 3. Additional conversions are shown between octal, binary, decimal and hexadecimal. 4. The last example converts between hexadecimal, binary, octal and decimal.

Uploaded by

rheamaeborromeo1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

1.1100110.111012=102.2910, = 1100110.

111012

1 1 0 0 1 1 0 .1 1 1 0 1 2
64+32+4+2=102 . 16+8+4+1=29

102.2910

128 64 32 16 8 4 2 1

1 1 0 0 1 1
102-64=38
38-32=6
6-4=2
.29
128 64 32 16 8 4 2 1

1 1 1 0 1

29-16=13
13-8=5
5-4=1

2.F4A16=3,91410,75128,111101001010 2
Hexa to decimal

F4A

15-4-10
15x162 + 4X161 +10X160
15X256 + 64 + 10
3840 + 64 10
=391410

Decimal to octa

391410
Q R
3914/8 489 2
489/8 61 1
61/8 7 5
7/8 0 7

=75128
Octal to binary

7512
7 5 1 2

4 2 1 4 2 1 4 2 1 4 2 1

1 1 1 1 0 1 0 0 1 0 1 0

=1111010010102

3.7558=1111011012,49310,1ED16
Octal to binary

7 5 5
4 2 1 4 2 1 4 2 1
1 1 1 1 0 1 1 0 1
=1111011012

Binary to Decimal

1111011012
(1x28 ) + (1x27 ) + (1x26 ) + (1x25 ) + (0x24 ) + (1x23 ) +
(1x22) + (0x21 ) + (1x20 ) =49310

49310

Decimal to Hexa
Q R
493/16 30 13
30/16 1 14
1/16 0 1

= 1ED16

4.55510, 10001010112, 10538, 22B16


Decimal To Binary

Q R
555/2 277 1
277/2 138 1
138/2 69 0
69/2 34 1
34/2 17 0
17/2 8 1
8/2 4 0
4/2 2 0
2/2 1 0
1/ 2 0 1
=10001010112
Binary to Octal

=10001010112
001 000 101 011
421 421 421 421
1 0 5 3
=10538

Octal to Hexa

=10538
10 0010 1011

21 8421 8421

=2 2 11
=22B16

5.FADE16, 11111010110111102, 1753368, 6422210


Hexa to binary

FADE16
F A D E

15 10 13 14

15 10 13
8 4 2 1 8 4 2 1 8 4 2 1

1 1 1 1 1 0 1 0 1 1 0 1

14
8 4 2 1

1 1 1 0

= 11111010110111102
Binary to Octal

11111010110111102
001 111 101 011 011 110

421 421 421 421 421 421

1 7 5 3 3 6

=1753368
175336 = (1 × 8⁵) + (7 × 8⁴) + (5 × 8³) + (3 × 8²) + (3 × 8¹) +
(6 × 8⁰) = 6422210

You might also like