AP CSP Review

AP CSP Review

9th Grade

14 Qs

quiz-placeholder

Similar activities

Fundamentals of Computing - Unit 5 Quiz 1 Review

Fundamentals of Computing - Unit 5 Quiz 1 Review

12th Grade

10 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

AP CSP Unit 3

AP CSP Unit 3

9th - 12th Grade

14 Qs

Pseudocode

Pseudocode

9th - 11th Grade

15 Qs

Code.org Unit 3 Assessment

Code.org Unit 3 Assessment

9th - 12th Grade

10 Qs

CSP U3

CSP U3

10th Grade

10 Qs

AP CSP code.org Unit 3 2020

AP CSP code.org Unit 3 2020

9th - 12th Grade

10 Qs

code.org CSP Unit 3 Review 20-21

code.org CSP Unit 3 Review 20-21

9th - 12th Grade

15 Qs

AP CSP Review

AP CSP Review

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Brian Rivas

Used 5+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

The inputs and outputs that allow a user to interact with a piece of software.

Useful Interchange

User Input

User Interface

User Intention

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Some program statements run when triggered by an event, like a mouse click or a key press.

Sequential Programming

Event Driven Programming

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is a reason to include comments in a program?

Comments tell the computer what the code is doing.

Comments tell the programmer what the code is doing.

Comments help the user work an app more effectively.

Comments will show up in the console so when the program is run, the programmer know what happens.

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is displayed to the console log?

$10

$ 10

$10.00

error

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What is a Bug

Part of a program that does not work correctly.

An algorithm that has been coded into something that can be run by a machine.

The art of creating a program.

An action that causes something to happen.

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is output by the program?

Option A

Option B

Option C

Option D

Option E

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Assume that the two variables age and day have been initialized with the values shown.

var age = 16;

var day = "Monday";


Determine if the following statement evaluates to true or false.

(age > 10) && (age < 20)

true

false

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?