Class XI IP - MCQ

Class XI IP - MCQ

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Lists in Python 2

Lists in Python 2

10th Grade - University

20 Qs

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

Lists and 2d lists(arrays)

Lists and 2d lists(arrays)

12th Grade

16 Qs

Python Lists

Python Lists

11th Grade

20 Qs

list in python

list in python

10th - 12th Grade

15 Qs

Lists - Built in Functions

Lists - Built in Functions

11th Grade

20 Qs

list 3

list 3

9th - 12th Grade

15 Qs

Class XI IP - MCQ

Class XI IP - MCQ

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Remya George

Used 30+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Accessing list element through it’s index is known as traversing list.

True

False

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If the list index is starting with 0,1,2 and so on for the list, is known as __________ indexing.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

To access list from reverse order is known as ___________ indexing.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You can traverse the list in for loop without range function

False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Slicing means displaying list elements from a start position to end position with specified step values.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1= l[0:4] will return

First four elements

First three elements

Elements between 0 and 4

All of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

s1=[1:-1] will return

First to the last element

Second to second last element

First to the second element

First index to index 2

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?