[Quiz] Python Function

Quiz
•
Information Technology (IT)
•
University
•
Medium
Fatin Hanani
Used 7+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax for defining a function in Python?
def function_name:
function function_name():
define function_name()
def function_name():
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the return statement do in a function?
It ends the function and sends a value back.
It defines the input parameters of a function.
It prints the output to the console.
It loops through the function.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Parameters are values passed to a function when it is called.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the function:
def greet(name):
return "Hello, " + name
What will greet("Alice") output?
Hello, Alice
Hello, name
"Hello, Alice"
Alice
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which variable is accessible both inside and outside of functions?
Local variable
Global variable
Input variable
Parameter variable
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Variables defined inside a function have a local scope.
True
False
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Write a function named add_two_numbers that takes two parameters, a and b, and returns their sum.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Perl

Quiz
•
University
15 questions
MakeCode Arcade Questions

Quiz
•
10th Grade - University
14 questions
Session 17+18: String

Quiz
•
University
17 questions
Вопросы по Python

Quiz
•
University
15 questions
DSA (QUIZ 3) - Recursion

Quiz
•
University
15 questions
Bài 26

Quiz
•
10th Grade - University
10 questions
Fundamentos de Programación en Python

Quiz
•
6th Grade - University
12 questions
Review loops

Quiz
•
8th Grade - University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade