Semester Final 2025

Quiz
•
Computers
•
10th Grade
•
Medium

Ashutosh Kumar
Used 4+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? python mylist = [1, 2, 3] print(mylist[1])
1
2
3
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to add an item at the end of a list?
insert()
add()
append()
extend()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does mylist[-1] return?
First item
Last item
Second item
Error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method removes all items from a list?
clear()
delete()
remove()
pop()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of: python x = [2, 4, 6] x.append([8, 10]) print(x)
[2, 4, 6, 8, 10]
[2, 4, 6, [8, 10]]
[2, 4, 6, 8]
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main difference between a list and a tuple?
Tuples are faster
Tuples are immutable
Lists are immutable
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you define a tuple with one element?
(4)
[4]
(4,)
tuple(4)
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
TECHNICAL QUIZ

Quiz
•
University
35 questions
Python procedures and functions

Quiz
•
8th - 10th Grade
45 questions
Python Quiz

Quiz
•
University
45 questions
GCSE Python Legends

Quiz
•
1st - 12th Grade
44 questions
Python Test 2

Quiz
•
7th - 12th Grade
40 questions
Python Quiz Module1

Quiz
•
University
35 questions
Latihan Python - 12 SMA

Quiz
•
12th Grade
42 questions
TN tin qh

Quiz
•
10th 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 Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

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

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade