AP CSP Vocabulary Midterm

AP CSP Vocabulary Midterm

11th Grade

45 Qs

quiz-placeholder

Similar activities

XI Unit 6 Data Types & Operators

XI Unit 6 Data Types & Operators

11th Grade

44 Qs

AQA GCSE CompSci Revision Quiz

AQA GCSE CompSci Revision Quiz

10th - 11th Grade

50 Qs

Input, Processing, Output

Input, Processing, Output

9th - 12th Grade

44 Qs

AP CSP Code.org Unit 5 Assessment 1 Review

AP CSP Code.org Unit 5 Assessment 1 Review

9th - 12th Grade

40 Qs

JavaScript Intro, Variables, Control Flow and Functions

JavaScript Intro, Variables, Control Flow and Functions

9th - 12th Grade

42 Qs

Python Midterm Review

Python Midterm Review

9th - 12th Grade

41 Qs

ICT4-CP: C-Sharp

ICT4-CP: C-Sharp

11th Grade

50 Qs

CSEC IT - 04 Loops & Trace Tables

CSEC IT - 04 Loops & Trace Tables

10th - 12th 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?