PYTHON_CHAPTER 8

PYTHON_CHAPTER 8

University

10 Qs

quiz-placeholder

Similar activities

Python - Year 8

Python - Year 8

3rd Grade - University

10 Qs

SatPy

SatPy

University - Professional Development

10 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Basics of C

Basics of C

University

10 Qs

Software Testing Basics

Software Testing Basics

University

15 Qs

Python quiz

Python quiz

University - Professional Development

10 Qs

HTML Introduction

HTML Introduction

3rd Grade - Professional Development

10 Qs

kuis PAB1

kuis PAB1

University

10 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?