AP CSP Vocabulary Midterm

AP CSP Vocabulary Midterm

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

45 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Before you use a function, you must _______________ the function.

Back

Define

2.

FLASHCARD QUESTION

Front

You must _______________ commands that are part of a function.

Back

Indent

3.

FLASHCARD QUESTION

Front

What does it mean to “Call” a Function?

Back

Running code for a function

4.

FLASHCARD QUESTION

Front

In functions, the _______________ is the indented block of code that comes after the def my_function() line. It is what will be executed when the function is called.

Back

Function body

5.

FLASHCARD QUESTION

Front

In coding, __________ refers to the style of writing in which each space is replaced by an underscore character and the first letter of each word is lower case.

Back

Snake case

6.

FLASHCARD QUESTION

Front

In coding, __________ refers to the style of writing that combines words into a single term by capitalizing the first letter of each word, except for the first word.

Back

Camel case

7.

FLASHCARD QUESTION

Front

A way for you to leave notes about what your code is doing in plain English, so other people can understand it. Python won’t try to run as code.

Back

Comments

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?