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

Assignment 6- JaxsonNosella

Uploaded by

vd4bfybrj5
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)
11 views

Assignment 6- JaxsonNosella

Uploaded by

vd4bfybrj5
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/ 4

Assignment 6

COMP 1047-91
Jaxson Nosella
Nov. 1st, 2023

1. Converting 8
Divide: 8/2, 4/2, 2/2, 1/2
Quotient: 4, 2, 1, 0
Remainder: 0001
8 = 1000

Converting 35
Divide: 35/2, 17/2, 8/2, 4/2, 2/2, 1/2
Quotient: 17, 8, 4, 2, 1, 0
Remainder: 110001
35 = 100011

Converting 108
Divide: 108/2, 54/2, 27/2, 13/2, 6/2, 3/2, 1/2
Quotient: 54, 27, 13, 6, 3, 1, 0
Remainder: 0011011
108 = 1101100

Converting 176
Divide 176/2, 88/2, 44/2, 22/2, 11/2 ,5/2, 2/2, 1/2
Quotient: 88, 44, 22, 11, 5, 2, 1, 0
Remainder: 00001101
176 = 10110000

Converting 254
Divide: 254/2, 127/2, 63/2, 31/2, 15/2, 7/2, 3/2, 1/2
Quotient: 127, 63, 31, 15, 7, 3, 1, 0
Remainder: 01111111
254 = 11111110

2. Converting 0000 0100


= (0 × 2⁷) + (0 × 2⁶) + (0 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2⁰)
=4

Converting 0010 0111


= (0 × 2⁷) + (0 × 2⁶) + (1 × 2⁵) + (0 × 2⁴) + (0 × 2³) + (1 × 2²) + (1 × 2¹) + (1 × 2⁰)
= 39

Converting 0111 0100


= (0 × 2⁷) + (1 × 2⁶) + (1 × 2⁵) + (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2⁰)
= 116

Converting 1011 0101


= (1 × 2⁷) + (0 × 2⁶) + (1 × 2⁵) + (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (0 × 2¹) + (1 × 2⁰)
= 181
Converting 1111 1100
= (1 × 2⁷) + (1 × 2⁶) + (1 × 2⁵) + (1 × 2⁴) + (1 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2⁰)
= 252

3. Converting 9
Divide: 9/16
Quotient: 0
Remainder: 9
9=9

Converting 37
Divide: 37/16, 2/16
Quotient: 2, 0
Remainder: 52
37 = 25

Converting 65
Divide: 65/16, 4/16
Quotient: 4, 0
Remainder: 14
65 = 41

Converting 256
Divide: 256/16, 16/16, 1/16
Quotient: 16, 1, 0
Remainder: 001
256 = 100

Converting 512
Divide: 512/16, 32/16, 2/16
Quotient: 32, 2, 0
Remainder: 002
512 = 200

4. Converting C
= (12 × 16⁰)
= 12

Converting 41
= (4 × 16¹) + (1 × 16⁰)
= 65

Converting 9E
= (9 × 16¹) + (14 × 16⁰)
= 158

Converting 138
= (1 × 16²) + (3 × 16¹) + (8 × 16⁰)
=312
Converting 12A
= (1 × 16²) + (2 × 16¹) + (10 × 16⁰)
=298

5. Converting D
= 1101 (using equivalency chart)

Converting 23
= 0010 0011
= 00100011 (using equivalency chart)

Converting 99
= 1001 1001
= 10011001 (using equivalency chart)

Converting AB
= 1010 1011
= 10101011 (using equivalency chart)

Converting 913
= 1001 0001 0011
= 100100010011 (using equivalency chart)

6. Converting 0000 0010


= 02
=2 (using equivalency chart)

Converting 0011 0100


=34
= 34 (using equivalency chart)

Converting 1110 0001


=E1
= E1(using equivalency chart)

Converting 1000 0000


=80
=80 (using equivalency chart)

Converting 1110 1111


=EF
=EF (using equivalency chart)

You might also like