Strings in Python

Strings in Python

University

100 Qs

quiz-placeholder

Similar activities

Тест по ИКТ

Тест по ИКТ

University

101 Qs

Programming in C Week 1-5(All C topics)

Programming in C Week 1-5(All C topics)

University

102 Qs

окм сурактары

окм сурактары

University

100 Qs

Basic To String Test

Basic To String Test

University

100 Qs

Information and Communication Technology- Pretest

Information and Communication Technology- Pretest

University

100 Qs

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

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

University

100 Qs

C- function, ptr, str, file storage class

C- function, ptr, str, file storage class

University

100 Qs

PHP finals reviewer

PHP finals reviewer

University

101 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?