Python Functions and Returns

Flashcard
•
Instructional Technology
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

14 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will print? Options: nothing, 5, 6, an error message
Back
nothing
2.
FLASHCARD QUESTION
Front
What does the following code output? Options: 11, 9; 16, 16; None, None; 225, 117
Back
11, 9
3.
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 ( ):
4.
FLASHCARD QUESTION
Front
How do you correctly call this function? Options: def(1), x=square( ), defSquare(4), x=square(5)
Back
x=square(5)
5.
FLASHCARD QUESTION
Front
Which keyword marks a spot in a function where the program flow will go back to the calling code? Options: break, return, continue, jump
Back
return
6.
FLASHCARD QUESTION
Front
Which of the following statements correctly defines a function named "haunted" that takes a parameter named "apple"? Options: haunted(apple), haunted, def haunted(apple):, apple
Back
def haunted(apple):
7.
FLASHCARD QUESTION
Front
Which of the following statements will successfully send the value "EEK" back from a function to the calling code? EEK, return EEK, back EEK, #print(EEK)
Back
return EEK
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Congruence Statements and CPCTC

Flashcard
•
10th - 12th Grade
14 questions
Similar Triangles

Flashcard
•
9th - 12th Grade
10 questions
80's Trivia

Flashcard
•
KG - University
14 questions
SAS, SSS, HL

Flashcard
•
9th - 12th Grade
16 questions
Triangle Congruence

Flashcard
•
9th - 12th Grade
18 questions
Python Functions

Flashcard
•
9th Grade
18 questions
Python Functions

Flashcard
•
9th Grade
15 questions
Similar Triangles

Flashcard
•
9th - 12th 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