
Fundamentals of Python Programming

Quiz
•
Information Technology (IT)
•
12th Grade
•
Medium
Dr. Santosh Kumar Srivastava
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print(2 ** 3)?
8
4
9
6
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a list in Python?
You create a list in Python using curly braces, e.g., my_list = {}.
You create a list in Python by using parentheses, e.g., my_list = (1, 2, 3).
You create a list in Python by calling the list() function, e.g., my_list = list(1, 2, 3).
You create a list in Python using square brackets, e.g., my_list = [] or my_list = [1, 2, 3].
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a function in Python?
def
function
procedure
method
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'self' parameter in a class method?
The 'self' parameter allows access to instance attributes and methods within a class.
The 'self' parameter is used to define class-level attributes.
The 'self' parameter is a placeholder for static methods.
The 'self' parameter is used to pass data between classes.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you handle exceptions in Python?
Ignore exceptions and continue execution.
Log exceptions without handling them.
Use if-else statements to handle exceptions.
Use try-except blocks to handle exceptions.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a list and a tuple?
A list can only contain numbers; a tuple can contain any data type.
A list is a fixed size; a tuple can grow or shrink in size.
A list is mutable; a tuple is immutable.
A list is created using parentheses; a tuple is created using square brackets.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you read a file in Python?
Read a file using 'file.read()' without opening it first.
Use 'open(file)' to read a file directly.
Use 'with open("filename.txt", "r") as file: content = file.read()' to read a file.
Use 'import file' to access file contents.
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Introduction To Programming - Lesson Exception Handling

Quiz
•
11th Grade - University
18 questions
File Management, Operating Systems and More

Quiz
•
9th - 12th Grade
20 questions
ASESMEN DIAGNOSTIK INFORMATIKA KELAS 9

Quiz
•
9th Grade - University
10 questions
Quiz di Coding su Python

Quiz
•
9th - 12th Grade
10 questions
FASE F-ADMINISTRASI SISTEM JARINGAN

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

Quiz
•
6th Grade - University
17 questions
Kiểm Tra Môn Tin Học 10

Quiz
•
10th Grade - University
16 questions
9 Weeks Test

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

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

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

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

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade
12 questions
Classifying Polys - 1.1

Quiz
•
10th - 12th Grade
20 questions
1.1 (b) Add / Sub/ Multiply Polynomials

Quiz
•
12th Grade