Python_quiz

Python_quiz

11th Grade

15 Qs

quiz-placeholder

Similar activities

computer science

computer science

11th Grade

13 Qs

Data Type- XI

Data Type- XI

11th Grade

10 Qs

Python Revision

Python Revision

11th - 12th Grade

15 Qs

Python Tuples Review

Python Tuples Review

11th Grade

15 Qs

Computer Science Tuples

Computer Science Tuples

11th - 12th Grade

15 Qs

Tuples

Tuples

11th - 12th Grade

15 Qs

H466 - Arrays, Records, Tuples and Lists

H466 - Arrays, Records, Tuples and Lists

11th Grade - University

10 Qs

PYTHON TUPLE QUIZ

PYTHON TUPLE QUIZ

11th Grade

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?