APCSP Exam Review

APCSP Exam Review

9th - 12th Grade

30 Qs

quiz-placeholder

Similar activities

1.4 - Network security

1.4 - Network security

7th - 10th Grade

25 Qs

Coding Quiz

Coding Quiz

9th - 12th Grade

25 Qs

ICT Skills

ICT Skills

9th Grade

25 Qs

ITF Module 1

ITF Module 1

9th - 12th Grade

26 Qs

System Development Life Cycle - 12CompSci

System Development Life Cycle - 12CompSci

10th Grade - University

25 Qs

The Internet protocols

The Internet protocols

9th Grade

26 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

Operating Systems

Operating Systems

9th - 12th Grade

25 Qs

APCSP Exam Review

APCSP Exam Review

Assessment

Quiz

Science, Computers

9th - 12th Grade

Medium

NGSS
MS-ETS1-4, MS-ETS1-3, MS-PS2-2

+3

Standards-aligned

Created by

Guest 1

Used 30+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A video-streaming Web site uses 32-bit integers to count the number of times each video has been played. In anticipation of some videos being played more times than can be represented with 32 bits, the Web site is planning to change to 64-bit integers for the counter. Which of the following best describes the result of using 64-bit integers instead of 32-bit integers?

2 times as many values can be represented.

32 times as many values can be represented.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer completes the user manual for a video game she has developed and realizes she

has reversed the roles of goats and sheep throughout the text. Consider the programmer’s goal

of changing all occurrences of “goats” to “sheep” and all occurrences of “sheep” to “goats.” The

programmer will use the fact that the word “foxes” does not appear anywhere in the original text.

Which of the following algorithms can be used to accomplish the programmer’s goal?

First, change all occurrences of “goats” to “sheep.”

Then, change all occurrences of “sheep” to “goats.”

First, change all occurrences of “goats” to “sheep.”

Then, change all occurrences of “sheep” to “goats.”

Last, change all occurrences of “foxes” to “sheep.”

First, change all occurrences of “goats” to “foxes.”

Then, change all occurrences of “sheep” to “goats.”

Last, change all occurrences of “foxes” to “sheep.”

First, change all occurrences of “goats” to “foxes.”

Then, change all occurrences of “foxes” to “sheep.”

Last, change all occurrences of “sheep” to “goats.”

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The figure shows a circuit composed of two logic gates. Which of the following is a true statement about input A?

Input A must be true.

Input A must be false.

Input A can be true or false.

No possible value of A that will cause the circuit to have the output true.

Tags

NGSS.MS-ETS1-4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The code segment moves the robot in the grid. Which of the following shows the robot's location after running the code?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements describes a limitation of using a computer simulation to model a real-world system?

Computer simulations can only be built after the real-world object or system has been

created.

Computer simulations only run on very powerful computers that are not available to the

general public.

Computer simulations usually make some simplifying assumptions about the real-world

object or system being modeled.

It is difficult to change input parameters or conditions when using computer simulations.

Tags

NGSS.HS-ETS1-4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A certain social media Web site allows users to post messages and to comment on other

messages that have been posted. When a user posts a message, the message itself is considered data. In addition to the data, the site stores the following metadata.

§ The time the message was posted

§ The name of the user who posted the message

§ The names of any users who comment on the message and the times the comments were made

For which of the following goals would it be more useful to analyze the data instead of the

metadata?

To determine the users who post messages most frequently

To determine the time of day that the site is most active

To determine which posts from a user have received the most comments

To determine the topics that many users are posting about

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

The given program segment is intended to move a robot in a grid to a gray square. The

program segment uses the procedure GoalReached, which evaluates to true if the robot is

in the gray square and evaluates to false otherwise. The robot in each grid is represented as

a triangle and is initially facing left. The robot can move into a white or gray square but cannot move into a black region.

For which of the following grids does the program NOT correctly move the robot to the gray square?

Media Image
Media Image
Media Image
Media Image

Tags

NGSS.MS-ETS1-1

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?