Data Unit (Lossy vs Lossless, Binary, Overflow, Roundoff)

Data Unit (Lossy vs Lossless, Binary, Overflow, Roundoff)

9th Grade

23 Qs

quiz-placeholder

Similar activities

CSP 2.2

CSP 2.2

9th - 12th Grade

20 Qs

R088 - LO1

R088 - LO1

9th Grade

19 Qs

Unit 1 Digital Information

Unit 1 Digital Information

9th - 12th Grade

21 Qs

Data Representation

Data Representation

4th - 11th Grade

18 Qs

Graphics

Graphics

1st - 12th Grade

18 Qs

ICP Unit 1 & 3 Vocab Quiz

ICP Unit 1 & 3 Vocab Quiz

9th Grade - University

20 Qs

R093 - LO4 TA4 - 4.2.4 File Compression

R093 - LO4 TA4 - 4.2.4 File Compression

9th - 12th Grade

19 Qs

APCSP Unit 1 Review Quiz

APCSP Unit 1 Review Quiz

9th - 12th Grade

28 Qs

Data Unit (Lossy vs Lossless, Binary, Overflow, Roundoff)

Data Unit (Lossy vs Lossless, Binary, Overflow, Roundoff)

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Victoria Berkowitz

Used 27+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A certain programming language uses 4-bit binary sequences to represent nonnegative integers. For example, the binary sequence 0101 represents the corresponding decimal value 5. Using this programming language, a programmer attempts to add the decimal values 14 and 15 and assign the sum to the variable total. Which of the following best describes the result of this operation?

The correct sum of 29 will be assigned to the variable total.

An overflow error will occur because 4 bits is not large enough to represent either of the values 14 or 15.

An overflow error will occur because 4 bits is not large enough to represent 29, the sum of 14 and 15.

A round-off error will occur because the decimal values 14 and 15 are represented as approximations due to the fixed number of bits used to represent numbers.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an advantage of a lossless compression algorithm over a lossy compression algorithm?

A lossless compression algorithm can guarantee that compressed information is kept secure, while a lossy compression algorithm cannot.

A lossless compression algorithm can guarantee reconstruction of original data, while a lossy compression algorithm cannot.

A lossless compression algorithm typically allows for faster transmission speeds than does a lossy compression algorithm.

A lossless compression algorithm typically provides a greater reduction in the number of bits stored or transmitted than does a lossy compression algorithm.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

ASCII is a character-encoding scheme that uses 7 bits to represent each character. The decimal (base 10) values 65 through 90 represent the capital letters A through Z, as shown in the table below.

What ASCII character is represented by the binary (base 2) number 1001010 ?

H

I

J

K

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An online store uses 6-bit binary sequences to identify each unique item for sale. The store plans to increase the number of items it sells and is considering using 7-bit binary sequences. Which of the following best describes the result of using 7-bit sequences instead of 6-bit sequences?

2 more items can be uniquely identified.

10 more items can be uniquely identified.

2 times as many items can be uniquely identified.

10 times as many items can be uniquely identified.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A video game character can face toward one of four directions: north, south, east, and west. Each direction is stored in memory as a sequence of four bits. A new version of the game is created in which the character can face toward one of eight directions, adding northwest, northeast, southwest, and southeast to the original four possibilities. Which of the following statements is true about how the eight directions must be stored in memory?

Four bits are not enough to store the eight directions. Five bits are needed for the new version of the game.

Four bits are not enough to store the eight directions. Eight bits are needed for the new version of the game.

Four bits are not enough to store the eight directions. Sixteen bits are needed for the new version of the game.

Four bits are enough to store the eight directions.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When two positive integers are added together, it results in an overflow error. Which of the following best explains why an overflow error occurs?

The program attempted to perform an operation that is considered an undecidable problem.

The precision of the result is limited due to the constraints of using a floating-point representation.

The program can only use a fixed number of bits to represent integers; the computed sum is greater than the maximum representable value.

The program cannot represent integers; the integers are converted into decimal approximations, leading to rounding errors.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user wants to save a data file on an online storage site. The user wants to reduce the size of the file, if possible, and wants to be able to completely restore the file to its original version. Which of the following actions best supports the user’s needs?

Compressing the file using a lossless compression algorithm before uploading it

Compressing the file using a lossy compression algorithm before uploading it

Compressing the file using both lossy and lossless compression algorithms before uploading it

Uploading the original file without using any compression algorithm

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?