viernes, 8 de abril de 2011

tecnologia e informatica

Actividad
1. Convertir el siguiente número binario a decimal
102 - ?10 = 210

R/
1
0
1
0
2
2






20*0 + 21*1
= 0+2
= 2

210  - ?2  = 102

2
2
0
1


2. Convertir el siguiente numero binario a decimal
10100112  - ?10 = 8310

R/
1
0
1
0
0
1
1
6
5
4
3
2
1
0
2
2
2
2
2
2
2
20*1 + 21*1 + 22*0 + 23*0 + 24*1 + 25*0 + 26*1
= 1+2+0+0+16+0+64
= 83

8310 - ?2 = 10100112

83
2





1
41
2





1
20
2





0
10
2





0
5
2





1
2
2





0
1


3. Convertir el siguiente numero octal a decimal
3428 - ?10 = 22610

R/
3
4
2
2
1
0
8
8
8

80*2 + 81*4 + 82*3
= 2+32+192
= 226

22610 - ?8
226
8

2
28
8

4
3



4. Convertir el siguiente numero hexadecimal a decimal
4AFE16 - ?10 = 1919810

R/
4
10
15
14
3
2
1
0
16
16
16
16


160*14 + 161*15 + 162*10 + 163*4
= 14+240+2560+16384
= 19198

1919810 - ?16 = 4AFE16

19198
16


14
1199
16


15
74
16


10
4

No hay comentarios:

Publicar un comentario