APCSP - Unit 1 Review

APCSP - Unit 1 Review

Assessment

Flashcard

Computers

10th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Here are three 4-bit binary numbers: 0010, 1010, and 0110. Which Base 10/decimal numbers is not equal to one of these?

Back

9

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.

FLASHCARD QUESTION

Front

What is the minimum number of bits required to assign a unique value to 50 different things?

Back

6

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.

FLASHCARD QUESTION

Front

Why does representing certain numbers (like irrational numbers or repeating decimals) cause loss of precision in binary?

Back

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.

FLASHCARD QUESTION

Front

Moving from using 2 bits to 8 bits allows us to store 2^7 times as many values.

Back

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.

FLASHCARD QUESTION

Front

You can represent the position of a light switch using a single binary digit.

Back

True

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.

FLASHCARD QUESTION

Front

What happens if I add two zeros to the end of a binary number? I.e. 110 -> 11000

Back

Its value is quadrupled (4x)

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.

FLASHCARD QUESTION

Front

What always happens when we sample analog information to represent it digitally?

Back

It is approximated at regular intervals and represented in bits

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?