English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 9 - Lists, Tuples, Sets and Dictionary [Latest edition]

Advertisements

Chapters

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 9 - Lists, Tuples, Sets and Dictionary - Shaalaa.com
Advertisements

Solutions for Chapter 9: Lists, Tuples, Sets and Dictionary

Below listed, you can find solutions for Chapter 9 of Tamil Nadu Board of Secondary Education Samacheer Kalvi for Computer Science [English] Class 12 TN Board.


Evaluation
Evaluation [Pages 167 - 169]

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board 9 Lists, Tuples, Sets and Dictionary Evaluation [Pages 167 - 169]

Part I - Choose the best answer (1 Marks)

Evaluation | Q 1. | Page 167

Pick odd one in connection with collection data type?

  • List

  • Tuple

  • Dictionary

  • Loop

Evaluation | Q 2. | Page 167

Let list1 = [2,4,6,8,10], then print(List1[-2]) will result in ______

  • 10

  • 8

  • 4

  • 6

Evaluation | Q 3. | Page 167

Which of the following function is used to count the number of elements in a list?

  • count()

  • find()

  • len()

  • index()

Evaluation | Q 4. | Page 167

If List = [10 ,20 ,30 ,40 ,50] then List[2] = 35 will result ______

  • [35,10,20,30,40,50]

  • [10,20,30,40,50,35]

  • [10,20,35,40,50]

  • [10,35,30,40,50]

Evaluation | Q 5. | Page 167

If List = [17,23,41,10] then List.append(32) will result ______

  • [32,17,23,41,10]

  • [17,23,41,10,32]

  • [10,17,23,32,41]

  • [41,32,23,17,10]

Evaluation | Q 6. | Page 167

Which of the following Python function can be used to add more than one element within an existing list?

  • append()

  • append_more()

  • extend()

  • more()

Evaluation | Q 7. | Page 167

What will be the result of the following Python code?

S = [x**2 for x in range(5)]
print(S)

  • [0,1,2,4,5]

  • [0,1,4,9,16]

  • [0,1,4,9,16,25]

  • [1,4,9,16,25]

Evaluation | Q 8. | Page 168

What is the use of the type() function in python?

  • To create a Tuple.

  • To know the type of an element in the tuple.

  • To know the data type of python object.

  • To create a list.

Evaluation | Q 9. | Page 168

Which of the following statement is not correct?

  • A list is mutable.

  • A tuple is immutable.

  • The append() function is used to add an element.

  • The extend() function is used in the tuple to add elements to a list.

Evaluation | Q 10. | Page 168

Let setA = {3,6,9}, setB = {1,3,9}. What will be the result of the following snippet?

print(setA|setB)

  • {3,6,9,1,3,9}

  • {3,9}

  • {1}

  • {1,3,6,9}

Evaluation | Q 11. | Page 168

Which of the following set operation includes all the elements that are in two sets but not the ones that are common to two sets?

  • Symmetric difference

  • Difference

  • Intersection

  • Union

Evaluation | Q 12. | Page 168

The keys in Python, the dictionary is specified by ______

  • =

  • ;

  • +

  • :

Part II - Answer the following questions (2 Marks)

Evaluation | Q 1. | Page 168

What is a List in Python?

Evaluation | Q 2. | Page 168

How will you access the list elements in reverse order?

Evaluation | Q 3. | Page 168

What will be the value of x in following python code?

List1 = [2,4,6[1,3,5]]
x = len(List1)

Evaluation | Q 4. | Page 168

Differentiate del with remove( ) function of List.

Evaluation | Q 5. | Page 169

Write the syntax of creating a Tuple with n number of elements.

Evaluation | Q 6. | Page 169

What is set in Python?

Part III - Answer the following questions (3 Marks)

Evaluation | Q 1. | Page 169

What are the advantages of Tuples over a list?

Evaluation | Q 2. | Page 169

Write a short note about sort( ).

Evaluation | Q 3. | Page 169

What will be the output of the following code?

list = [2**x for x in range(5)]
print(list)

Evaluation | Q 4. | Page 169

Explain the difference between del and clear( ) in the dictionary with an example.

Evaluation | Q 5. | Page 169

List out the set operations supported by python.

Evaluation | Q 6. | Page 169

What is the difference between List and Dictionary?

Part IV - Answer the following questions (5 Marks)

Evaluation | Q 1. | Page 169

What the different ways to insert an element in a list. Explain with a suitable example.

Evaluation | Q 2. | Page 169

What is the purpose of range( )? Explain with an example.

Evaluation | Q 3. | Page 169

What is a nested tuple? Explain with an example.

Evaluation | Q 4. | Page 169

Explain the different set operations supported by python with suitable examples.

Solutions for 9: Lists, Tuples, Sets and Dictionary

Evaluation
Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 9 - Lists, Tuples, Sets and Dictionary - Shaalaa.com

Samacheer Kalvi solutions for Computer Science [English] Class 12 TN Board chapter 9 - Lists, Tuples, Sets and Dictionary

Shaalaa.com has the Tamil Nadu Board of Secondary Education Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Samacheer Kalvi solutions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education 9 (Lists, Tuples, Sets and Dictionary) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Samacheer Kalvi textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in Computer Science [English] Class 12 TN Board chapter 9 Lists, Tuples, Sets and Dictionary are Introduction to List, Tuples, Introduction of Set, Introduction to Dictionaries.

Using Samacheer Kalvi Computer Science [English] Class 12 TN Board solutions Lists, Tuples, Sets and Dictionary exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Samacheer Kalvi Solutions are essential questions that can be asked in the final exam. Maximum Tamil Nadu Board of Secondary Education Computer Science [English] Class 12 TN Board students prefer Samacheer Kalvi Textbook Solutions to score more in exams.

Get the free view of Chapter 9, Lists, Tuples, Sets and Dictionary Computer Science [English] Class 12 TN Board additional questions for Mathematics Computer Science [English] Class 12 TN Board Tamil Nadu Board of Secondary Education, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×