Class XI Test

Class XI Test

11th Grade

10 Qs

quiz-placeholder

Similar activities

Programming - Screening Test

Programming - Screening Test

3rd Grade - Professional Development

15 Qs

Python and PseudoCode Quiz

Python and PseudoCode Quiz

10th Grade - University

15 Qs

ONE 6th FORM Introduction to Python Basics

ONE 6th FORM Introduction to Python Basics

11th Grade

15 Qs

Do Now Lesson 2

Do Now Lesson 2

9th - 12th Grade

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

Gateway Level 3 Python Quiz 3

Gateway Level 3 Python Quiz 3

9th - 12th Grade

15 Qs

Quiz1_HPB2021_2010t1

Quiz1_HPB2021_2010t1

1st - 12th Grade

10 Qs

PYTHON DICTIONARIES

PYTHON DICTIONARIES

11th Grade

14 Qs

Class XI Test

Class XI Test

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Amrita Singh

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following commands will create a list?

list1 = list()

list1 = []

list1 = list([1, 2, 3])

all of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose listExample is [‘h’,’e’,’l’,’l’,’o’], what is len(listExample)?

5

4

None

error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods is used to remove the first occurrence of a specified element from a list in Python?

remove()

pop()

delete()

discard()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python code snippet?

[1, 2, 4, 5]

[1, 2, 3, 5]

[1, 2, 4]

[1, 2, 3, 4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following Python code snippet?

[1, 2, 3, 10, 4, 5]

[1, 2, 10, 3, 4, 5]

[1, 2, 3, 4, 10, 5]

[1, 2, 3, 4, 5, 10]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following Python code snippet?

2

3

4

5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods is used to concatenate two lists in Python?

merge()

concat()

join()

extend()

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?