Unit 8 CS Python Test

Unit 8 CS Python Test

12th Grade

15 Qs

quiz-placeholder

Similar activities

STRING MANIPULATION (PYTHON)

STRING MANIPULATION (PYTHON)

11th - 12th Grade

10 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

Chapter 8 String Manipulations

Chapter 8 String Manipulations

12th Grade

15 Qs

Python Strings & Lists

Python Strings & Lists

11th - 12th Grade

20 Qs

L.8. STRINGS AND STRING MANIPULATION - 2

L.8. STRINGS AND STRING MANIPULATION - 2

12th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Unit 8 CS Python Test

Unit 8 CS Python Test

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Charles Martinez

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1='ComputerScience' What is the output of print(s1[::-1])

Cmptrcinc

ComputerScience

ecneicSretupmoC

cnicrtpmC

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which error is generated when the index is not an integer?

Index Error

Type error

Name error

Bound error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To change 'cool' from 'COOL', which function should be used?

upper()

lower()

capitalize()

title()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When using find(), if str is not present in the string then what is returned?

0

1

-1

Null

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to change 'save earth' to 'Save Earth'?

capitalize()

swapcase()

title()

upper()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct result from the following.

ord('10')=50

chr(72)='H'

chr(55)=9

ord('z')=123

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which error is generated when a character in a string variable is modified?

Index error

Name error

Type error

unbound local error

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?