12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 10/09/2022
QB365 provides a detailed and simple solution for every Possible Creative Questions in Class 12 Computer Science Subject - Lists, Tuples, Sets and Dictionary , English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
Download Tamil Nadu 12th Standard Computer Science question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Computer Science Test

1.
State the working of pop () and clear () function.
2.
How will you delete the elements from the list if the index value is not known?
3.
Write the syntax of deleting elements from the list.
4.
Write the syntax of append () and extend () function.
5.
How will you insert elements in a list? Write the syntax.
6.
Differentiate append () and extend () function.
7.
Write the output for the following code?
8.
Write a syntax that shows the lists are mutable.
9.
Write the syntax of using for keyword to access all elements in the list. Pg 136 x 9.
10.
Write a program to display element in a list ("Physics' ,"Chemistry", "Biology") using loop to get the output
Physics
Chemistry
Biology
11.
Write a program to print all elements in the list using reverse, indexing.
12.
Fill up the following to get the output:
10,23.41,75
Marks = [10.23,41,75]
13.
What is nested list? Give example.
14.
Write the syntax of creating list. Give example.
15.
Name the four collections of data types in python programming language.
1.
(i) pop() function: pope () function can also be used to delete an element using the given index value. pop () function deletes and returns the last element of a list if the index is not given
(ii) clear ( ) function: The function clear( ) is used to delete all the elements in list, it deletes only the elements and retains the list.
2.
The remove( ) function can also be used to delete one or more elements if the index value is not known.
3.
Syntax:
del List [index of an element]
# to delete a particular element
del List [index from : index to]
# to delete multiple elements
del List
# to delete entire list
4.
Syntax:
List.append (element to be added)
List.extend ([elements to be added])
5.
(i) To include an element at your desired position, you can use insert ( ) function. The insert( ) function is used to insert an element at any position of a list.
(ii) Syntax:
List.insert (position index, element)
6.
In Python, append( ) function is used to add a single element and extend( ) function is used to add more than one element to an existing list.
7.
list = [2,4,6]
list [0:3] = [1,3,5]
for x in list:
print (x)
Output: 1
3
5
8.
Syntax:
Lise Variable [index of an element] = Value to be changed
Lise Variable [index from: index to] = Values to be changed
9.
Syntax:
for index_var in list:
print (index_ var)
10.
MySubject = ["Physics", "Chemistry", "Biology"]
i = 0
while i < len(MySubject):
print (MySubject[i])
i = i + 1
11.
Marks = [10, 23, 41, 75]
i= -1
while i >= -4:
print (Marks[i])
i = i+-1
Output:
75
41
23
10
12.
(i) i = 0
(ii) <
(iii) Marks [i]
(iv) i + 1
13.
(i) Mylist contains another list as an element. This type of list is known as "Nested List': Nested list is a list containing another list as an element.
(ii) Example: Mylist = [ "Welcome", 3.14, 10, [2,4,6] ]
14.
Syntax:
Variable = [element-1, element-2, element-3 ................ elernent-n]
Example:
Marks = [10,23,41,75]
Fruits = ["Apple", "Orange", "Mango", "Banana"]
MyList = [ ]
15.
Python programming language has four collections of data types such as List, Tuples, Set and Dictionary.
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards