Number Bases Quiz

Number Bases Quiz

7th Grade

23 Qs

quiz-placeholder

Similar activities

COMPUTER

COMPUTER

7th Grade

20 Qs

Computer Fundamentals

Computer Fundamentals

6th - 8th Grade

21 Qs

Storage devices

Storage devices

6th - 8th Grade

20 Qs

Computational Thinking~Problem Solving/Code.Org

Computational Thinking~Problem Solving/Code.Org

6th - 8th Grade

20 Qs

Computational Skills- PYP 4 B

Computational Skills- PYP 4 B

6th - 10th Grade

20 Qs

September month Ict Assessment Grade 7

September month Ict Assessment Grade 7

7th Grade

20 Qs

Digital Images

Digital Images

7th - 10th Grade

25 Qs

Hardware & Software

Hardware & Software

KG - University

20 Qs

Number Bases Quiz

Number Bases Quiz

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Joshua Armstrong

Used 1+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many bases do binary, decimal, and hexadecimal numbers have?

2, 10, and 16.

4, 20, and 32

8, 40, and 64

Answer explanation

Binary numbers have 2 bases, decimal numbers have 10 bases, and hexadecimal numbers have 16 bases.

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Convert 11111 into decimal.

29

31

33

35

Answer explanation

To convert 11111 into decimal, we use the formula: (1*2^4) + (1*2^3) + (1*2^2) + (1*2^1) + (1*2^0) = 16 + 8 + 4 + 2 + 1 = 31. Therefore, the correct answer is 31.

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Convert 1011 into decimal.

9

10

11

12

Answer explanation

To convert 1011 into decimal, we use the formula: (1 * 2^3) + (0 * 2^2) + (1 * 2^1) + (1 * 2^0) = 8 + 0 + 2 + 1 = 11. Therefore, the decimal equivalent of 1011 is 11.

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Convert 9 into binary.

1000

1001

1010

1100

Answer explanation

To convert 9 into binary, divide by 2 repeatedly and note the remainders. The remainders in reverse order give the binary representation, which is 1001. Therefore, the correct choice is 1001.

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Convert 13 into binary.

1101

1011

1110

1001

Answer explanation

To convert 13 into binary, divide by 2 repeatedly and note the remainders. The remainders in reverse order give the binary equivalent: 13 / 2 = 6 remainder 1, 6 / 2 = 3 remainder 0, 3 / 2 = 1 remainder 1, 1 / 2 = 0 remainder 1. Therefore, 13 in binary is 1101.

6.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the difference between primary and secondary data?

Evaluate responses using AI:

OFF

Answer explanation

Primary data is collected firsthand, while secondary data is obtained from existing sources like books or articles.

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following is an example of primary and secondary data collection methods?

Surveys and literature reviews

Experiments and case studies

Interviews and newspaper articles

Observations and textbooks

Answer explanation

Surveys and literature reviews are examples of primary and secondary data collection methods, respectively.

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?