Unit 5 AP CSP Code.org

Unit 5 AP CSP Code.org

9th - 12th Grade

33 Qs

quiz-placeholder

Similar activities

Code.org Data AP CSP

Code.org Data AP CSP

9th - 12th Grade

33 Qs

Data and Society

Data and Society

9th - 12th Grade

33 Qs

AP CSP Data Unit 5

AP CSP Data Unit 5

9th - 12th Grade

33 Qs

AP Computer Science Principles Units 1-3

AP Computer Science Principles Units 1-3

9th - 12th Grade

30 Qs

AP CSP Code.org

AP CSP Code.org

9th - 12th Grade

33 Qs

Data

Data

9th - 12th Grade

33 Qs

CS Principles Unit 5 Assessment

CS Principles Unit 5 Assessment

9th - 12th Grade

33 Qs

APCSP Data Unit 5

APCSP Data Unit 5

9th - 12th Grade

33 Qs

Unit 5 AP CSP Code.org

Unit 5 AP CSP Code.org

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Sara Kazemi

Used 1K+ times

FREE Resource

33 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

.

Media Image
Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jasmine is writing a shopping app. She has created a variable to keep track of the number of items in the shopping cart. Every time someone clicks the "addItemButton", she would like the variable to increase by 1.


What code should Jasmine insert where it says <missing code> in order for her app to work?

cart total = 1;

cartTotal + 1;

cartTotal = cartTotal +1;

var cartTotal = cartTotal + 1;

var cartTotal + 1;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Jose is writing a reply function for a text messaging app. He'd like to swap the sender and receiver so that the value currently in variable From ends up as the value in To and To ends up in From


Which of the following code segments will correctly swap the values as described?

Media Image
Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programmer wrote an essay for his history class, and realized he has confused the names of Benjamin Franklin and Alexander Graham Bell. Instead of going through the whole paper and changing the names, he used the following incorrect algorithm in an attempt replace every occurrence of "Benjamin Franklin" with "Alexander Graham Bell" and vise versa:

First, change all occurrences of "Benjamin Franklin" to "apple" Then, change all occurrences of "apple" to "Alexander Graham Bell". Then, change all occurrences of "Alexander Graham Bell" to "Benjamin Franklin".

Here is an example of one of the sentences from the paper:

Alexander Graham Bell was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Which of the following is the result of running the described incorrect algorithm on the sentence above?

Benjamin Franklin was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.

apple was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Alexander Graham Bell was born 141 years before apple, so he was never able to telephone his neighbors.

Benjamin Franklin was born 141 years before Benjamin Franklin, so he was never able to telephone his neighbors.

Alexander Graham Bell was born 141 years before Alexander Graham Bell, so he was never able to telephone his neighbors.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following images is the most likely outcome of the drawing?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is displayed by the console.log statement after the following code segment executes?

value is: 2

value is: 2.3333333

value is: 3

value is: 4

value is: c

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A student decides to draw a series of three dots (sort of like a snowman) as shown in the diagram. She wants each dot to be half the radius of the previous dot, and for the center to be on the edge of the dot below it. She writes the following code segment to do it.

Media Image
Media Image
Media Image
Media Image
Media Image

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?