
Python_Ch4_All

Quiz
•
Instructional Technology
•
University
•
Hard
Kevin Tinsley
FREE Resource
59 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a way to define and use functions in your programs?
Using default values
Using named arguments
Using local variables
Using global variables
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a step in using your own modules?
Create the module
Document the module
Import the module
All of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which module should be imported to use random functionalities in Python?
math
random
os
sys
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Use a hierarchy chart or outline to plan the functions of a program.
To organize the program structure
To execute the program
To debug the program
To compile the program
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In general terms, describe how to define a function, including the use of a return statement.
A function is defined using a specific syntax and may include a return statement to output a value.
A function is defined by listing all variables and does not use a return statement.
A function is defined by writing a paragraph describing its purpose.
A function is defined by using a loop and a return statement is optional.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In general terms, how do you call a function?
By specifying the function name followed by parentheses.
By writing the function definition again.
By using a loop to iterate over the function.
By declaring the function as a variable.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In general terms, describe how to define and call a main() function.
Define the main() function using the 'def' keyword and call it using 'main()'.
Use the 'function' keyword to define main() and call it with 'execute main'.
Declare main() with 'start' and invoke it with 'run main'.
Define main() with 'create' and call it using 'invoke main'.
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade