How many built-in data structures Python has?

Python Quiz 7

Quiz
•
Professional Development
•
University
•
Medium
ENDURO SRM
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Two
Four
Eight
More than eight
Answer explanation
Python has 4 built-in Data Structures -
List
Tuple
Set
Dictionary
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following data structure is unordered?
List
Tuple
Dictionary
None of these
Answer explanation
List and Tuple are Ordered
Set and Dictionary are Unordered
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Why we used set data structure to store the alphabets of the word?
Because sets cannot be changed
Because sets are unordered
Because sets work well with strings
Because sets stores unique values
Answer explanation
Like in case of "Loop"
We want set to be {'L', 'O', 'P'},
not {'L', 'O', 'O', 'P'}
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which statement can be used to close the game?
root.quit( )
root.commit( )
root.exit( )
root.close( )
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will this line of code do?
e1.delete(0, tkinter.END)
Remove the first character entered in Entry box e1
Edit the last character entered in Entry box e1
Print all the characters entered in Entry box e1
Remove all the characters entered in Entry box e1
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the use of global keyword before a variable name?
To use the variable both inside and outside a function
To have two variables with same name
To make the variable value unchangeable
To export the variable to other program files
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which method takes all items in an iterable and joins them into one string?
join() method
connect() method
str() method
concatenate() method
Answer explanation
Eg - ' '.join(word_list)
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
QUIZ 3 : ACCOUNTING FOR RECEIVABLES

Quiz
•
1st Grade - University
8 questions
Root Cause Analysis

Quiz
•
4th Grade - Professio...
15 questions
ICAEW CFAB ACCOUNTING (AG) - ch. 6

Quiz
•
University
15 questions
DN_TM08 - ASP Net Core

Quiz
•
University - Professi...
7 questions
Üniversitemizi Tanıyalım

Quiz
•
University
10 questions
Teaching Strategies for All

Quiz
•
University
15 questions
ICAEW CFAB ACCOUNTING (AG)

Quiz
•
University
15 questions
Game play 02

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade