Computer Number System

Computer Number System

7th Grade

11 Qs

quiz-placeholder

Similar activities

Number Systems

Number Systems

7th Grade

10 Qs

Binary Numbers

Binary Numbers

7th - 8th Grade

10 Qs

Number System

Number System

7th - 8th Grade

10 Qs

Number System in Computer

Number System in Computer

7th Grade

10 Qs

NUMBER SYSTEM

NUMBER SYSTEM

7th Grade

10 Qs

Binary

Binary

6th - 9th Grade

11 Qs

DECIMAL TO OCTAL AND OCTAL TO DECIMAL

DECIMAL TO OCTAL AND OCTAL TO DECIMAL

7th - 10th Grade

10 Qs

Binary Numbers

Binary Numbers

4th - 8th Grade

10 Qs

Computer Number System

Computer Number System

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Rose Reyes

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 1: Binary to Decimal

Convert the binary number 1101 to its decimal equivalent.

11

12

13

14

Answer explanation

To convert the binary number 1101 to decimal, we use the formula: (1 * 2^3) + (1 * 2^2) + (0 * 2^1) + (1 * 2^0) = 13. Therefore, the correct answer is 13.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: Decimal to Binary

Convert the decimal number 25 to its binary equivalent.

11001

10110

10011

11100

Answer explanation

To convert decimal 25 to binary, repeatedly divide by 2 and note remainders. Reading remainders from bottom to top gives 11001, which is the binary equivalent.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 2: Decimal to Binary

Convert the decimal number 25 to its binary equivalent.

11001

10110

10011

11100

Answer explanation

To convert decimal 25 to binary, repeatedly divide by 2 and note remainders. Reading remainders from bottom to top gives 11001, which is the binary equivalent of 25.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 3: Decimal to Octal

Convert the decimal number 56 to its octal equivalent.

70

71

72

73

Answer explanation

To convert decimal 56 to octal, divide 56 by 8. The remainder of each division gives the octal equivalent. 56 ÷ 8 = 7 with a remainder of 0. Therefore, the octal equivalent is 70.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 4: Octal to Decimal

Convert the octal number 34 to its decimal equivalent.

28

29

30

31

Answer explanation

To convert octal 34 to decimal, we use the formula: (3 * 8^1) + (4 * 8^0) = 24 + 4 = 28. Therefore, the decimal equivalent of octal 34 is 28.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 5: Decimal to Hexadecimal

Convert the decimal number 255 to its hexadecimal equivalent.

DD

EE

FF

CC

Answer explanation

To convert decimal 255 to hexadecimal, divide by 16: 255 ÷ 16 = 15 remainder 15 (F). The remainder 15 is represented as 'F' in hexadecimal. Therefore, 255 in decimal is 'FF' in hexadecimal.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Question 6: Hexadecimal to Decimal

Convert the hexadecimal number 1A3 to its decimal equivalent.

422

420

421

419

Answer explanation

To convert hexadecimal 1A3 to decimal, we multiply each digit by 16 raised to the power of its position. (1*16^2) + (10*16^1) + (3*16^0) = 419.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?