functions

functions

9th Grade

8 Qs

quiz-placeholder

Similar activities

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Variables & Data Types

Variables & Data Types

6th - 12th Grade

10 Qs

C++ Arrays

C++ Arrays

8th - 12th Grade

12 Qs

ПИТОН

ПИТОН

9th Grade

9 Qs

Mastering Python String Techniques

Mastering Python String Techniques

9th - 12th Grade

10 Qs

Ch 6 - Strings Pt 2

Ch 6 - Strings Pt 2

9th - 12th Grade

10 Qs

Python Data types

Python Data types

5th - 12th Grade

10 Qs

Programming - Data Types

Programming - Data Types

1st - 10th Grade

10 Qs

functions

functions

Assessment

Quiz

Computers

9th Grade

Medium

Created by

sangamithrai L

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “springdays22” is the given string, check whether it is alpha-numeric or not.

isalpha()

isalnum()

isdigit()

lower()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “9753124680” is the given string, check whether it is digit string or not.

isalpha()

isdigit()

isalnum()

islower()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “WEDNESDAY” is the given string, convert the string to lowercase.

islower()

upper()

lower()

isupper()

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “WEDNESDAY” is the given string, check whether the string contains only upper case.

lower()

upper()

isupper()

capitalize()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “helloall” is the given string, check whether the string contains only lowercase.

upper()

lower()

islower()

isupper()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “tech2023” is the given string, check whether the string contains only alphabets

isalnum()

isdigit()

isalpha()

islower()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.      “classix” is the given string, convert the string to uppercase

islower()

lower()

upper()

isupper()

8.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

'technology' is the given string , converting the first letter to uppercase is done by

isalpha()

isalnum()

captitalize()

isdigit()