Converting BINARY
Converting DECIMAL
Converting OCTAL
Converting HEX
NUMBER TRIVIA
WILD
100

1111 1011 --> decimal

251

100

22 --> Binary

10110

100

51 --> binary

101 001

100

58 (base 16) --> binary

0101 1000

100

What Base is Decimal?

Base 10

100

Convert binary number 1111 0000  to hexadecimal.

F0

200

11100 --> Decimal

28

200

57 --> Binary

111001

200

2317(base 8) --> binary

010 011 001 111

200

AFC (base 16) --> binary

1010 1111 1100

200

Number system that is in the of base 8 is called ______.

Octal

200

Convert octal number 77  to hexadecimal.

3F

300

0100 1011 --> octal

113

300

98 --> Octal

142

300

77(base 8) --> decimal

63

300

26 (base 16) --> decimal

38

300

What base is decimal?

Base 2

300

Convert binary number 1011 0000  0011 to hexadecimal.

B03

400

1111 1110 1101 1011 --> Hex

F E D B

400

255 --> Hex

FF

400

456(base 8) --> decimal

302

400

C1 (base 16) --> octal

301

400

What is the base of Hexadecimal Number?

16

400

Convert HEXADECIMAL number BABE  to binary.

1011 1010  1011 1110

500

0110 0111 1011 1101 0001 --> Hex

67BD1

500

201 --> Octal

311

500

5364(base 8) --> hexadecimal

AF4

500

1C8F (base 16) --> octal

16217

500

T/F: 1+1= 10

True,

10 is the binary equivalent of 2 base10

500

0001 1110 + 1010 0001 = _ (base 8)

277(base 8)

M
e
n
u