jueves, 5 de abril de 2012

TP Nº1 "Sistemas de numeracion" Ej. 1

1) Construir una tabla con los numeros decimales desde el 0 hasta el 20 y sus equibalentes en binario, octal y hexadecimal.

decimal binario octal hexadecimal
   0   000   0       0
   1   001   1       1
   2   010   2       2
   3   011   3       3
   4   100   4       4
   5   101   5       5
   6   110   6       6
   7   111   7       7
   8  1000  10       8
   9  1001  11       9
  10  1010  12       A
  11  1011  13       B
  12  1100  14       C
  13  1101  15       D
  14  1110  16       E
  15  1111  17       F
  16 10000  20       10
  17 10001  21       11
  18 10010  22       12
  19 10011  23       13
  20 10100  24       14

No hay comentarios:

Publicar un comentario