AP CSP - Unit 4 Code.org Review

AP CSP - Unit 4 Code.org Review

9th - 12th Grade

44 Qs

quiz-placeholder

Similar activities

GCSE Computing

GCSE Computing

10th - 11th Grade

45 Qs

Comp. Prog. Spring Final Exam

Comp. Prog. Spring Final Exam

9th - 12th Grade

39 Qs

Intro to Programming Q3 Test

Intro to Programming Q3 Test

10th Grade

41 Qs

Chapter 12 Gaming Programming Simulation

Chapter 12 Gaming Programming Simulation

9th - 12th Grade

40 Qs

QBASIC For Grade 6

QBASIC For Grade 6

5th - 10th Grade

45 Qs

Code.org APCSP Unit 5 Assessment

Code.org APCSP Unit 5 Assessment

9th - 12th Grade

40 Qs

CS Principles Unit 5 Assessment

CS Principles Unit 5 Assessment

9th - 12th Grade

40 Qs

UNIT 2.3 ROBUST PROGRAMS

UNIT 2.3 ROBUST PROGRAMS

10th Grade

40 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

Media Image

can be used multiple times in a program

Media Image

should only occur once

a named group of programming instructions

Media Image
Media Image

also known as a procedure

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?