You are on page 1of 25

NUMBER SYSTEM QUIZ

BEE
JULY 15,2019
Q#1 FOR 1 POINT

Also called the “Base 2 system”


Two digits: 0 and 1

BINARY NUMBER
Q#2 FOR 1 POINT

The easiest way to convert a decimal


number to its binary equivalent is to use the

Division Algorithm
Q#3 FOR 1 POINT

Also known as the Base 8 System


Uses digits 0 - 7
Readily converts to binary

Octal Number
Q#4 FOR 1 POINT

Each octal number converts to how many


binary digits

3 Digits
Q#5 FOR 1 POINT

Uses digits 0-9 & letters A,B,C,D,E,F


Groups of four bitsrepresent each base 16
digit

Hexadecimal Number
Q#6 FOR 1 POINT

The easiest method for converting binary to


hexadecimal is to use a _____

substitution code
Q#7 FOR 2 POINT

Convert binary 010101 to octal.

258
Q#8 FOR 2 POINT

Any number with an exponent zero is equal


to

1
Q#9 FOR 2 POINT

Convert octal 377 to binary

11111111
Q#10 FOR 2 POINT

Convert octal 54 to decimal

4410
Q#11 FOR 2 POINT

The decimal Equivalent of Binary 1010000

8010
Q#12 FOR 2 POINT

The Hexadecimal Equivalent of a decial 13


is_____

D
Q#13 FOR 3 POINT

The Hexadecimal Equivalent of a binary


0010111101111110

2F7E16
Q#14 FOR 3 POINT

The binary equivalent of Hexadecimal 2E


is______

00101110
Q#15 FOR 3 POINT

The binary equivalent of Hexadecimal 2E


is______

00101110
Q#15 FOR 3 POINT

The binary equivalent of Hexadecimal 2E


is______

00101110
Q#16 FOR 3 POINT

What is the decimal value of 2 5

32
Q#17 FOR 3 POINT

Convert the decimal 36 to binary

00100100
Q#18 FOR 3 POINT

The Hexadecimal equivalent of decimal 91


is____

5B16
Q#19 FOR 3 POINT

Convert decimal 21 to octal

248
Q#20 FOR 3 POINT

Which Binary value is eaqual to 2 6

00000010
Q#21 FOR 15 POINT

7778_______2_______10_____16

1111111112 511101FF16
Q#22 FOR 15 POINT

7658_______2_______10_____16

1111101012 501101F516
Q#21 FOR 15 POINT

56448_______2_______10_____16

1011101001002 298010BA416

You might also like