Lists  in Python

Lists in Python

11th Grade

6 Qs

quiz-placeholder

Similar activities

Python Lists

Python Lists

9th - 12th Grade

7 Qs

Coding - Advanced Level

Coding - Advanced Level

8th Grade - Professional Development

11 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

GCSE Computing: 2.2 Data Structures #1

GCSE Computing: 2.2 Data Structures #1

10th - 11th Grade

10 Qs

[AP CSP] Unit 4 Review: Functions and Lists

[AP CSP] Unit 4 Review: Functions and Lists

9th - 12th Grade

10 Qs

Lists beginner quiz

Lists beginner quiz

11th Grade

9 Qs

Sorting Algorithms

Sorting Algorithms

9th - 12th Grade

10 Qs

Lists quiz intermediate

Lists quiz intermediate

11th Grade

7 Qs

Lists  in Python

Lists in Python

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Jaseela Seeyad

Used 8+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. A list is ------------------------------ data type

sequence

selection

iteration

None of hese

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

List need not be always----------------------------------------

Non Homogeneous

Homogeneous

sequence

selective

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. Lists are indexed by an ----------------------------------------------

decimal

neither integer nor dcimal

integer

fraction

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1.In a list elements are enclosed in----------------------------------

square bracket

curly bracket

parenthesis

None of these

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1. Lists are ---------------------------------, you can update or edit the list

Immutable

Mutable

Both

None of these

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

-------------------method is used to delete elements from a list if index is not known

pop

push

remove

insert