Topics-Lists: introduction, indexing, list operations (concatenation, repetition, membership and slicing), traversing a list using loops, built-in functions/methods–len(), list(), append(), extend(), insert(), count(), index(), remove(), pop(), reverse(), sort(), sorted(), min(), max(), sum(); nested lists, suggested programs: finding the maximum, minimum, mean of numeric values stored in a list; linear search on list of numbers and counting the frequency of elements in a list.

1. What is a list in python programming?

 
 
 
 

2. How can you access individual elements in a list?

 
 
 
 

3. Which of the following list operations combines two or more lists together?

 
 
 
 

4. Which list operation repeats a list a certain number of times?

 
 
 
 

5. How can you traverse a list in Python?

 
 
 
 

6. Which built-in function is used to determine the length of a list?

 
 
 
 

7. Which built-in method is used to add an element to the end of a list?

 
 
 
 

8. Which built-in method is used to add multiple elements to the end of a list?

 
 
 
 

9. Which built-in method is used to insert an element at a specific index in a list?

 
 
 
 

10. Which built-in method is used to count the occurrences of an element in a list?

 
 
 
 

11. Which built-in method is used to find the index of the first occurrence of an element in a list?

 
 
 
 

12. Which built-in method is used to remove an element from a list?

 
 
 
 

13. Which built-in method is used to remove and return the last element from a list?

 
 
 
 

14. Which built-in method is used to reverse the order of elements in a list?

 
 
 
 

15. Which built-in function is used to find the minimum value in a list of numeric values?

 
 
 
 

By cbsepython

A complete solution for the students of class 9 to 12 having subject Information Technology (402), Computer Science (083). Explore our website for all the useful content as Topic wise notes, Solved QNA, MCQs, Projects and Quiz related to the latest syllabus.

Copywrite © 2020-2024, CBSE Python,
All Rights Reserved