
7.6.1 Basic Data Structures Quiz
Authored by Zarina Mohammad
Professional Development
Professional Development
Used 24+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of data structure is user_data in the following declaration? user_data = ("TJ", 24, "artLover123")
Tuple
List
String
2d List
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of data structure is user_data in the following declaration? user_data = ["TJ", 24, "artLover123"]
Tuple
List
String
2d List
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following lines of code will cause an error? Use the following definition of ages:
ages = (12, 5, 8)
ages = ages + (1, 3, 5)
print (ages[2])
ages = ages[2:]
ages[0] = 3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code snippet print? fruit = ["b", "n", "n"]
print ("a".join(fruit))
bnn
ba na na
banan
banana
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of num after this code runs? shapes = ["triangle", "square", "hexagon", "circle", "pentagon"] num = len(shapes)
0
4
5
35
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this program print?
My favorite animal is a dog or penguin
My favorite animal is a penguin or chipmunk
My favorite animal is a dog penguin chipmunk
My favorite animal is a dog or chipmunk
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following data structures is immutable?
Tuple
List
Dictionary
2d List
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?