APCSP - Unit 1 Review

APCSP - Unit 1 Review

10th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

CSP Unit 1 Review

CSP Unit 1 Review

9th - 12th Grade

15 Qs

AP CSP Unit 1 Review (code.org)

AP CSP Unit 1 Review (code.org)

10th - 12th Grade

19 Qs

Data representation - Sound

Data representation - Sound

9th - 11th Grade

12 Qs

OCR GCSE - Bitmap images

OCR GCSE - Bitmap images

9th - 12th Grade

18 Qs

Data Representation

Data Representation

9th - 11th Grade

20 Qs

Computer Science Principles Unit 1 Review

Computer Science Principles Unit 1 Review

9th - 12th Grade

17 Qs

Digital Sound & Video

Digital Sound & Video

9th - 12th Grade

10 Qs

1.2.4. Data Storage - representing images

1.2.4. Data Storage - representing images

9th - 11th Grade

14 Qs

APCSP - Unit 1 Review

APCSP - Unit 1 Review

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

Jessica Fletcher

Used 38+ 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

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?