Semester 1 Review

Semester 1 Review

12th Grade

37 Qs

quiz-placeholder

Similar activities

AP CSP Quizizz 8-30 - FRIDAY

AP CSP Quizizz 8-30 - FRIDAY

9th - 12th Grade

41 Qs

7517 AQA A Level CS 26 Coding Systems

7517 AQA A Level CS 26 Coding Systems

11th - 12th Grade

32 Qs

CS1 Final Exam Review

CS1 Final Exam Review

9th - 12th Grade

38 Qs

Audio Basics

Audio Basics

8th Grade - University

35 Qs

Raster & Vector Graphics

Raster & Vector Graphics

10th - 12th Grade

36 Qs

mmBt

mmBt

10th Grade - University

40 Qs

Unit 1.5 - System Software MCQ ALL

Unit 1.5 - System Software MCQ ALL

10th - 12th Grade

34 Qs

Unit 4 - Final Exam Practice

Unit 4 - Final Exam Practice

9th - 12th Grade

32 Qs

Semester 1 Review

Semester 1 Review

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Kerry Duncan

Used 9+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The position of a runner in a race is a type of analog data. The runner’s position is tracked using sensors. Which of the following best describes how the position of the runner is represented digitally?

The position of the runner is determined by calculating the time difference between the start and the end of the race and making an estimation based on the runner’s average speed.

The position of the runner is measured and rounded to either 0 or 1 depending on whether the runner is closer to the starting line or closer to the finish line.

The position of the runner is predicted using a model based on performance data captured from previous races.

The position of the runner is sampled at regular intervals to approximate the real-word position, and a sequence of bits is used to represent each sample.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be represented by a sequence of bits?

An integer

An alphanumeric character

A machine language instruction

I, II, and III

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the impact of Creative Commons?

Creative Commons gives creators of digital content the ability to indicate how their works can be legally used and distributed, enabling broad access to digital information.

Creative Commons gives Internet users the right to legally use and distribute any previously copyrighted work, enabling broad access to digital information.

Create Commons provides lossless transmission of messages, enabling reliable distribution of digital information.

Creative Commons provides private transmission of messages, enabling secure distribution of digital information.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer created a piece of software and wants to publish it using a Creative Commons license. Which of the following is a direct benefit of publishing the software with this type of license?

The programmer can ensure that the algorithms used in the software are free from bias.

The programmer can ensure that the source code for the software is backed up for archival purposes.

The programmer can include code that was written by other people in the software without needing to obtain permission.

The programmer can specify the ways that other people are legally allowed to use and distribute the software.

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code fragment below is intended to display "odd" if the positive number num is odd. Which of the following can be used to replace so that the code fragment will work as intended?

(num MOD 1) = 0

(num MOD 1) = 1

(num MOD 2) = 0

(num MOD 2) = 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variable isOpen is to be used to indicate whether or not a store is currently open. Which of the following is the most appropriate data type for isOpen?

Integer

Boolean

String

Float

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?