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
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
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
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade