AP CSP Vocabulary Midterm

AP CSP Vocabulary Midterm

11th Grade

45 Qs

quiz-placeholder

Similar activities

Comp Sci. Examination  March 13th

Comp Sci. Examination March 13th

9th - 12th Grade

50 Qs

String in Python

String in Python

11th Grade

43 Qs

PYTHON PROGRAMMING - FINAL EXAM REVIEW

PYTHON PROGRAMMING - FINAL EXAM REVIEW

9th - 12th Grade

46 Qs

AQA GCSE Computer Systems

AQA GCSE Computer Systems

7th Grade - University

50 Qs

AP CSP - Unit 4 Code.org Review

AP CSP - Unit 4 Code.org Review

9th - 12th Grade

44 Qs

Python Midterm Review

Python Midterm Review

9th - 12th Grade

41 Qs

Scratch Graduation

Scratch Graduation

9th - 12th Grade

40 Qs

Unit 2 review

Unit 2 review

9th - 12th Grade

42 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?