LO13 Lesson 6

Quiz
•
Computers, Instructional Technology, Other
•
10th Grade
•
Medium
Samantha Cassia
Used 2+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A Python module file can be imported into another Python file.
True
False
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A Python file cannot contain variables.
True
False
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A Python file cannot contain runnable code.
True
False
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
You can create your own modules.
True
False
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Provides a means of reuse of program code
Provides a means of dividing up tasks
Provides a means of reducing the size of the program
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Suppose a function called add() is defined in a module called adder.py.
Which of the following code snippets correctly shows how to import and use the add() function?
import add from adder
result = add(2, 3)
from adder import add
result = add(2, 3)
from adder import add
result = adder.add(2, 3)
import add
result = adder.add(2, 3)
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Lists, Subroutines and Sequence in Pseudocode - Python

Quiz
•
1st - 11th Grade
14 questions
Computer Programming Quiz

Quiz
•
10th Grade
15 questions
TIN 10-1F-LÀM QUEN VỚI NGÔN NGỮ LẬP TRÌNH BẬC CAO

Quiz
•
10th Grade
22 questions
Python Control Structures (Unit 4 AP CSP)

Quiz
•
10th Grade
15 questions
Hangman Game - Programming Questions

Quiz
•
7th - 11th Grade
15 questions
Data Types and Operations

Quiz
•
10th Grade
17 questions
Python

Quiz
•
6th - 10th Grade
20 questions
ASK T2 - Kod Arahan (Python)

Quiz
•
7th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade