list

Quiz
•
Computers
•
11th Grade
•
Medium
Ms.Haseeba Computer
Used 13+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program:
list1 = ["python", "list", 1952, 2323, 432]
print(list1[1:4])
["python","list",1952,2323]
[1952,2323,432]
["list",1952,2323]
["list",1952,2323,432]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program:
list1 = ["python", "list", 1952, 2323, 432]
print(list1[-5])
list
1952
432
python
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following code-
a,b=[3,1,2],[5,4,6]
print(a+b)
[3,1,2]+[5,4,6]
(3,1,2,5,4,6)
[3,1,2,5,4,6]
[54,6,3,1,2]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following code-
list1=[1, 3, 2]
list1 * 2
[1,3,2][1,3,2]
[1,3,2]*2
[1,3,2,1,3,2]
( [1,3,2] )([1,3,2])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
theList=[1, 2, [1.1, 2.2]]
print(len(theList))
1
2
3
4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program:
data = [[[1, 2], [3, 4]], [[5, 6], [7, 8]]]
print(data[1][0][0])
2
5
1
7
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following program:
a=[2,3]
a.append(7)
print(a))
(2,3)
[2,7]
[2,3,7]
[7,2,3]
Similar Resources on Wayground
10 questions
Жасанды интеллект

Quiz
•
11th Grade
10 questions
gigabyte, megabyte, kilobyte

Quiz
•
7th - 11th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Tin 11 - PHÉP LẶP

Quiz
•
11th Grade
10 questions
KTTX-T4

Quiz
•
9th - 12th Grade
10 questions
conditional and iterative statements

Quiz
•
11th Grade
10 questions
PRACTICA GEOMETRIA PRE

Quiz
•
11th Grade
10 questions
Robot 3 class

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
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
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