PYTHON-STRINGS

PYTHON-STRINGS

12th Grade

50 Qs

quiz-placeholder

Similar activities

Python Final Exam

Python Final Exam

9th - 12th Grade

46 Qs

Python Programming Certification Exam

Python Programming Certification Exam

9th - 12th Grade

46 Qs

Test

Test

12th Grade

45 Qs

Python 3 Loops

Python 3 Loops

9th - 12th Grade

55 Qs

software dev

software dev

9th - 12th Grade

50 Qs

Week 4 - What is Python?

Week 4 - What is Python?

9th - 12th Grade

46 Qs

GRADE 12 -QUIZ REVIEW - FIRST TERM 2024- 2025

GRADE 12 -QUIZ REVIEW - FIRST TERM 2024- 2025

12th Grade

50 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

9th - 12th Grade

46 Qs

PYTHON-STRINGS

PYTHON-STRINGS

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Vijaya Govindaraj

Used 8+ times

FREE Resource

50 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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?