What is the value of 00100101?
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
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 Quizizz
16 questions
Searching Algorithms

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

Quiz
•
10th - 12th Grade
20 questions
AQA GCSE Computer Science Paper 1

Quiz
•
9th - 11th Grade
16 questions
Fetch-Execute cycle

Quiz
•
9th - 10th Grade
15 questions
Binary

Quiz
•
10th Grade
18 questions
[AP CSP] Binary Number System

Quiz
•
9th - 12th Grade
14 questions
[AP CSP] Binary Conversion

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

Quiz
•
9th - 11th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University