functions

functions

9th Grade

8 Qs

quiz-placeholder

Similar activities

Micro:bit

Micro:bit

4th Grade - University

12 Qs

Bài tập trắc nghiệm C++(tiếp)

Bài tập trắc nghiệm C++(tiếp)

3rd Grade - University

10 Qs

Язык программирования Паскаль

Язык программирования Паскаль

8th - 9th Grade

10 Qs

LEFT_RIGHT_MID Excel Functions Quiz

LEFT_RIGHT_MID Excel Functions Quiz

9th Grade - University

10 Qs

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

แบบทดสอบหลังเรียนบทที่ 2 สร้างสรรค์ผลงานด้วยภาษาไพทอน

9th Grade

10 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

functions

functions

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

sangamithrai L

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

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()