GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

quiz-placeholder

Similar activities

5 сынып робот каз 02.02

5 сынып робот каз 02.02

1st Grade

50 Qs

PYTHON QUIZ 3.1

PYTHON QUIZ 3.1

7th Grade

40 Qs

KOMPUTER AKUNTASI_MYOB

KOMPUTER AKUNTASI_MYOB

12th Grade

40 Qs

Ulangan Akhir Semester Siskomdig

Ulangan Akhir Semester Siskomdig

10th Grade

40 Qs

GCSE Computing Quiz

GCSE Computing Quiz

7th - 11th Grade

45 Qs

Final Term Exam 2021-Computer-G3

Final Term Exam 2021-Computer-G3

3rd Grade

40 Qs

Latihan Soal AAS Ganjil Kelas 7

Latihan Soal AAS Ganjil Kelas 7

7th Grade - University

40 Qs

[SMP-IX] ASAS 2024 Ganjil

[SMP-IX] ASAS 2024 Ganjil

9th Grade - University

40 Qs

GCSE Python Legends

GCSE Python Legends

Assessment

Quiz

Computers

1st - 12th Grade

Practice Problem

Medium

Created by

D Hesketh

Used 47+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?