APCSP - Unit 1 Review

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Jessica Fletcher
Used 39+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Here are three 4-bit binary numbers: 0010, 1010, and 0110. Which Base 10/decimal numbers is not equal to one of these?
9
10
6
2
Answer explanation
0010 -> 2
1010 -> 10
0110 -> 6
Remember, all binary numbers that end in 0 are even. All binary numbers that end in 1 are odd.
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the minimum number of bits required to assign a unique value to 50 different things?
4
5
6
7
Answer explanation
Max 4 bit number is 15.
Max 5 bit number is 31.
Max 6 bit number is 63.
Max 7 bit number is 121.
Since we are looking for the MINIMUM number of bits required, the correct answer is 6.
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Why does representing certain numbers (like irrational numbers or repeating decimals) cause loss of precision in binary?
A fixed number of bits causes overflow errors
An unlimited number of bits causes round-off errors
It doesn't, you can represent any fractional number in binary
A fixed number of bits causes round-off errors
Answer explanation
While it is true that a fixed number of bits can cause overflow errors, when we are talking specifically about loss of precision, that concerns round-of errors since you can't represent all fractional numbers using a fixed number of bits.
4.
MULTIPLE CHOICE QUESTION
1 min • 5 pts
Moving from using 2 bits to 8 bits allows us to store 2^7 times as many values.
True
False
Answer explanation
Each additional bit doubles the amount of values we can store.
8 bits is 6 more than 2 bits. So that's doubling 6 times. 2x2x2x2x2x2 is 2 to the 6th power.
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
You can represent the the position of a light switch using a single binary digit.
True
False
Answer explanation
A single binary digit allows us to store one of two values. A light switch can either be on or off, so this is true.
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What happens if I add two zeros to the end of a binary number? I.e. 110 -> 11000
Its value is doubled
Its value is tripled
Its value is quadrupled (4x)
Its value is octupled (8x)
Answer explanation
110 in binary is 6 in decimal.
11000 in binary is 24 in decimal.
24 is 4 times as much as 6.
Also, remember that each additional binary digit doubles the amount of values/information. 2 more digits -> 2x2 -> 2 squared -> 4 times as much.
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What always happens when we sample analog information to represent it digitally?
It is approximated at regular intervals and represented in bits
The precision improves
The quality improves
It stays the same
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Data Representation - Character Sets

Quiz
•
2nd - 12th Grade
16 questions
Data representation

Quiz
•
9th - 11th Grade
15 questions
CSP Unit 1 Review

Quiz
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade
12 questions
Data representation - Sound

Quiz
•
9th - 11th Grade
13 questions
APCSP DAT-1.B Overflow and Limitations of Data

Quiz
•
9th - 12th Grade
14 questions
Network Fundamentals-Physical layer

Quiz
•
9th Grade - Professio...
15 questions
Storing Data Quiz

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade