
Python_Ch4_All
Authored by Kevin Tinsley
Instructional Technology
University

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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'.
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?