PYTHON (Functions)
Quiz
•
Computers
•
6th Grade
•
Medium
Fazla Fairooz
Used 68+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used for functions?
func
def
define
function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this program?
def addOne(number):
number += 1
return number
one = addOne(0)
two = addOne(one)
print(two)
0
1
2
3
4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this program?
def hello():
print(“I am a beginner”)
hello()
hello()
I am a beginner
I am a beginner I am a beginner
Hello
Hello
Hello
I am a beginner
I am a beginner
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When a variable is inside of a function what do you call its scope?
Static
Local
Global
Boolean
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a function?
They are reusable pieces of programs.
They are required by the Python
They allow us to compile our program
They make the program larger
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is missing in the following code?
def sumA(count):
a = count+1
return a
print(a)
The initialization of variable a
A function call
The declaration of the global variable a
The print statement inside the function
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this program?
def printmessage(message, ntimes = 1):
print(message * ntimes)
printmessage(“Hello”)
printmessage(“Hello”, 5)
Hello
Hello Hello 5
Hello Hello
Hello
HelloHelloHelloHelloHello
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Anime
Quiz
•
KG - University
10 questions
Flowchart
Quiz
•
1st - 9th Grade
15 questions
Online Discussion Forum
Quiz
•
5th - 6th Grade
12 questions
Quiz 3 - Networking and the Internet
Quiz
•
4th - 8th Grade
10 questions
QBASIC Programming
Quiz
•
5th - 10th Grade
10 questions
Microsoft Word
Quiz
•
6th Grade - University
9 questions
Napewno tego nie wiesz! - VIKI GABOR
Quiz
•
1st - 10th Grade
14 questions
Python - ponavljanje
Quiz
•
6th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
