Lists  in Python

Lists in Python

11th Grade

6 Qs

quiz-placeholder

Similar activities

Comp Sci Unit 3 #12

Comp Sci Unit 3 #12

11th Grade

10 Qs

ArrayLists

ArrayLists

11th - 12th Grade

10 Qs

S3 Software Dev Quiz

S3 Software Dev Quiz

KG - University

10 Qs

Python Data Types Quiz

Python Data Types Quiz

11th Grade

10 Qs

Python Quiz - 4

Python Quiz - 4

4th - 11th Grade

10 Qs

Recursion in Java (AP Computer Science A)

Recursion in Java (AP Computer Science A)

9th - 12th Grade

10 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

2.1.3 CSE Arrays

2.1.3 CSE Arrays

9th - 12th Grade

9 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