0% found this document useful (0 votes)
11 views2 pages

ACSL Contest 1 Homework #2

The document provides conversions of decimal numbers to binary, octal, and hexadecimal formats for various values, including 891, 327, 92, and 2381. It also includes conversions from binary, octal, and hexadecimal back to decimal, with some correct and incorrect results noted. Additionally, it covers conversions between binary, octal, and hexadecimal formats, highlighting both correct and incorrect conversions.

Uploaded by

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

ACSL Contest 1 Homework #2

The document provides conversions of decimal numbers to binary, octal, and hexadecimal formats for various values, including 891, 327, 92, and 2381. It also includes conversions from binary, octal, and hexadecimal back to decimal, with some correct and incorrect results noted. Additionally, it covers conversions between binary, octal, and hexadecimal formats, highlighting both correct and incorrect conversions.

Uploaded by

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

1.

​ Convert from decimal to binary, octal, and hex


a.​ 891 - Correct
Binary: 512 + 256 + 64 + 32 + 16 + 8 + 2 + 1
1101111011
Octal: 001 101 111 011
1573
Hex: 0011 0111 1011
37B
b.​ 327 - Correct
Binary: 256 + 64 + 4 + 2 + 1
101000111
Octal: 101 000 111
507
Hex: 0001 0100 0111
147
c.​ 92 - Correct
Binary: 64 + 16 + 8 + 4
1011100
Octal: 001 011 100
134
Hex: 0101 1100
5C
d.​ 2381 - Correct
Binary: 2048 + 256 + 64 + 8 + 4 + 1
100101001101
Octal: 100 101 001 101
4515
Hex: 1001 0100 1101
94D
2.​ Convert from other bases to base 10
a.​ 10111011_2 - Correct
1 + 2 + 8 + 16 + 32 + 128
187
b.​ FB9_16 - Wrong
9 + 176 + 4096
4281
F = 15
9 + 176 + 3840
4025
c.​ 11010001_2 - Correct
1 + 16 + 64 + 128
209
d.​ 7264_8 - Correct
4 + 48 + 128 + 3584
3764
e.​ 553_8 - Correct
3 + 40 + 320
363
f.​ A9D_16 - Correct
13 + 144 + 2560
2717
3.​ Convert from octal and hex to binary
a.​ D5FF9_16 - Wrong
11010011111111111001
1101 0101 1111 1111 1001
b.​ 5624_8 - Wrong
11110010100
101 110 010 100
c.​ 176_8 - Correct
1111110
d.​ A92_16 - Correct
101010010010
4.​ Convert from binary to hex and octal
a.​ 1001101 - Correct
Octal: 001 001 101
115
Hex: 0100 1101
4D
b.​ 10101110101 - Correct
Octal: 010 101 110 101
2565
Hex: 0101 0111 0101
575
c.​ 1011001 - Correct
Octal: 001 011 001
131
Hex: 0101 1001
59
d.​ 1011011 - Correct
Octal: 001 011 011
133
Hex: 0101 1011
5B

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy