Python_quiz

Python_quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

Season 1 #Spaic Python Weekly Quiz

Season 1 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Class XI_Introduction to Python

Class XI_Introduction to Python

11th Grade

20 Qs

Python Tuple

Python Tuple

11th Grade

15 Qs

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

Python IF Statements

Python IF Statements

9th - 12th Grade

10 Qs

Lý thuyết về Python

Lý thuyết về Python

3rd Grade - University

10 Qs

Mixed Review Python

Mixed Review Python

9th - 12th Grade

10 Qs

JavaScript

JavaScript

3rd Grade - University

20 Qs

Python_quiz

Python_quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Pallabi Mazumdar

Used 7+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the Correct statement for Tuple

Tuple is ordered and mutable

Tuple is unordered and mutable

Tuple is ordered and immutable

Tuple is unordered and mutable

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Tuples can contain elements of any data type.(T/F)

True

False

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In tuples values are enclosed in __________________

Square brackets

Curly brackets

Parenthesis

None of the above

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Write the output of the following.

(python)

(“Python”)

(‘P’ , ‘y’ , ‘t’ , ‘h’ , ‘o’ , ‘n’)

None of the above

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

len( ) function returns the number of elements in tuple.(T/F)

True

False

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Find the output

(‘P’, ‘y’, ‘t’, ‘h’, ‘o’, ‘n’)

[‘P’, ‘y’, ‘t’, ‘h’, ‘o’, ‘n’]

none of the above

Error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Find the output

28

29

27

26

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?