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 Programming Test

AP CSP Programming Test

9th - 12th Grade

40 Qs

M6_REVIEW_QUIZ_RECORDED

M6_REVIEW_QUIZ_RECORDED

10th - 12th Grade

40 Qs

Arduino Programming Quiz

Arduino Programming Quiz

11th Grade

40 Qs

Python Unit 01 - Introduction to Python

Python Unit 01 - Introduction to Python

7th - 9th Grade

40 Qs

Python

Python

11th Grade

40 Qs

Programming Techniques

Programming Techniques

12th Grade

40 Qs

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

AQA GCSE Computer Science - 3.1 Fundamentals of algorithms

8th - 10th Grade

49 Qs

Block Coding Check

Block Coding Check

9th - 10th Grade

41 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 97+ 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

can be used multiple times in a program

Media Image
Media Image
Media Image

also known as a procedure

a named group of programming instructions

Media Image

should only occur once

a command that executes the code within a function

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?