Semester 1 Review

Semester 1 Review

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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?

Back

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.

FLASHCARD QUESTION

Front

Which of the following can be represented by a sequence of bits? An integer, An alphanumeric character, A machine language instruction

Back

I, II, and III

3.

FLASHCARD QUESTION

Front

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

Back

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.

4.

FLASHCARD QUESTION

Front

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?

Back

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

5.

FLASHCARD QUESTION

Front

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

Back

J

6.

FLASHCARD QUESTION

Front

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

Back

(num MOD 2) = 1

7.

FLASHCARD QUESTION

Front

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

Back

Boolean

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?