
Python Functions and File Handling Quiz

Quiz
•
Engineering
•
12th Grade
•
Hard
Krishnesh G P
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a function in Python?
function myFunc()
def myFunc():
myFunc def()
declare myFunc()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? def greet(name="Guest"): print(f"Hello, {name}!") greet("Alice") greet()
Hello, Guest! Hello, Alice!
Hello, Alice! Hello, Guest!
Hello, Guest! Hello, Guest!
Error due to missing argument
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the return statement do in a function?
Stops the function and returns a value
Skips to the next function
Ends the program
Runs the function again
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a recursive function?
A function that returns multiple values
A function that calls itself
A function that takes multiple arguments
A function without arguments
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? def add(a, b): return a + b print(add(5, 7))
57
12
Error
None
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a module in Python?
To define a function
To group related functions and variables into a file
To execute Python scripts automatically
To document Python code
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you import a module in Python?
include module_name
import module_name
load module_name
using module_name
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Traditional Woodworking Hand Tools Quiz

Quiz
•
9th - 12th Grade
15 questions
Sistem Operasi -RKS

Quiz
•
1st Grade - University
20 questions
Quiz on C Programming

Quiz
•
12th Grade
10 questions
Intro to Coding

Quiz
•
12th Grade - University
15 questions
Pengayaan : Soal Matpel PBTGM Kelas 12 RPL 2

Quiz
•
12th Grade
13 questions
MODULE 4 ARDUINO KIT

Quiz
•
12th Grade
14 questions
Python for Data Sciences Quiz

Quiz
•
12th Grade
12 questions
Python 1

Quiz
•
9th - 12th 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
Discover more resources for Engineering
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
6 questions
Maier - AMDM - Unit 1 - Quiz 1 - Estimation

Quiz
•
12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade
21 questions
9th Grade English Diagnostic Quiz

Quiz
•
9th - 12th Grade
7 questions
Characteristics of Life

Interactive video
•
11th Grade - University