PY LEVEL 1 QUIZ 4

PY LEVEL 1 QUIZ 4

8th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

KS3 Algorithm

KS3 Algorithm

7th - 8th Grade

17 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

HTML Basics

HTML Basics

8th - 10th Grade

10 Qs

Lists and 2d lists(arrays)

Lists and 2d lists(arrays)

12th Grade

16 Qs

Python Revision Tour (String, List, Tuple)

Python Revision Tour (String, List, Tuple)

12th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Python PCEP Questions

Python PCEP Questions

10th - 12th Grade

19 Qs

PY LEVEL 1 QUIZ 4

PY LEVEL 1 QUIZ 4

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Unbound Quiz

Used 34+ times

FREE Resource

AI

Enhance your content

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What letter will be printed on the screen after running this code:
e
x
t
Nothing prints

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the position of the name "Robert" in the following list:
0
1
2
3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does the APPEND procedure do in the following code:
Adds Liverpool to the beginning of the list
Replaces Bristol with Liverpool
Replaces Manchester with Liverpool
Adds Liverpool to the end of the list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the following code, "city" is an example of a what?
List
Loop
Variable
Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each item in a list has an "address" or index. The first index in a Python list is what?
0
1
a
A

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What output will this code produce?
['France', 'Wales', 'England']
France
['France', 'Wales', 'England']
Wales
France, Wales, England
Wales
France  Wales  England
France

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What output will this code produce?
['France', 'Wales', 'England']
Ireland
['France', 'Ireland', 'England']
['France', 'Ireland', 'Wales', 'England']
['Ireland', 'Wales', 'England']

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?