Binary Basics

Quiz
•
Computers
•
10th Grade
•
Medium
Sergio Herrera
Used 16+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the value of 00100101?
32
33
46
37
Answer explanation
The binary number 00100101 converts to decimal as follows: 0*2^7 + 0*2^6 + 1*2^5 + 0*2^4 + 0*2^3 + 1*2^2 + 0*2^1 + 1*2^0 = 0 + 0 + 32 + 0 + 0 + 4 + 0 + 1 = 37.
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the value of 11111010?
254
246
220
250
Answer explanation
The binary number 11111010 converts to decimal as follows: 1*2^7 + 1*2^6 + 1*2^5 + 1*2^4 + 1*2^3 + 0*2^2 + 1*2^1 + 0*2^0 = 128 + 64 + 32 + 16 + 8 + 0 + 2 + 0 = 250.
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the value of 00001101?
22
13
19
27
Answer explanation
The value 00001101 is a binary number. To convert it to decimal, calculate: (0*2^7) + (0*2^6) + (0*2^5) + (0*2^4) + (1*2^3) + (1*2^2) + (0*2^1) + (1*2^0) = 0 + 0 + 0 + 0 + 8 + 4 + 0 + 1 = 13.
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the value of 10011001?
229
199
153
187
Answer explanation
The binary number 10011001 converts to decimal as follows: 1*2^7 + 0*2^6 + 0*2^5 + 1*2^4 + 1*2^3 + 0*2^2 + 0*2^1 + 1*2^0 = 128 + 0 + 0 + 16 + 8 + 0 + 0 + 1 = 153.
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is 3 in binary?
00000001
00000100
00000011
00000101
Answer explanation
The binary representation of the decimal number 3 is 11. In an 8-bit format, this is written as 00000011, which matches the correct answer choice.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is 192 in binary?
10001100
11001001
11000000
11010010
Answer explanation
To convert 192 to binary, divide by 2 repeatedly. 192 in binary is 11000000, which corresponds to 128 + 64 = 192. The other options do not represent 192.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is decimal 16 in binary?
00001100
00001101
00011100
00010000
Answer explanation
Decimal 16 converts to binary as follows: 16 in binary is 10000. When padded to 8 bits, it becomes 00010000. Thus, the correct answer is 00010000.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Binary

Quiz
•
8th - 12th Grade
20 questions
1.2.4 Data Storage - number bases conversions & calculations

Quiz
•
9th - 11th Grade
20 questions
1.2 Lesson 9 Binary Addition & Binary Shifts

Quiz
•
8th - 11th Grade
14 questions
[AP CSP] Binary Conversion

Quiz
•
9th - 12th Grade
20 questions
Binary, Denary and Hexadecimal

Quiz
•
8th - 11th Grade
17 questions
Digital Information

Quiz
•
10th - 12th Grade
17 questions
WJEC 1.4 Organisation of Data - Binary

Quiz
•
9th - 10th Grade
12 questions
Binary - Logical Shifts

Quiz
•
8th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade