Creating & Altering Data Structures module review (Module 8)

Creating & Altering Data Structures module review (Module 8)

9th - 12th Grade

16 Qs

quiz-placeholder

Similar activities

Tuples

Tuples

11th Grade

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

Python Quiz

Python Quiz

12th Grade

15 Qs

Python List, and String

Python List, and String

10th Grade - University

20 Qs

CodeHS Unit 8

CodeHS Unit 8

10th - 12th Grade

12 Qs

Code.org Unit 8

Code.org Unit 8

10th - 12th Grade

12 Qs

PYTHON PROGRAMMING

PYTHON PROGRAMMING

9th - 12th Grade

20 Qs

Python Tuple

Python Tuple

11th Grade

15 Qs

Creating & Altering Data Structures module review (Module 8)

Creating & Altering Data Structures module review (Module 8)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Brendan Aydt

Used 101+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of data structure is "stuff" in the following declaration?

list

string

2d list

tuple

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What kind of data structure is "stuff" in the following declaration?

list

string

2d list

tuple

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a true statement?

Tuples are mutable, but lists are not.

Lists are mutable, but tuples are not.

Lists and tuples are both mutable.

Neither lists nor tuples are mutable.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of these lines of code will cause an error if sizes = (12, 12, 14, 10)?

1

2

3

4

5

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is printed by the following code?

azbzc

azbzcz

zabc

abcz

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of num after the following code is run?

0

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the value of num after the following code is run?

0

5

error

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?