GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

quiz-placeholder

Similar activities

CLASS IX PYTHON  REVISION

CLASS IX PYTHON REVISION

9th Grade

48 Qs

Year 9 Python Programming

Year 9 Python Programming

6th - 8th Grade

47 Qs

Tin 11- Giữa kỳ 1

Tin 11- Giữa kỳ 1

11th Grade

40 Qs

python

python

7th Grade

40 Qs

functions in python class 12  vaishali

functions in python class 12 vaishali

11th - 12th Grade

50 Qs

Edx GCSE Python 02

Edx GCSE Python 02

12th Grade

40 Qs

Bài tập python cơ bản

Bài tập python cơ bản

9th - 12th Grade

41 Qs

Term3 - Gerade 5 - Revision

Term3 - Gerade 5 - Revision

5th Grade

42 Qs

GCSE Python Legends

GCSE Python Legends

Assessment

Quiz

Computers

1st - 12th Grade

Medium

Created by

D Hesketh

Used 46+ 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?