Python_Ch4_All

Python_Ch4_All

University

59 Qs

quiz-placeholder

Similar activities

Tables in Word

Tables in Word

5th Grade - Professional Development

59 Qs

SOFTWARE Engineering Second Intermediate

SOFTWARE Engineering Second Intermediate

University

63 Qs

98-349 Microsoft

98-349 Microsoft

9th Grade - University

58 Qs

FINAL EXAM MEC4

FINAL EXAM MEC4

University

60 Qs

IT-3

IT-3

University

63 Qs

IOT-SEM-PART-A3

IOT-SEM-PART-A3

University

58 Qs

EC TTL 2 Final Examination, Second Sem, S.Y. 2024-2025

EC TTL 2 Final Examination, Second Sem, S.Y. 2024-2025

University

60 Qs

Topic 2- Hardware Troubleshooting

Topic 2- Hardware Troubleshooting

University

56 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?