AP CSP Vocabulary Midterm

AP CSP Vocabulary Midterm

11th Grade

45 Qs

quiz-placeholder

Similar activities

Python - Lists, Dictionaries and Loops

Python - Lists, Dictionaries and Loops

9th - 12th Grade

40 Qs

Python Fundamentals Quiz

Python Fundamentals Quiz

11th Grade

50 Qs

Class 11 List and Dictionary

Class 11 List and Dictionary

11th Grade

48 Qs

python set 3

python set 3

9th - 12th Grade

41 Qs

CSEC IT - 04 Loops & Trace Tables

CSEC IT - 04 Loops & Trace Tables

10th - 12th Grade

50 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

XI Unit 5: Introduction to Python

XI Unit 5: Introduction to Python

11th Grade

40 Qs

Edexcel Python  07

Edexcel Python 07

11th Grade

50 Qs

AP CSP Vocabulary Midterm

AP CSP Vocabulary Midterm

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Laura Ezell

Used 4+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Define

Teach

Explain

Describe

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You must _______________ commands that are part of a function.

Include

Indent

Bold

Center

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean to “Call” a Function?

Creating a new function

Ending a program

Running code for a function

Giving someone a phone call

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Function body

Function call

Function indent

Function define

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Snake case

Camel case

Lower case

Upper case

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Camel case

Snake case

Lower case

Upper case

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Section

Comments

Side note

Post it

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?