AP CSP Unit 4

AP CSP Unit 4

9th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Revision of Python

Revision of Python

11th Grade

38 Qs

Python Fundamentals Concept Checkup

Python Fundamentals Concept Checkup

9th Grade - University

38 Qs

Python Chap 2-4

Python Chap 2-4

9th Grade

42 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

JavaScript_Revision

JavaScript_Revision

12th Grade

45 Qs

Python Midterm Review

Python Midterm Review

9th - 12th Grade

41 Qs

Year 10 GCSE CS Diagnostic Spring Term 1 2021

Year 10 GCSE CS Diagnostic Spring Term 1 2021

10th - 11th Grade

36 Qs

Unit 1&2 Test Review

Unit 1&2 Test Review

10th Grade

40 Qs

AP CSP Unit 4

AP CSP Unit 4

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Suneetha Pedi

Used 4+ times

FREE Resource

40 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is output by line 6?

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is output by line 5?

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is output by the program?

less than 10

less than 20

less than 30

30 or more

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is output by the program?

Option A

Option B

Option C

Option D

Option E

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What is needed to complete the code?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What will the value of bags be at the end of the program?

7.

MULTIPLE CHOICE QUESTION

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

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?