GCSE Python Legends

Quiz
•
Computers
•
1st - 12th Grade
•
Medium
D Hesketh
Used 47+ times
FREE Resource
45 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What has been created here?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
An Array / List
A Loop
A Value
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many elements exist in here?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
5
4
6
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the highest index value here?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
4
5
6
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the range of indexes for the elements here?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
0 - 4
1 - 5
0 - 5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we add another new sport in to here at the end?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
Sport.append("Swimming")
Sport = "Swimming"
Sport[1] = "Swimming"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we print "Tennis" to the display?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
print(Sport[2])
print(Sport[3])
print(Sport)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we print "Quidditch" to the display?
Sport = ["Football","Rugby","Tennis","Netball","Quidditch"]
print (Sport[4])
print (Sport[3])
print (Sport[5])
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
ออกแบบเทคโนโลยี ม2

Quiz
•
8th Grade - University
44 questions
Multidimensional list and tuples 2025

Quiz
•
9th - 12th Grade
40 questions
Python Genel Deneme Sınavı

Quiz
•
10th Grade
48 questions
9.1.4 Python Quiz 🐍

Quiz
•
9th Grade
50 questions
Grade 3 Digital Literacy Quiz

Quiz
•
3rd Grade
45 questions
Quizes-Syntax-Master

Quiz
•
12th Grade
50 questions
OCR H446 Pseudocode Quiz

Quiz
•
11th Grade
50 questions
KEAMANAN JARINGAN KOMPUTER

Quiz
•
10th Grade
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
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th 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