PYTHON_CHAPTER 8

PYTHON_CHAPTER 8

University

10 Qs

quiz-placeholder

Similar activities

Quiz 2

Quiz 2

University

15 Qs

Python debugging

Python debugging

University

10 Qs

Week 7 Quiz

Week 7 Quiz

University

15 Qs

Arrays

Arrays

KG - University

10 Qs

Qûîz

Qûîz

University

15 Qs

Computational Thinking in Python[Quiz 3]

Computational Thinking in Python[Quiz 3]

University

15 Qs

Python Week 4

Python Week 4

University

8 Qs

Quiz3

Quiz3

University

12 Qs

PYTHON_CHAPTER 8

PYTHON_CHAPTER 8

Assessment

Quiz

Computers

University

Easy

Created by

Marliana (AS)

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _____ is an object that contains multiple data items.

dictionary

list

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are mutable, which means that their contents _____.

CAN be changed during a program’s execution

CANNOT be changed during a program’s execution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each element or value that is inside of a list is called an _____.

index

item

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

List literals are written within _____.

square brackets [ ]

curly brackets { }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Uses square brackets [ ] to access data, with the first element at _____.

index 0

index 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Create an empty list named CC3.

CC3=[ ]

CC3={ }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the suitable method for the following statement:

CC3._____(3,"MUHAMMAD AMAR AQASHA").

insert

append

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?