1111 1011 --> decimal
251
22 --> Binary
10110
51 --> binary
101 001
58 (base 16) --> binary
0101 1000
What Base is Decimal?
Base 10
Convert binary number 1111 0000 to hexadecimal.
F0
11100 --> Decimal
28
57 --> Binary
111001
2317(base 8) --> binary
010 011 001 111
AFC (base 16) --> binary
1010 1111 1100
Number system that is in the of base 8 is called ______.
Octal
Convert octal number 77 to hexadecimal.
3F
0100 1011 --> octal
113
98 --> Octal
142
77(base 8) --> decimal
63
26 (base 16) --> decimal
38
What base is decimal?
Base 2
Convert binary number 1011 0000 0011 to hexadecimal.
B03
1111 1110 1101 1011 --> Hex
F E D B
255 --> Hex
FF
456(base 8) --> decimal
302
C1 (base 16) --> octal
301
What is the base of Hexadecimal Number?
16
Convert HEXADECIMAL number BABE to binary.
1011 1010 1011 1110
0110 0111 1011 1101 0001 --> Hex
67BD1
201 --> Octal
311
5364(base 8) --> hexadecimal
AF4
1C8F (base 16) --> octal
16217
T/F: 1+1= 10
True,
10 is the binary equivalent of 2 base10
0001 1110 + 1010 0001 = _ (base 8)
277(base 8)