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 Data Unit 5

AP CSP Data Unit 5

10th - 12th Grade

47 Qs

Python

Python

9th Grade

40 Qs

Python Basics Set 1

Python Basics Set 1

9th - 10th Grade

40 Qs

Chapter 12 Gaming Programming Simulation

Chapter 12 Gaming Programming Simulation

9th - 12th Grade

40 Qs

Java Fundamentals

Java Fundamentals

10th - 12th Grade

47 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

10th - 12th Grade

47 Qs

APCSP BJC Unit 5

APCSP BJC 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

a command that executes the code within a function

a named group of programming instructions

Media Image
Media Image

can be used multiple times in a program

Media Image

also known as a procedure

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?