Binario
|
Octal
|
Decimal
|
Hexadecimal
| |
Binario
|
1101,011
|
15,3
|
13,375
|
D,6
|
Octal
|
111010,000010100
|
72,024
|
57,039
|
3A,0A
|
Decimal
|
100000000,01
|
1000,2
|
512,25
| |
Hexadecimal
|
111111101010,0010
|
7752,2
|
24209,062
|
FEA,2
|
Binario- octal
|
001 101, 011
1 5 , 3
|
Binario- Decimal
|
1x2*3 + 1x2*2 + 0x2*1 + 1x2*0 + 0x2*(-1 )+ 1x2*(-2) + 1x2*(-3) = 13,375
|
Binario- Hexadecimal
|
1101 , 0110
D , 6
|
Octal – Binario
|
7 2 , 0 2 4
111 010 , 000 010 100
|
Octal - Decimal
|
7x8*1 + 2x8*0 + 0x8*(-1) + 2x8*(-2) + 4x8*(-3) = 57,039
|
Octal - Hexadecimal
|
72,024 = 111010 , 000010100= 1A,0A
0011 1010 , 0000 1010 0000
3 A , 0 A 0
|
Decimal – Binario
|
Parte entera Parte decimal
512/2= 256 0 0,25x2= 0,50 0
256/2= 128 0 0,50x2= 1 1
128/2= 64 0
64/2= 32 0
32/2= 16 0
16/2= 8 0
8/2= 4 0
4/2= 2 0
2/2=1 1
|
Decimal – Octal
|
Parte entera Parte decimal
512/8= 64 0 0,25x8= 2 2
64/8= 8 0
8/8= 1 1
|
Decimal - Hexadecimal
|
Parte entera Parte decimal
512/16= 32 0 0,25x16= 4 4
32/16= 2 2
|
Hexadecimal- Binario
|
F E A , 2
1111 1110 1010 , 0010
|
Hexadecimal- Octal
|
FEA,2= 111111101010,0010
111 111 101 010 , 0010
7 7 5 2 , 2
|
Hexadecimal - Decimal
|
Fx16*(2) + Ex16*(1) + Ax16*(0) , 2x16*(-1) = 24209,062
|
No hay comentarios:
Publicar un comentario