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
39 questions
G12_End of Term2_Revision

Quiz
•
9th - 12th Grade
40 questions
ÔN TẬP GK2

Quiz
•
11th Grade
45 questions
Silent Teacher Easy Python

Quiz
•
5th - 10th Grade
41 questions
แบบทดสอบวิชาการเขียนโปรแกรมภาษาไพธอนเบื้องต้น (ภาคทฤษฎี)

Quiz
•
11th Grade
40 questions
Comandos en Python_SAN

Quiz
•
University
41 questions
Final Day Quiz for ICT Skill Share

Quiz
•
4th Grade - Professio...
40 questions
9th Grade - IT Programming - 2nd Cycle Exam

Quiz
•
9th Grade - University
44 questions
LATIHAN PYTHON

Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade