Comp Sci Unit 2 #5

Comp Sci Unit 2 #5

11th Grade

10 Qs

quiz-placeholder

Similar activities

Warm Up Data Representation

Warm Up Data Representation

9th - 12th Grade

12 Qs

Code.org CSP Unit 1 Review

Code.org CSP Unit 1 Review

9th - 12th Grade

15 Qs

Data Representation Part 5

Data Representation Part 5

9th - 11th Grade

12 Qs

OCR 1.3.1 Compression

OCR 1.3.1 Compression

11th - 12th Grade

10 Qs

Year 12 - SLR 9

Year 12 - SLR 9

11th - 12th Grade

9 Qs

Data Compression

Data Compression

10th - 11th Grade

15 Qs

Practicum in IT 21-22 / TO: Digital Media

Practicum in IT 21-22 / TO: Digital Media

9th - 12th Grade

10 Qs

Translators

Translators

11th Grade

11 Qs

Comp Sci Unit 2 #5

Comp Sci Unit 2 #5

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Nick Nessralla

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Three students in different locations are collaborating on the development of an application. Which of the following strategies is LEAST likely to facilitate collaboration among the students?

Having all three students participate in frequent video chat sessions to discuss ideas about the project and to provide feedback on work done so far

Having all three students use an online shared folder to contribute and discuss components to be considered for use in the application

Having all three students write code independently and then having one student combine the code into a program

Having all three students work in a shared document that each can edit to provide comments on the work in progress

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer program uses 3 bits to represent integers. When the program adds the decimal (base 10) numbers 5 and 3, the result is 0. Which of the following is the best explanation for the result?

An overflow error occurred.

A round-off error occurred.

The result was affected by lossy data compression.

The result was approximated by a floating-point representation.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An office uses an application to assign work to its staff members. The application uses a binary sequence to represent each of 100 staff members. What is the minimum number of bits needed to assign a unique bit sequence to each staff member?

5

6

7

8

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following code segment.

What are the values of first and second as a result of executing the code segment?

The value of first is true, and the value of second is true.


The value of first is true, and the value of second is false.


The value of first is false, and the value of second is true.

The value of first is false, and the value of second is false.

5.

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.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following code segment.

Which of the following describes the possible values of ans as a result of executing the code segment?


Any integer value from 1 to 8, inclusive


Any integer value from 1 to 16, inclusive

Any integer value from 4 to 8, inclusive

Any integer value from 7 to 16, inclusive

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Consider the following code segment.

What are the values of first and second as a result of executing the code segment?

first = 100, second = 100

first = 100, second = 200

first = 200, second = 100

first = 200, second = 200

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?