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: 13/05/2022
QB365 provides detailed and simple solution for every Creative Questions in class 12 Computer Science Subject. It will helps to get more idea about question pattern in every Creative questions with solution.
latest Creative QuestionsDownload 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.
How will create a set in python? Give an example.
2.
Differentiate list and tuple.
3.
Write the output for the following.
list = [36, 12, 12]
(I) print (list. count (12))
(ii) print (list. index (12))
(iii) print (list. reverse ())
4.
Read the following and write the output given by the print function mentione(d)
list = [12, 89, 34, 79, 80]
(I) print (list. remove (34))
(Ii) print (list. pop (1))
(iii) print (list. clear ())
5.
Read the following program and write the output according to the print statement mentioned
list = ['T', 'H', 'N', 'M']
del list [1]
(i) print (list)
del list [1:3]
(ii) print (list)
del list
(iii) print (list)
1.
(i) A set is created by placing all the elements separated by comma within a pair of curly brackets. The set( ) function can also used to create sets in Python.
(ii) Syntax:
See Variable = {E1, E2, E3 .......... En}
(iii) Example:
> > > S1 = {1, 2, 3, 'A', 3.14}
> > > print(S1)
{1, 2, 3, 3.14, 'A'}
> > > S2={1, 2, 2, 'A', 3.14}
> > > print(S2)
{1, 2, 'A', 3.14}
In above examples, the set S1 is created with different types of elements without duplicate values. Whereas in the set S2 is created with duplicate values, but Python accepts only one element among the duplications, which means python removed the duplicate value because a set in Python cannot have duplicate elements.
2.
(i) In a list, elements are defined within square brackets, whereas in tuples, they may be enclosed by parenthesis.
(ii) The elements of a tuple can be even defined without parenthesis.
(iii) Whether the elements defined within parenthesis or without parenthesis, there is no differente in it's function.
3.
Output:
(i) 2
(ii) 1
(iii) [12, 12, 36]
4.
Output:
(i) 12, 89, 79, 80
(ii) 12, 79, 80
(iii) []
5.
Output:
(i) ['T', 'N', 'M']
(ii) ['T'
(iii) Error
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