Digital Information

Digital Information

9th Grade

5 Qs

quiz-placeholder

Similar activities

Character Representation in Computers

Character Representation in Computers

9th Grade

10 Qs

Code.org Unit 1 Review

Code.org Unit 1 Review

9th - 12th Grade

10 Qs

Binary to Hex

Binary to Hex

9th - 12th Grade

10 Qs

Sound Representation

Sound Representation

7th - 12th Grade

10 Qs

AP Computer Science Principles - Unit 1: Digital Information

AP Computer Science Principles - Unit 1: Digital Information

9th - 12th Grade

10 Qs

Code.org U1 L7: Black and White Images

Code.org U1 L7: Black and White Images

9th - 12th Grade

8 Qs

AP Computer Science Principles Unit 3 Review

AP Computer Science Principles Unit 3 Review

9th - 12th Grade

10 Qs

Binary Conversions

Binary Conversions

8th - 9th Grade

8 Qs

Digital Information

Digital Information

Assessment

Quiz

Instructional Technology, Computers

9th Grade

Hard

Created by

Moniqucia Varner

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes how computing devices represent information?

A computer will either represent information as bits or bytes but not both

A computer represents data as a byte which is either a 0 or a 1

A computer represents data as bits which is either a 0 or a 1

A computer represents information as bits which contain 8 bytes.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT true of how computers represent complex information?

Computing devices use patterns of bits to represent complex information

Depending on context the same sequence of bits may represent different types of information

Abstraction helps represent complex information by surfacing complexity that might otherwise be hidden

Common abstractions that are represented by computing devices include numbers, characters, and color.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When visiting a museum Lian takes a photo of a painting with a smartphone which stores the photo as an image file. Which of the following best describes the differences between the painting itself and the photo of the painting stored on the smartphone?

Both the painting and the photo are analog

The photo is a digital representation of the analog painting

Sampling can be used to determine whether the analog image is an accurate representation of the painting

The phone can represent the photo in either digital or analog formats depending on the sampling technique that is used

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your computer uses 4 bits to represent decimal numbers (0, 1, 2, 3 and so on) in binary. What is the SMALLEST number for which an overflow error occur?

14

15

16

17

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true of how computers represent numbers?

Using a fixed but large number of bits can eliminate the possibility of round off error when representing numbers in binary

With a fixed number of bits some numbers are too large to represent in a computer which will lead to overflow errors.

Using a fixed but large number of bits, for example 128, eliminates the possibility of overflow errors.

With a large but fixed number of bits it is possible to eliminate either round-off errors or overflow errors, but not both.