Strings in python - Test

Strings in python - Test

11th Grade

50 Qs

quiz-placeholder

Similar activities

K11 - Giữa HK II - CS Cánh diều

K11 - Giữa HK II - CS Cánh diều

11th Grade

55 Qs

SUMATIF AKHIR SEMESTER KELAS VII

SUMATIF AKHIR SEMESTER KELAS VII

7th Grade - University

50 Qs

SP- Level 2

SP- Level 2

5th Grade - Professional Development

50 Qs

Sumatif Informatika kelas 9 Seri 2

Sumatif Informatika kelas 9 Seri 2

9th Grade - University

50 Qs

9.2 Homework 4

9.2 Homework 4

9th - 12th Grade

46 Qs

Intro To Networking 123

Intro To Networking 123

9th - 12th Grade

53 Qs

kuis  Jaringan Internet

kuis Jaringan Internet

9th Grade - University

50 Qs

ICT EASY EXAM

ICT EASY EXAM

11th - 12th Grade

50 Qs

Strings in python - Test

Strings in python - Test

Assessment

Quiz

Computers

11th Grade

Practice Problem

Hard

Created by

Sangeetha John

Used 94+ times

FREE Resource

AI

Enhance your content in a minute

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

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 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

45 sec • 1 pt

Which of the operator can be used in Strings?

+

*

Both of the above

None of the above

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Python accepts single ('), double (") and triple (''' or """) quotes to denote strings. Which of the following is NOT acceptable Python syntax?

print('Hello World')

print("Hello World")

print('Hello World")

print(""'Hello World'"")

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is printed by the following statement?

print("P" not in "APCSP")

True

False

Error

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is printed by the following statement?

print("A" in "APCSP")

True

False

Error

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

For strings, the + operator represents

Concatenation

Addition

Appending

Recantation

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

data = "No Way!" The expression len(data) evaluates to:

7

9

8

6

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?