AP CSP Review

AP CSP Review

9th Grade

14 Qs

quiz-placeholder

Similar activities

AP Computer Science Principles - Unit 3: App Design

AP Computer Science Principles - Unit 3: App Design

9th - 12th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

AP Computer Science Principles Unit 1

AP Computer Science Principles Unit 1

9th - 12th Grade

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Unit 3 Vocabulary

Unit 3 Vocabulary

10th Grade

10 Qs

Code.org Unit 5 Vocab Quiz 1

Code.org Unit 5 Vocab Quiz 1

9th - 12th Grade

10 Qs

Flowcharting

Flowcharting

6th - 11th Grade

10 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?