2d lists in python

Quiz
•
Computers
•
7th Grade
•
Medium
Janelle Yearwood
Used 43+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a 2D list in Python?
A 2D list in Python is a single list with multiple dimensions.
A 2D list in Python is a list of lists.
A 2D list in Python is a list of tuples.
A 2D list in Python is a dictionary of lists.
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What is the syntax to access an element in a 2D list?
list_name(row_index)(column_index)
list_name[row_index, column_index]
list_name[row_index][column_index]
list_name[row_index][column_index]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of row and column in a 2D list.
Rows go from right to left, and columns go from bottom to top in a 2D list.
Rows go from bottom to top, and columns go from left to right in a 2D list.
Rows go from left to right, and columns go from top to bottom in a 2D list.
Rows go from top to bottom, and columns go from left to right in a 2D list.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a 1D list and a 2D list?
1D lists can only store integers, while 2D lists can store any data type.
In a 1D list, elements are arranged vertically, while in a 2D list, elements are arranged horizontally.
In a 1D list, elements are arranged in a single dimension, while in a 2D list, elements are arranged in multiple dimensions.
1D lists are used for text data, while 2D lists are used for numerical data.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can a 2D list have different lengths of sublists?
Rarely
Yes
No
Sometimes
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add a new row to a 2D list?
my_2d_list.extend(new_row)
my_2d_list.insert(new_row)
my_2d_list.add(new_row)
my_2d_list.append(new_row)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of len(my_list) for a 2D list?
Number of rows in the 2D list
Sum of elements in the 2D list
Total elements in the 2D list
Number of columns in the 2D list
Similar Resources on Wayground
10 questions
Excel Review

Quiz
•
7th - 12th Grade
10 questions
Formulas in Excel

Quiz
•
6th - 9th Grade
10 questions
Typing Quiz

Quiz
•
6th - 9th Grade
10 questions
Revision- IT

Quiz
•
7th - 10th Grade
10 questions
HTML_codekit

Quiz
•
6th - 8th Grade
10 questions
CF Unit 10

Quiz
•
7th Grade
10 questions
CompSci - KS3 - MS Access Database

Quiz
•
7th - 9th Grade
11 questions
Jenis & Teknik Animasi

Quiz
•
7th - 11th 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
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
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade