You are on page 1of 28

FACULTAD DE INGENIERÍA

ESCUELA DE INGENIERIA INDUSTRIAL


Electrónica y Electricidad
SESION 6 : LOGICA DIGITAL
Integrantes:
• Córdova Luna, Richard Álvaro
• Hernández Marín, Ingrid
• Rodriguez Medina, Karolin Alejandra
En grupo de 3 estudiantes realizar el siguiente laboratorio:
Convertir y ordenar de mayor a menor los siguientes números en base octal

1)AC1216
2)758
3)110010110102 18) 010101101111002
4)8310 19) A1B3216
5)7308 20) ABC1316
6) 110010110102 21) Sumar 11101+10110+10111
7) 1BC216 22) 12+13+14
8) 24CE16 23) 16-17
9) 5677510 24) 7-1
10) 001101010101012 25) 10+18
11) 428
12) FA21BC16
13) 4728841016
14) 2E16
15) 100011100011102
16) BB3416
17) 55428
1) AC1216
1618 1617 1616 1615 1614 1613 1612 1611 1610 169 168 167 166 165 164 163 162 161 160

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

"2" = 2 × 16^0 = 2
"1" = 1 × 16^1 = 16
"C" = (C) 12 × 16^2 = 3072
"A" = (A) 10 × 16^3 = 40960
"AC12" = 40960+ 3072+162= 4405010
=1260228
2) 758

810 89 88 87 86 85 84 83 82 81 80
1 1 1 1 0 1

7x81 + 5x80
7x8 + 5x1
56 + 5 = 6110

61 es equivalente a 75
Hexadecimal =3D16
3) 1110110101012

211 210 29 28 27 26 25 24 23 22 21 20
1 1 1 0 1 1 0 1 0 1 0 1
• 1x211 + 1x210 + 1x29 + 0x28 + 1x27 + 1x26 + 0x25 + 1x24 + 0x23 + 1x22 + 0x21 + 1x20

• 1x2048 + 1x1024 + 1x512 + 0x256 + 1x128 + 1x64 + 0x32 + 1x16 + 0x8 + 1x4 + 0x2
+ 1x1 = 2048 + 1024
• + 512 + 0 + 128 + 64 + 0 + 16 + 0 + 4 + 0 + 1

• 2048 + 1024 + 512 + 0 + 128 + 64 + 0 + 16 + 0 + 4


• + 0 + 1 = 379710
4) 8310

1011 1010 109 108 107 106 105 104 103 102 101 100
1 0 1 0 0 1 1

8*101=80
3*100=3
=123 8
5) 7308

810 89 88 87 86 85 84 83 82 81 80
1 1 1 0 1 1 0 0 0
7x82 + 3x81 + 0x80
7x64 + 3x8 + 0x1
448 + 24 + 0 = 47210

Hexadecimal =1D816
6) 110010110102

211 210 29 28 27 26 25 24 23 22 21 20
1 1 0 0 1 0 1 1 0 1 0

1x1 + 210 x0 + 29 x0 + 28 x1 + 27 x0 + 26 x1 + 25 x1 + 24 x0 + 23 x1 + 22 x0 + 21 x20


1x1 + 1024 x0 + 512 x0 + 256 x1 + 128 x0 + 64 x1 + 32 x1 + 16 x0 + 8 x1 + 4 x0 + 2 x64 + 0 + 0 + 512 + 1024 = 1
0 + 2 + 0 + 8 + 16 + 0 +
162610 = 0 + 2 + 0 + 8 + 16 + 0 + 64 + 0 + 0 + 512 + 1024
7) 1BC216

1618 1617 1616 1615 1614 1613 1612 1611 1610 169 168 167 166 165 164 163 162 161 160

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

= 1 × 163B × 162C × 1612 × 160


= 710610
=157028
8) 24CE16

1618 1617 1616 1615 1614 1613 1612 1611 1610 169 168 167 166 165 164 163 162 161 160

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

= 24ce16
= 2 × 1634 × 162c × 161e × 160
= 942210
09) 5677510

56775/8 = 7096
7096/8 = 887
887/8 = 110
110/8 = 13
13/8 = 1
1/8 = 0

= 1567078
10) 001101010101012

= 001101010101012
= 0 × 2130 × 2121 × 2111 × 2100 × 291 × 280 × 271 × 260 × 251 × 240 × 231 × 220 × 211 × 20
= 341310
11) 428

211 210 29 28 27 26 25 24 23 22 21 20
1 0 0 0 0 1 0

= 428
= 4 × 812 × 80
= 3410
12) FA21BC16

1618 1617 161 1615 1614 161 1612 161 161 169 168 167 166 165 164 163 162 161 160
6 3 1 0

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

= fa21bc16
= f × 165a × 1642 × 1631 × 162b × 161c × 160
= 1639263610
=764206748
13) 4728841016

= 4728841016
= 4 × 1677 × 1662 × 1658 × 1648 × 1634
× 1621 × 1610 × 160
= 119383758410
14) 2E16

1618 1617 1616 1615 1614 1613 1612 1611 1610 169 168 167 166 165 164 163 162 161 160

1 0 1 1 1 0

= 2E16
= 2 × 161E × 160
= 4610
=568
15) 100011100011102

= 100011100011102
= 1 × 2130 × 2120 × 2110 × 2101 × 291 × 281 × 270 × 260 × 250 × 241 × 231 × 221 × 210 × 20
= 910210
16) BB3416

= BB3416
= B × 163B × 1623 × 1614 × 160
= 4792410
=1354648
17) 55428

811 810 89 88 87 86 85 84 83 82 81 80
1 0 1 1 0 1 1 0 0 0 1 0

55428 =
80 × 812 × 824 × 835 × 5 =
291410 =
=B6216
18) 010101101111002

= 0 × 2131 × 2120 × 2111 × 2100 × 291 × 281 × 270 × 261 × 251 × 241
× 231 × 220 × 210 × 20
= 556410
19)A1B3216

= A1B3216
= A × 1641 × 163B × 1623 × 1612 × 160
= 66232210
=24154628
20) ABC1316

= ABC1316
= A × 164B × 163C × 1621 × 1613
× 160
= 70350710
=25360238
21) Sumar 11101+10110+10111
24 23 22 21 20

1 1 1 0 1

24 + 23 + 22 + 20 = 29
24 23 22 21 20

1 0 1 1 0

24 + 22 + 21 = 22
24 23 22 21 20

1 0 1 1 1

24 + 22 + 21 + 20 = 23

* el equivalente en decimal seria 29 + 22 + 23 = 74


22) Sumar: 12 + 13 +14:
12 + 13 + 14 = 39
El número 39 se puede expresar como: 32 + 4 + 2 + 1
Por lo tanto, la respuesta es: 100111 en el sistema binario.
23) Restar 16-17:
16 − 17 = −1
El número -1 se puede expresar como: -1
Por lo tanto, la respuesta es: -1 en el sistema binario.
24) Resta 7-1
7−1=6
El número 6 se puede expresar como: 4 + 2
Por lo tanto, la respuesta es: 110 en el sistema binario.
25) Sumar 10+18
10 + 18 = 28
El número 28 se puede expresar como: 16 + 8 + 4
Por lo tanto, la respuesta es: 11100 en el sistema binario.

You might also like