AP CSP Practice Quiz #2

AP CSP Practice Quiz #2

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Boolean Logic 3

AP CSP Boolean Logic 3

9th - 12th Grade

10 Qs

Logic APCSP

Logic APCSP

9th - 12th Grade

10 Qs

Year 10 - Binary and Hexadecimal Review

Year 10 - Binary and Hexadecimal Review

10th Grade

15 Qs

Thao tác Tệp

Thao tác Tệp

1st - 12th Grade

15 Qs

Bài tập tuần 3 và 4 Lớp 52

Bài tập tuần 3 và 4 Lớp 52

KG - 12th Grade

10 Qs

AP CSP Booleans

AP CSP Booleans

9th - 12th Grade

10 Qs

AP CSP Robot

AP CSP Robot

9th - 12th Grade

10 Qs

Logic APCSP

Logic APCSP

9th - 12th Grade

10 Qs

AP CSP Practice Quiz #2

AP CSP Practice Quiz #2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Brian Mcgee

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Internet Engineering Task Force is a large open international community of network designers, operators, vendors, and researchers concerned with the evolution of the Internet architecture and the smooth operation of the Internet. Which of the following is NOT one of its responsibilities?

To provide a long-range technical direction for Internet standards and protocols

To close the digital divide between those who have access to cutting-edge communications services and those who do not

To conduct research on topics related to Internet protocols, applications, architecture and technology.

To acquire, hold, and maintain intellectual property and other property used in connection with Internet standards

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A team of students are working on a project for science class. For the project, the students keep track of the weather forecast for 30 days. Each day they record the date, the weather forecast for that day, and whether the forecast was essentially correct for that day. The information collected would be an example of:

metadata


plotting

recycling

grouping

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements are true about using a low-level programming language instead of a high-level programming language?

I. Programs written in a low-level language are generally easier for people to read than programs written in a high-level language.
II. A low-level language provides programmers with less abstractions than a high level language.
III. Programs written in a low-level language are generally harder to debug than programs written in a high-level program.

I only

II only

II and III

I and II

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Predict the output of the following code block.

0, 44, 16, 32

44, 16, 32

0, 27, 44, 13, 16, 29, 32, 55

27, 44, 13, 16, 29, 32, 55

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Consider the code segment below.

If the variables onTime and absent both have the value false, what is displayed as a result of running the code segment?

Is anyone there?

Better late than never.

Hello. Is anyone there?

Hello. Better late than never.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Digital Millennium Copyright Act (DMCA) does all of the following EXCEPT:

Protects copyright owners from liability for the misuse of their intellectual property.

Makes it a crime to create or use digital tools designed to bypass copy protection.

Allows players to break authentication on games that they own if access to an external authentication server is no longer supported.

Protects online service providers that store copyright infringing material if they are unaware of it and aren’t making money from it.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

An office building has two floors. A computer program is used to control an elevator that travels between the two floors. Physical sensors are used to set the following Boolean variables.

The elevator moves when the door is closed and the elevator is called to the floor that it is not currently on. Which of the following Boolean expressions can be used in a selection statement to cause the elevator to move.

(onFloor1 AND callTo2) AND (onFloor2 AND callTo1)

(onFloor1 AND callTo2) OR (onFloor2 AND callTo1)

(onFloor1 OR callTo2) AND (onFloor2 OR callTo1)

(onFloor1 OR callTo2) OR (onFloor2 OR callTo1)

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?