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
44 questions
Câu hỏi về xâu kí tự trong Python

Quiz
•
10th Grade - University
43 questions
Python01循环for

Quiz
•
9th - 12th Grade
40 questions
10th Grade 10 - IT Programming - 2nd Cycle Exam

Quiz
•
10th Grade - University
42 questions
ÔN TẬP PYTHON GKII - TIN HỌC 10

Quiz
•
10th Grade
42 questions
Final Coverage_Quiz 1

Quiz
•
University
44 questions
Kiến thức về Python

Quiz
•
10th Grade
45 questions
Year 9 Mid-Term Assessment

Quiz
•
10th Grade
43 questions
String in Python

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade