CSP Unit 1 Review

CSP Unit 1 Review

9th - 12th Grade

17 Qs

quiz-placeholder

Similar activities

CSP Test 1 Review

CSP Test 1 Review

9th - 12th Grade

17 Qs

CSP Unit 1 Review

CSP Unit 1 Review

9th - 12th Grade

20 Qs

Sound Representation

Sound Representation

10th Grade

12 Qs

Logic, Binary & Boolean#1

Logic, Binary & Boolean#1

8th - 9th Grade

15 Qs

Sampling Sound

Sampling Sound

7th - 11th Grade

16 Qs

APCSP - Unit 1 Review

APCSP - Unit 1 Review

10th - 12th Grade

15 Qs

APCSP Data + a little Internet

APCSP Data + a little Internet

9th - 12th Grade

20 Qs

Computer Science Principles Unit 1

Computer Science Principles Unit 1

12th Grade

16 Qs

CSP Unit 1 Review

CSP Unit 1 Review

Assessment

Quiz

Computers, Mathematics

9th - 12th Grade

Hard

Created by

Jarrod DeGroff

Used 6+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: "bit" is short for "binary digit"

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: 8 bits makes 1 byte. The maximum decimal (base 10) value that can be represented by one byte is 256.

True

False

Answer explanation

It's true that 8 bits = 1 byte. It is also true that you can represent 256 total values with 1 byte.

HOWEVER - the maximum 8 bit number is 255 (decimal/base 10) since you have to include zero (0) in the values you can represent.

256 (decimal/base 10) is the first 9 bit number.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: A computer represents data as bytes, which can either represent a 0 or a 1.

True

False

Answer explanation

A computer represents data as BITS, which can be either a zero or a one.

A byte is 8 bits.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these is the best definition of abstraction?

Abstraction allows us to represent complex information or perform complex tasks by showing underlying complexity.

Abstraction allows us to represent complex information or perform complex tasks by hiding underlying complexity.

Programming in machine language (binary) instead of a programming language like Python.

None of these are a good definition.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these best describes storing analog information digitally?

Downloading a song from the internet and texting it to a friend.

Using sampling to store an image in an analog format.

Recording a video of a parade with your phone.

None of these.

Answer explanation

The downloaded song from the internet is already digital.

Sampling does not result in an analog artifact.

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A computer uses 3 bits to represent decimal (base 10) numbers. Which of these decimal values would result in an overflow error?

3

4

7

8

Answer explanation

The maximum three bit number is 111 (binary) = 7 (decimal).

8 would cause an overflow because you need 4 bits to represent 8 (1000 (binary) = 8 (decimal))

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these is the best explanation for round-off errors?

A fixed number of bits can only represent a limited amount of precision.

A fixed number of bits can represent any number.

A fixed number of bits can represent infinitely repeating decimal fractions, but not irrational numbers like Pi.

Round off errors won't ever happen as long as you use 64 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?