Quiz-3

Quiz-3

Professional Development

10 Qs

quiz-placeholder

Similar activities

Mind Exercise

Mind Exercise

Professional Development

10 Qs

11142020_A+_Lesson_5_Quiz

11142020_A+_Lesson_5_Quiz

Professional Development

10 Qs

LAB NOC SIMULASI EXAM

LAB NOC SIMULASI EXAM

Professional Development

10 Qs

IT Literacy Challenge

IT Literacy Challenge

Professional Development

13 Qs

Python Test 1

Python Test 1

Professional Development

10 Qs

PYTHON VOCABULARY

PYTHON VOCABULARY

Professional Development

10 Qs

Program Pengolah Kata

Program Pengolah Kata

Professional Development

10 Qs

Python RestAPI Quiz

Python RestAPI Quiz

Professional Development

14 Qs

Quiz-3

Quiz-3

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Pravat Jena

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does it mean that strings are immutable in Python?

Strings can be modified in place

B Strings cannot be created s

Strings cannot be changed after creation

Strings cannot be used in loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of s = "Python"; print(s[: : -2])?

Ph

y

P

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does bin(10) return?

"10"

"0b1010"

"1010"

"0x1010"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of "abc" * 3 in Python?

abcabcabc

abc3

Error

9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method converts the first character of a string to uppercase and the rest to lowercase?

upper()

capitalize()

title()

lower()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

text = "FDP:-Python@E310"

print(text[1:4])

DP:-

FDP:

:-Py

@E31

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

word = "DataScience"

print(word[-6:-2])

ence

Scie

ienc

cien

Access all questions and much more by creating a free account

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

Already have an account?