AP CSP - Unit 4 Code.org Review

AP CSP - Unit 4 Code.org Review

9th - 12th Grade

44 Qs

quiz-placeholder

Similar activities

AP CSP Unit 5

AP CSP Unit 5

10th - 12th Grade

47 Qs

Python L1 Concepts

Python L1 Concepts

1st - 12th Grade

40 Qs

C Programming Midterm Review

C Programming Midterm Review

11th - 12th Grade

40 Qs

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

Python Assessment 1

Python Assessment 1

7th - 9th Grade

40 Qs

APCSP Data Unit 5

APCSP Data Unit 5

9th - 12th Grade

40 Qs

Code.org Unit 5

Code.org Unit 5

9th - 12th Grade

40 Qs

APCSP Data Unit 5

APCSP Data Unit 5

10th - 12th Grade

47 Qs

AP CSP - Unit 4 Code.org Review

AP CSP - Unit 4 Code.org Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

CSP.10, S2963319, CSP.9.a

+1

Standards-aligned

Created by

Autumn Honts

Used 93+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is it when a function is used within your code - this likely happens multiple times in a program?

called

declared

created

defined

Tags

CSP.10

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is it called when you define a function?

called

declared

created

typed

Tags

CSP.10

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is happening in this code?

the variables are being created

the function updateScreen is being declared

the function updateScreen is being called

the function updateScreen is being updated

Tags

CSP.10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is happening in this code?

the variables are being created

the function singChorus is being declared

the function singChorus is being called

the function singChorus is being updated

Tags

CSP.10

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the benefits of creating functions?
There is more than one answer.

removing repeated code

keeping code organized

allowing programmers to be lazy

making it harder for people to read your code

makes it easier to update your code

Tags

CSP.10

6.

CLASSIFICATION QUESTION

3 mins • 1 pt

Categorize these items.

Groups:

(a) Functions

,

(b) Function call

also known as a procedure

Media Image

a named group of programming instructions

can be used multiple times in a program

Media Image

a command that executes the code within a function

Media Image
Media Image

should only occur once

Tags

CSP.10

CSP.9.a

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You should only use var once per variable because otherwise it could cause errors in your program.

True

False

Tags

CSP.10

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?