17 sept 2011

TP 2 EJ N°3 Completar la siguiente tabla indicando debajo de la misma las operaciones realizadas


>>>>>>>>>
BINARIO
OCTAL
DECIMAL
HEXADECIMAL
BINARIO
1011,01
13,2
11,25
B,4
OCTAL
110111,010101
67,25
55,33
37,54
DECIMAL
11111110,010011
376,2314
254,3
FE,4CC
HEXADECIMAL
111111101010.001
7752,1
4074,125
FEA,2
1011,01 > Decimal
1.2^3 + 0.2^2 + 0.2^1 + 1.2^0 + 0.2^-1 + 1.2^-2
    8   +   0   +    1   +     1   +     0    +  0,25  = 11,25
 > Octal
001 011, 010
  1    3 ,   2  => 13,2
> Hexadecimal
1011, 0100
   B,    4  => B,4

67,25 > Decimal
6.8^1 + 7.8^0 + 2.8^-1 + 5.8^-2
   48   +    7     +  0,25  +  0,078125 = 55,328125 aprox. 55,33
> Binario
  6     7   ,   2    5
110 111, 010 101 => 110111,010101
> Hexadecimal
0011 0111, 0101 0100
   3      7   ,     5      4  => 37,54

254,3 > Binario
254/2                                               0,3x2 = 0,6
   0 127/2                                         0,6x2 = 1,2
        1  63/2                                     0,2x2 = 0,4
            1  31/2                                 0,4x2 = 0,8
                 1  15/2                            0,8x2 = 1,6
                      1 7/2                          0,6x2 = 1,2
                        1 3/2
                           1 1           => 11111110,010011
> Octal 
254/8                                                       0,3x8 = 2,4
 6   31/8                                                   0,4x8 = 3,2
      7  3                                                    0,2x8 = 1,6
                                                               0,6x8 = 4,8
                              => 376,2314 
> Hexadecimal
254/16                                                    0,3x16 = 4,8
 14  15                                                    0,8x16 = 12,8
                                                              0,8x16 = 12,8
                             => FE,4CC
FEA, 2 > Decimal
15.16^2 + 14.16^1 + 10.16^0 + 2.16^-1
  3840    +     224   +      10     +   0,125  => 4074,125
> Binario
  F        E      A   ,    2
1111 1110 1010, 0010 => 111111101010,001> Octal
111 111 101 010 , 001
  7    7    5    2   ,  1    => 7752,1

Datos personales

Seguidores