0% found this document useful (0 votes)
36 views3 pages

Suma Base 4

The document discusses representing numbers in base 4 and converting them to binary. It shows the values of numbers from 0 to 31 in base 4 and their equivalent 5-bit binary representations. Decimal numbers and their 6-bit and 5-bit binary equivalents are also listed.

Uploaded by

Julian Luna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

Suma Base 4

The document discusses representing numbers in base 4 and converting them to binary. It shows the values of numbers from 0 to 31 in base 4 and their equivalent 5-bit binary representations. Decimal numbers and their 6-bit and 5-bit binary equivalents are also listed.

Uploaded by

Julian Luna
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Numeros en base 4

0 00
1 01
2 10
3 11

Numeros base 4 a ser representados en binario de 5 bit


Codificados en base 4 Codificados en binario (2 bits)
4^3 4^2 4^1 4^0 4^2 4^1 4^0
0 0 0 0 0 00 00 00
1 0 0 0 1 00 00 01
2 0 0 0 2 00 00 10
3 0 0 0 3 00 00 11
4 0 0 1 0 00 01 00
5 0 0 1 1 00 01 01
6 0 0 1 2 00 01 10
7 0 0 1 3 00 01 11
8 0 0 2 0 00 10 00
9 0 0 2 1 00 10 01
10 0 0 2 2 00 10 10
11 0 0 2 3 00 10 11
12 0 0 3 0 00 11 00
13 0 0 3 1 00 11 01
14 0 0 3 2 00 11 10
15 0 0 3 3 00 11 11
16 0 1 0 0 01 00 00
17 0 1 0 1 01 00 01
18 0 1 0 2 01 00 10
19 0 1 0 3 01 00 11
20 0 1 1 0 01 01 00
21 0 1 1 1 01 01 01
22 0 1 1 2 01 01 10
23 0 1 1 3 01 01 11
24 0 1 2 0 01 10 00
25 0 1 2 1 01 10 01
26 0 1 2 2 01 10 10
27 0 1 2 3 01 10 11
28 0 1 3 0 01 11 00
29 0 1 3 1 01 11 01
30 0 1 3 2 01 11 10
31 0 1 3 3 01 11 11
Decimal Binario (5 bit)
0 00000 6'b000000: salida = 00000; 5'b00000: salida = 6'b000000;
1 00001 6'b000001: salida = 00001; 5'b00001: salida = 6'b000001;
2 00010 6'b000010: salida = 00010; 5'b00010: salida = 6'b000010;
3 00011 6'b000011: salida = 00011; 5'b00011: salida = 6'b000011;
4 00100 6'b000100: salida = 00100; 5'b00100: salida = 6'b000100;
5 00101 6'b000101: salida = 00101; 5'b00101: salida = 6'b000101;
6 00110 6'b000110: salida = 00110; 5'b00110: salida = 6'b000110;
7 00111 6'b000111: salida = 00111; 5'b00111: salida = 6'b000111;
8 01000 6'b001000: salida = 01000; 5'b01000: salida = 6'b001000;
9 01001 6'b001001: salida = 01001; 5'b01001: salida = 6'b001001;
10 01010 6'b001010: salida = 01010; 5'b01010: salida = 6'b001010;
11 01011 6'b001011: salida = 01011; 5'b01011: salida = 6'b001011;
12 01100 6'b001100: salida = 01100; 5'b01100: salida = 6'b001100;
13 01101 6'b001101: salida = 01101; 5'b01101: salida = 6'b001101;
14 01110 6'b001110: salida = 01110; 5'b01110: salida = 6'b001110;
15 01111 6'b001111: salida = 01111; 5'b01111: salida = 6'b001111;
16 10000 6'b010000: salida = 10000; 5'b10000: salida = 6'b010000;
17 10001 6'b010001: salida = 10001; 5'b10001: salida = 6'b010001;
18 10010 6'b010010: salida = 10010; 5'b10010: salida = 6'b010010;
19 10011 6'b010011: salida = 10011; 5'b10011: salida = 6'b010011;
20 10100 6'b010100: salida = 10100; 5'b10100: salida = 6'b010100;
21 10101 6'b010101: salida = 10101; 5'b10101: salida = 6'b010101;
22 10110 6'b010110: salida = 10110; 5'b10110: salida = 6'b010110;
23 10111 6'b010111: salida = 10111; 5'b10111: salida = 6'b010111;
24 11000 6'b011000: salida = 11000; 5'b11000: salida = 6'b011000;
25 11001 6'b011001: salida = 11001; 5'b11001: salida = 6'b011001;
26 11010 6'b011010: salida = 11010; 5'b11010: salida = 6'b011010;
27 11011 6'b011011: salida = 11011; 5'b11011: salida = 6'b011011;
28 11100 6'b011100: salida = 11100; 5'b11100: salida = 6'b011100;
29 11101 6'b011101: salida = 11101; 5'b11101: salida = 6'b011101;
30 11110 6'b011110: salida = 11110; 5'b11110: salida = 6'b011110;
31 11111 6'b011111: salida = 11111; 5'b11111: salida = 6'b011111;
lida = 6'b000000;
lida = 6'b000001;
lida = 6'b000010;
lida = 6'b000011;
lida = 6'b000100;
lida = 6'b000101;
lida = 6'b000110;
lida = 6'b000111;
lida = 6'b001000;
lida = 6'b001001;
lida = 6'b001010;
lida = 6'b001011;
lida = 6'b001100;
lida = 6'b001101;
lida = 6'b001110;
lida = 6'b001111;
lida = 6'b010000;
lida = 6'b010001;
lida = 6'b010010;
lida = 6'b010011;
lida = 6'b010100;
lida = 6'b010101;
lida = 6'b010110;
lida = 6'b010111;
lida = 6'b011000;
lida = 6'b011001;
lida = 6'b011010;
lida = 6'b011011;
lida = 6'b011100;
lida = 6'b011101;
lida = 6'b011110;
lida = 6'b011111;

You might also like