
challenge-1

Quiz
•
Computers
•
11th Grade
•
Hard
sajit nair
Used 2+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the following Python code output?
list1=[10,20,30,40,50,60]
print(list1[1:3])
[10, 20]
[20, 30]
[30, 40]
[20, 30, 40]
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does the following Python code output?
list1 = [10, 20, 30, 40, 50, 60]
print(list1[:3])
[10, 20, 30]
[20, 30, 40]
[10, 20]
[30, 40, 50]
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does the following Python code output?
list1 = [10, 20, 30, 40, 50, 60]
print(list1[3:]
[40, 50, 60]
[30, 40, 50]
[40, 50]
[50, 60]
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the following Python code output?
list1 = [10, 20, 30, 40, 50, 60]
print(list1[2:2])
[]
[30]
[20]
[30, 40]
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What does the following Python code output?
p = ['IP', 'CS', 'AI']
print(p * 3)
['IP', 'CS', 'AI']
['IP', 'CS', 'AI', 'IP', 'CS', 'AI', 'IP', 'CS', 'AI']
['IP', 'CS', 'AI', 'IP', 'CS', 'AI', 'AI', 'CS', 'IP']
['IP', 'CS', 'AI', 'CS', 'AI', 'IP', 'AI', 'IP', 'CS']
Similar Resources on Wayground
10 questions
HTML/CSS Quiz

Quiz
•
10th Grade - University
10 questions
Quiz Teknologi Jaringan Semester 2

Quiz
•
11th Grade
10 questions
Quiz_1_WAN

Quiz
•
11th Grade
10 questions
TKJ Quiz

Quiz
•
10th - 11th Grade
10 questions
QUIZ SEBELUM STS

Quiz
•
11th Grade
10 questions
Python List Comprehension Review

Quiz
•
9th - 12th Grade
7 questions
list

Quiz
•
11th Grade
10 questions
Communication & Networking - IP, MAC, Packets & Protocols

Quiz
•
2nd - 12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade