Python Functions

Flashcard
•
Computers
•
9th Grade
•
Easy
Wayground Content
Used 5+ times
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
When defining a function, the definition must occur before it is called.
Back
true
2.
FLASHCARD QUESTION
Front
What will print? Options: nothing, 5, 6, an error message
Back
nothing
3.
FLASHCARD QUESTION
Front
What does the following code output? Options:
11, 9
,16, 16
,None, None
,225, 117
Back
11, 9
4.
FLASHCARD QUESTION
Front
What is the Label in the line of code: Label('Go Team', 200, 100)?
Back
function name
5.
FLASHCARD QUESTION
Front
Which of the following is the correct code to define a function?
Options:def area ( ):
,area ( )
,def area:
,def area ( )
Back
def area ( ):
6.
FLASHCARD QUESTION
Front
How do you correctly call this function? Options: def(1), x=square( ), defSquare(4), x=square(5)
Back
x=square(5)
7.
FLASHCARD QUESTION
Front
How do you identify the statements that belong to the body of a function?
Back
Indent those statements the same amount underneath the function "def" statement.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Biology STAAR Category 2- Genetics

Flashcard
•
9th Grade
10 questions
CMU CS Academy Unit 2 Part 3 Mouse Release Events

Flashcard
•
9th Grade
16 questions
p5.js - shape, color, syntax

Flashcard
•
8th Grade
15 questions
CMU CS Academy Unit 2 Part 1 Functions

Flashcard
•
9th Grade
15 questions
DNA and RNA

Flashcard
•
9th Grade
15 questions
Protein Synthesis

Flashcard
•
9th Grade
15 questions
DNA vs. RNA Vocabulary

Flashcard
•
9th Grade
15 questions
Protein Synthesis

Flashcard
•
9th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade