
Python Functions Quiz

Quiz
•
Computers
•
1st Grade
•
Hard
Adham Elmuntser
Used 1+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of print(greet('Bob')) if the greet function is defined as:
Hello Bob
Hello, Bob!
Hello, !
None
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of the exponent parameter in the pow function in example 2?
1
2
3
None
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of print(pow(4, 3)) given the pow function is defined as:
16
8
64
12
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of print(add(3, 4)) if the add function is defined as:
5
7
3.5
14
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given the function: def multiply(x, y, z): return x * y * z + 2 What is the output of print(multiply(1, 2, 3))?
8
9
6
12
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the function concatenate is defined as: def concatenate(*args): print(args[1]) What is the output of concatenate('hello', 'world')?
hello
world
hello, world
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of print(calculate(8, 2)[2]) if the calculate function is defined as: def calculate(a, b): return a + b, a - b, a * b, a / b
10
6
16
4.0
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Python - Основы

Quiz
•
1st - 4th Grade
15 questions
FinalTest

Quiz
•
1st - 2nd Grade
19 questions
ProA Desarrollo de Software 3° año

Quiz
•
1st - 12th Grade
15 questions
Python Series

Quiz
•
1st - 5th Grade
20 questions
Computer Hardware - Input&Output Devices for Situations

Quiz
•
1st - 12th Grade
20 questions
Asas Sains Komputer Topik 3.1

Quiz
•
1st - 3rd Grade
20 questions
แบบทดสอบกลางภาคpythonครูสมชาย

Quiz
•
1st - 3rd Grade
14 questions
Python-basics

Quiz
•
1st - 4th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade