
Tuples

Quiz
•
Computers
•
4th Grade - Professional Development
•
Medium
Preethi Rajasekaran
Used 38+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Choose the correct about Tuples
Collection of items which are ordered
tuples cannot be changed
tuples uses square brackets
values of tuples can be accessed by indexing
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose the correct syntax of Tuple
tuple=[200,50]
tuple=(200,50)
tuple={200,50}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How to get the index of any value of tuple
tuple.index(value)
tuple.index[value]
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
tuple1=(5,25,15,10,30)
print(max(tuple1))
What is printed in console?
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
tuple2=('p','s','r','d','b')
print(max(tuple2))
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
tuple1=(5,25,15,10,30, 'abc', 'pqr',2010)
print(max(tuple1))
Type error: max and min are not supported between instances of integer and string
2010, pqr
2010
pqr
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
True about max and min of tuples
can be applied with tuples having only integers or only alphabets
cannot be applied with tuples having only integers or only alphabets
cannot be applied to the mixed datatypes values in a tuple
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
databasussybaka

Quiz
•
11th Grade
15 questions
MYSQL

Quiz
•
12th Grade
11 questions
Understanding Tuples: Static or Dynamic Data Structures

Quiz
•
11th Grade
8 questions
Data Structures Quiz

Quiz
•
12th Grade
10 questions
104-P-01: Delegates and lambdas

Quiz
•
University
10 questions
Chapter 7

Quiz
•
University
14 questions
Python Tuples Quiz

Quiz
•
11th Grade
15 questions
Python Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade