Strings in Python

Strings in Python

University

100 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

University

100 Qs

CS1101 Python Final Exam practice

CS1101 Python Final Exam practice

University

103 Qs

ICT test

ICT test

University

100 Qs

ICT 101 продолжение

ICT 101 продолжение

University

100 Qs

Mid Term Practice AX1

Mid Term Practice AX1

University

95 Qs

Pertandingan PAL Online

Pertandingan PAL Online

University

100 Qs

CS322 FINAL EXAMINATIONS

CS322 FINAL EXAMINATIONS

12th Grade - University

100 Qs

Django

Django

University

100 Qs

Strings in Python

Strings in Python

Assessment

Quiz

Computers

University

Easy

Created by

Chaitrali Kardile

Used 1+ times

FREE Resource

100 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 'abc' + 'def'?
'abcdef'
'abc def'
'abc+def'
Error

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts a character to its ASCII value?
ord()
chr()
ascii()
code()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 'Python'[:3]?
'Pyt'
'yth'
'hon'
Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'in' operator do in strings?
Checks membership
Concatenates strings
Multiplies strings
Deletes a string

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 'abc' + 'def'?
'abcdef'
'abc def'
'abc+def'
Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts a character to its ASCII value?
ord()
chr()
ascii()
code()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of 'Python'[:3]?
'Pyt'
'yth'
'hon'
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?