PYTHON_MODULE3

PYTHON_MODULE3

Professional Development

10 Qs

quiz-placeholder

Similar activities

TNP Test

TNP Test

Professional Development

15 Qs

QuizPandas

QuizPandas

Professional Development

5 Qs

Kuis Indikator Daya Saing Produk Ekspor

Kuis Indikator Daya Saing Produk Ekspor

Professional Development

10 Qs

tushal jadhav (host)

tushal jadhav (host)

Professional Development

15 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Moringa JavaScript Arrays

Moringa JavaScript Arrays

5th Grade - Professional Development

10 Qs

Jovenes a Programar

Jovenes a Programar

KG - Professional Development

10 Qs

CodeMonkey Platform Management & Resources

CodeMonkey Platform Management & Resources

Professional Development

10 Qs

PYTHON_MODULE3

PYTHON_MODULE3

Assessment

Quiz

Education

Professional Development

Hard

Created by

Sumathi K

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

1. What will be the output of above Python code?

str1="6/4"

print("str1")

1

6/4

1.5

str1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will result in an error?

str1="python"

print(str1[2])

str1[1]="x"

print(str1[0:9])

Both (b) and (c)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of below Python code?

str1="Information"

print(str1[2:8])

format

formatio

orma

ormat

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of below Python code?

str1="poWer"

str1.upper()

print(str1)

POWER

Power

power

poWer

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

str1="Stack of books"
print(len(str1))

13

14

15

16

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

String can be a _________.

Letter

Digit

Whitespace & Symbol

All of the above 

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A string can be assign by enclosing ______ quote.

Single

Double

Triple

All of the above

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?