Python_Ch4_All

Python_Ch4_All

University

59 Qs

quiz-placeholder

Similar activities

SDI EXAM

SDI EXAM

University

54 Qs

Pro Elec Lab Reviewer

Pro Elec Lab Reviewer

University

60 Qs

Exam 1 Electronics Communication

Exam 1 Electronics Communication

8th Grade - Professional Development

57 Qs

98-349 Microsoft

98-349 Microsoft

9th Grade - University

58 Qs

Quiz sulla Plastica

Quiz sulla Plastica

7th Grade - University

55 Qs

Logic Circuits and Design Draft Quiz

Logic Circuits and Design Draft Quiz

University

54 Qs

IOT-SEM-PART-A3

IOT-SEM-PART-A3

University

58 Qs

BANU

BANU

University

64 Qs

Python_Ch4_All

Python_Ch4_All

Assessment

Quiz

Instructional Technology

University

Hard

Created by

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?