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: 09/03/2020
12th Standard Computer Application English Medium All Chapter Book Back and Creative Three Mark Questions
Download Tamil Nadu 12th Standard Computer Applications 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 Applications Test

1.
Benefits of Open Source software and tools
2.
When a company is can be called E-business?
3.
Write short notes on web1.0, web2.0, web3.0.
4.
Write short note on Open-Source Software and Developers
5.
How to determine the type of Ethernet Cable?
6.
Li Some Wired Media Help to connect computer with network.
7.
Write short note on. Var_dump( ) function with Example
8.
Write the Characteristics of PHP.
9.
What are the major the functions performed using SQL?
10.
What are the roles of Database administrator?
11.
Write the steps to draw a line
12.
Write the steps to Select Text using the mouse
13.
What are the aspects to divide the EDI standard?
14.
What is EDI interchange?
15.
What are the three widely used card based payment systems?
16.
Define liquidation or clearing system or clearing service.
17.
How Multimedia is used in Multimedia Conferencing
18.
How is multimedia applicable in Medical services?
19.
What is Cyber Squatting?
20.
What is E-Commerce Security system?
21.
Write notes on Flat name Space?
22.
What are the fundamentals of URL?
23.
Explain briefly about fwrite( ) function.
24.
Explain briefly about fclose( ) function.
25.
Write a short notes on Second to Third Generation Bridge of Mobile Networks
26.
List some Applications of Extranet.
27.
Write a php program to display the string "Hello World" 5 times using "for loop".
28.
What is Data sharing?
29.
Write, a PHP program to display independenc day and republic day the greetings using If elseif else statement.
30.
Write a PHP code to display "Have a nice weekend!" if the current day is Friday, otherwise it will output "Have a nice day!" using if-else statement.
31.
Write the advantages of functions.
32.
Write the rules for parameters.
33.
What is the main goal of MySQL and PHP connectivity?
34.
Wha is MySQL?
35.
Write a note on EDIFACT message.
36.
List the various layers of EDI.
37.
Differentiate asymmetric and symmetric algorithms.
38.
List any two E-Commerce Security Threats.
39.
Briefly explain the stored value card and its types.
40.
41.
Write a note on physical product dispute of E-Commerce.
42.
Describe how E-Commerce is related to socio-technological changes?
43.
List out the Popular open source software.
44.
What are the uses of Open source Network Software?
45.
46.
Write a note on crossover cables.
47.
Differentiate web address and URL
48.
Differentiate Domain name and URL
49.
Expand (i) UDP (ii) DNS (iii) OSI (iv) RFID
50.
Write short notes on HTTP, HTTPS, FTP.
51.
What is the use of artificial Intelligence?
52.
Define ARPANET
53.
Write a note PHP MySQL database connection.
54.
Write the Syntax for MySQLi Queries.
55.
Explain the difference between the POST method and GET method of sending data to the server in PHP.
56.
Write the purpose Get method and Post method.
57.
Write short notes on Do while Loop.
58.
Write the purpose of Looping Structure in PHP
59.
Write Short notes on Switch statement
60.
Write the features Conditional Statements in PHP.
61.
Differentiate user defined and system defined Functions.
62.
Write the features of built-in Functions.
63.
Write is the purpose of Web servers?
64.
Write the features of server side scripting language
65.
Write few commands used by DBA to control the entire database.
66.
Explain on Evolution of DBMS.
67.
How do you rejoin split blocks?
68.
Write the use of any three tools in PageMaker along with symbols.
69.
Describe the various file formats in multimedia.
70.
Briefly explain about Multimedia Components.
71.
Draw the For loop Structure and Flow chart
72.
What are the disadvantages of Using Internet?
1.
1. There are many open sources of twares. so, we can select and use any software that suits our needs.
2. The complete options of the software can be used without any cost and restrictions
3. We can share our ideas with the team, write the required code and share it with many.
As we can identify the programming techniques of group members, we can learn many ideas and make our program writing skills more efficient
2.
A company can be called E-Business if and only if
(i) It has the ability to conduct business electronically over the Internet.
(ii) It manages payment transaction through the Internet.
(iii) It has a platform for selling products & services via the Internet.
3.
(i) Web 1.0 (Web of Content) is the early web that contained text, images, and hyperlinks and allowed users only to search for information and read it. There was a very little in the way of user interaction or content generation.
(ii) Web 2.0 (Web of Communication) is a read-write web that allowed users to interact with each other.
(iii) Web 3.0 (Web of Context) is termed as the semantic web or executable web with dynamic applications, interactive services, and "machine-to-machine" interaction.
4.
OSS projects are collaboration opportunities that improve skills and build connections in the field.
Domains that developers can contribute to the open source community include:
(i) Communication tools.
(ii) Distributed revision control systems.
(iii) Bug trackers and task lists.
(iv) Testing and debugging tools.
5.
(i) Straight-through: The coloured wires are in the same sequence at both ends of the cable.
(ii) Cross-over: The first coloured wire at one end of the cable is the third coloured wire at the other end of the cable.
(iii) Roll-over: The coloured wires are in the opposite sequence at either end of the cable,
6.
Computers can be connected on the network with the help of wired media such as unshielded twisted pair
(i) Shielded Twisted pair
(ii) Co-axial cables and Optical fibre
(iii) Wireless media (Infra Red, Bluetooth, WiFi)
7.
(i) The var_dump( ) function is used to dump information about a variable.
(ii) This function displays structured information such as type and value of the given variable.
(iii) Arrays and objects are explored recursively with values indented to show structure.
Example:
\($\)x = "COMPUTER APPUCATION!";
\($\)x = null;
var dump(\($\)x);
?>
OUTPUT: NULL
8.
(i) Open Source
(ii) Case Sensitive
(iii) Simplicity Program language
(iv) Efficiency Program language
(v) Platform Independent Program language
(vi) Security Program language
(vii) Flexibility Program language
(viii) Real-Time Access Monitoring Program language
9.
Few major functions performed using SQL are listed below:
(i) Executes queries against a database.
(ii) Retrieves data from database.
(iii) Inserts and updates records in a database
(iv) Delete records from database
(v) Creates new databases and new tables in a database
10.
(i) Database Administrators (DBA's) who takes care of configuration, installation, performance, security and data backup.
(ii) DBA's possess the skills on database design, database queries, RDMS, SQL and networking.
(iii) The primary task is the creation of new user and providing them with access rights.
11.
1. Select the Line tool from the toolbox. The cursor changes to a crosshair
2. Click and drag on the screen to draw your line. As you drag, a line appears.
3. Release the mouse button and the line will be drawn and selected, with sizing handles on either end. Resize the line by clicking and dragging the handles, if necessary.
12.
To select text using a mouse, follow these steps :
1. Place the Insertion point to the left of the first character to be selected.
2. Press the left mouse button and drag the mouse to a position where you want to stop selecting.
3. Release the mouse button.
4. The selected text gets highlighted.
| To Select | Press |
|---|---|
| A Word | Double-click with I-beam |
| A Paragraph | Triple-click with I-beam |
13.
(i) The EDI standard is mainly divided into the following aspects:
(ii) Basic Standards
(iii) Code Standards
(iv) Message Standards
(v) Document Standards
(vi) Management Standards
(vii) Application Standards
(viii) Communication Standards And
(ix) Security Standards.
14.
(i) The top level of EDIFACT structure is Interchange.
(ii) An interchange may contain multiple messages.
(iii) It starts with UNB and ends with UNZ.
15.
1. Credit card based payment systems (pay later)
2. Debit card based payment systems (pay now)
3. Stored value card based payment systems (pay before)
16.
1. An Electronic payment system is a financial arrangement that consists an intermediator to facilitate transfer of money-substitute between a payer and a receiver.
2. It is known as liquidation, clearing system or clearing service.
17.
Multimedia conferencing or video conferencing is a system that performs face-to-face interaction samong participating users, located far from each other, as if they weresitting and discussing in a single room.
18.
(i) Medical Students practices surgery methods via simulation prior to actual surgery.
(ii) Tiny digital cameras are inserted in human body and it displays the inner scene of the body. Like wise, the medical practioners were able to see the inner part without dissecting it.
19.
Cyber Squatting is the illegal practice of registering an Internet domain name that might be wanted by another person in an intention to sell it later for a profit. It involves the registering of popular trademarks and trade names as domain names before the particular company do. Cyber squatters also involve in trading on the reputation and goodwill of such third parties by inducing a customer to believe that it is an official web page.
20.
E-Commerce security is a set of protocols that safely guide E-Commerce transactions through the Internet.
21.
(i) Flat name space is where the name is assigned to the IP address.
(ii) They do not have any specific structure .
(iii) In this flat namespace, some meaningful names are been given to IP address for accessing.
Disadvantage:
(i) Flat name Space cannot be used in large system. Because they need to be accessed and controlled centrally to avoid ambiguity and redundancy.
(ii) But it is difficult in flat name system. To avoid this major disadvantage hierarchical name space is used in large.
22.
(i) URL is made up four parts-protocols, hostname, folder name and file name. .
(ii) Each part has its own specific functions. Depending on the applications, additional information can be added to the URL but the common and fundamental URL consists of these four parts.
a. Protocol
b. Domain name/Hostname
c. Folders
d. The file name with extension
23.
PHP write a File:
The fwrite( ) function is used to write to a file.
Syntax:
fwrite($myfile, $txt);
Example:
< ?php
$myfile = fopen("new_schooLfile.
txt", "w'')
or die("Unable to open file!'');
$txt = "School Name\n";
fwrite($myfile, $txt);
$txt = "Student Name\n";
fwrite($myfile, $txt);
fclose($myfile);
? >
24.
PHP Close a File:
The fclose ( ) function is used to close an opened file.
The file object comes from fopen function.
Syntax:
fclose($file_Object);
Example:
< ?php
$myfile = fopen("student.txt", "r'');
/ / some code to be executed ....
fclose( $myfiIe);
? >
25.
(i) GPRS was introduced here, it is seen as an excess period of mobile networking development, between 2G and 3G.
(ii) GPRS is a data service which enables mobile devices to send and receive messages, picture messages, and e-mails.
(iii) It allows most popular operating speeds of up to 115kbit/s, latterly maximum of 384kbit/s by using EDGE
26.
(i) Customer communications
(ii) Online education/ training
(iii) Account status enquiry
(iv) Inventory enquiry
(v) Online discussion
(vi) Supply - chain management
(vii) Order status enquiry
(viii) Warranty registration
(ix) Claims
(x) Distributor promotions
27.
< ?php
for ($x = 0; $x < = 5; $x++)
{
echo "Hello World < br >";
}
? >
28.
(i) Using computer network, application or other software will be stored at central computer or server and share one software from one to another is called Data Sharing.
(ii) For example: All files cannot be taken backup or duplicate on more than one computer. So if one is not unavailable due to hardware failure or any other reason, the copies can be used.
29.
< ?php
$x = "August";
if ($x == "January'') {
echo "Happy Republic Day";
}
elseif ($x == "August'') {
echo "Happy Independence Day!!!";
}
else{
echo "Nothing to show";
}
? >
30.
< ?php·
$d=date("D'');
if($d=="Fri'')
{
echo"Have a nice weekend!";
}
Else
{
echo"Have a nice day!";
}
? >
31.
1. Reducing duplication of code
2. Decomposing complex problems into simpler pieces
3. Improving clarity of the code
4. Reuse of code
5. Information hiding
32.
1. PHP Parameterized functions are the functions with parameters or arguments.
2. The parameter is also called as arguments, it is like variables.
Rules:
1. The arguments are mentioned after the function name and inside of the parenthesis.
2. There is no limit for sending arguments, just separate them with a comma notation.
33.
The main goal of MySQL and PHP connectivity is to retrieve and manipulate the data from MySQL database server.
34.
(i) MySQL is the most popular Open Source Relational SQL Database Management System.
(ii) MySQL is one of the best RDBMS being used for developing various web-based software applications.
35.
The basic standardization concept of EDIFACT is that there are uniform message types called United Nations Standard Message. The message types have exactly one nickname consisting of six uppercase English alphabets. The message begins with UNH and with UNT.
36.
Electronic data interchange architecture specifies four different layers namely
(i) Semantic layer
(ii) Standards translation layer
(iii) Transport layer
(iv) Physical layer
37.
| Symmetric Key Encryption | ASymmetric Key Encryption |
|---|---|
| Same key is used for both encryption and decryption | Different keys is used for encryption and decryption |
| Speed of encryption or decryption is very fast | Speed of encryption or decryption is comparatively slow |
| Plain text and cipher text are of same size | The size of cipher text is always greater than plain text. |
| Algorithms like DES, AES, RC4 uses symmetric key encryption | Algorithms like RSA, ECC, DSA use asymmetric key encryption |
| The number of key used grows exponentially with the numbers of users | The number of key used grows linearly with the numbers of users |
| Provides confidentiality. | Provides confidentiality, authenticity and non- repudiation. |
38.
(i) Information leakage
(ii) Tampering
(iii) Payment frauds
(iv) Malicious code threats
(v) Distributed denial of service attacks
(vi) Cyber squatting
(vii) Typopiracy
(viii) Hacking
39.
Stored value card is a type of debit card that is pre-loaded with certain amount(value), with which a payment is made. It is a card that has default monetary value onto it. The card may be disposed when the value is used, or recharged to use it again. The major advantage of stored value card is that customers don't need to have a bank account to get prepaid cards. There are two varieties for stored value card.
(i) Closed loop (single purpose) Eg: Chennai metro rail travel card.
(ii) Open loop (multipurpose) Eg.: Visa gift cards.
40.
41.
(i) Physical product disputes are a major disadvantage in E-Commerce, E-Commerce purchases are often made on trust.
(ii) This is because, we do not have physical access to the product.
(iii) Though Internet is an effective channel for visual and auditory information it does not allow full scope for our senses.
(iv) We can see pictures of the perfumes, but cannot smell their fragrance; we can see pictures of a cloth, but not its quality.
(v) If we want to inspect something, we choose what we look at and how we look at it.
(vi) But in online shopping, we would see only the pictures the seller had chosen for us.
(vii) People are often much more comfortable in buying the generic goods (that they have seen or experienced before and in which there is little ambiguity) rather than unique or complex things via the Internet.
42.
(i) The growth of E-Commerce is also related to the socio-technological changes.
(ii) The more, the medium becomes deep rooted, the more, are the users drawn towards it. Increase of users, increases the markets.
(iii) As the markets expand, more business organizations are attracted. The more business accumulation creates competition.
(iv) The competition leads to innovation; Innovation in turn drives the development of technology; technology facilitates E-Commerce's growth.
43.
NS2, OPEN NMS, Ubuntu, MySQL, PDF Creator, Open Office, 7zip GNUCASH, GIMP, BLENDER, AUDACITY, VLC, MOZILA FIREFOX, MAGENTO, ANDROID, PHP.
44.
(i) Software can be used without any cost and restrictions
(ii) Sharing of ideas with the team.
(ii) User friendly.
(iv) We can add the most required features in the software.
(v) We can learn many ideas.
(vi) We can make our program writing skills more efficient
45.
46.
(i) If you require a cable to connect two computers or Ethernet devices directly together without a hub, then you will need to use a Crossover cable instead.
(ii) Here, the pairs of Tx and Rx lines are crossed.
(iii) It means pin 1 & 2 of the plug on one end are connected with pin 3 & 6 of the plug on other end, and vice versa (3 & 6 to pin 1 & 2).
(iv) The easiest way to make a crossover cable is to make one end to T568A colour coding and the other end to T568B.
47.
| SI.No. | URL | Web address |
| 1. | A URL is the address of a particular website, audio stream or document available on the web. | A web address more commonly defines a unique name that helps people remember a URL. |
| 2. | URLs Consists of the internet protocol needed to access the item you wish to locate on the host computer | It is usually in simpler form, such as, www. google.com or www.Amazon.com. Generally your browser will recognize the proper URL when you type in a web address |
48.
| URL | Domain Name |
|---|---|
| (i) It is sequence of labels. Sequence of labels are separated by dot(.) | (i) URL is the address of a document on the Internet |
| (ii) Domain name is always read from the lower level to higher level (ie) From leaf node to root node. | (ii) URL is made up of four parts - protocols, hostname, folder name and file name. |
| (iii) Since the root node always represented NULL string, all the domain name ending with dot. | (iii) Each part has its own specific functions.Depending on the applications, additional information can be added to the URL. |
49.
(i) UDP- User Datagram Protocol
(ii) DNS - Domain Name System
(iii) OSI – Open System Interconnection
(iv) RFID- Radio Frequency Identification
50.
(i) HTTP: A protocol used between a web client and a web server protects non-secure data transmissions. The core protocol of the World Wide Web.
(ii) HTTPS: A protocol used between a web client and a web server permits secure data transmissions.
(iii) FTP: Used between computers for sending and receiving data. Enables a client to send and receive complete files from a server.
51.
Artificial intelligence helps to predict traffic as it collects and analyzes data in real time.
52.
(i) ARPANET was the network that became the basis for the Internet. ARPANET at 1969-1970 was which underpinned the development of it and his theoretical work on hierarchical routing in late 1970s with his student Farouk Kamoun remains critical to the operation of the Internet today.
(ii) ARPANET took advantage of the new idea of sending information in small units called packets that could be routed on different paths and reconstructed at their destination.
53.
Database Connections: Accessing MySQL Database, connect to Database Server machine via PHP scripting language using Mysqli_connect() Function.
Syntax:
mysqli_connect("Server Name","User Name","Password","DB Name");
This function requires four parameters to connect to database server. Database Server name, Database username, password and Database Name.
54.
Syntax:
mysqli_query("Connection Object","SQL Query")
55.
| Post Method | Get Method |
| The input data sent to the server with POST method is stored in the request body of the client's HTTP request. | The input data sent to the server with POST method via URL address is known as query string. All input data are visible by user after they click the submit button. |
56.
The GET and POST methods are used for sending the data to the server and the main difference between them is that GET methods append the data to the URI defined in form's action attribute POST methods attaches data to the requested body.
57.
1. Do whileloop always run the statement inside of the loop block at the first time execution.
2. Then it is checking the condition whether true or false.
3. It executes the loop, if the specified condition is true.
Syntax:
do
{code to executed;
}while (condition is true);
58.
1. In Programming, the looping structure is often necessary to repeat the same block of code for a given number of times, until a certain condition is met.
2. Loop properties easy way to iterate over arrays.
3. Loop structure needed when we want to run block of code again and again.
59.
(i) The switch-case statement is an alternative to if... elseif... else statement which does almost the same thing.
(ii) The switch-case statement tests a variable against a series of values until it finds a match, and then executes the block of code corresponding to that match.
(iii) The switch statement executes line by line, unlike if... elseif...else.
(iv) It also executes all the subsequent case statement till the end of the switch block automatically.
(v) To prevent this add a break statement to the end of each case block.
60.
(i) Conditional statements are useful for writing decision making logics. It is the most important feature of many programming languages, including PHP.
(ii) When we write the code for conditional statements very often, we can perform different actions for different decisions in different business logic.
61.
| User defined Functions | System define Functions |
|---|---|
| (i) Functions are provided by the user. (ie) we can create own functions. | (i) Built-in function are functions that exist in PHP installation package. |
| (ii) Example function insertMsg() { echo "Helo world" } insertMsg(); |
(ii) Example rename_function() |
62.
1. PHP has more than 700 built-in functions that perform different tasks.
2. It exists in PHP installation package.
3. It is reusable piece
4. It can either return values when called or can simply perform an operation without returning any value.
63.
(i) A web server's main purpose is to store web files and broadcast them over the internet for you site visitor's to see.
(ii) In-essence, a web server is simply a powerful computer that stores and transmits data via the internet.
(iii) When someone visits a web page on your site their browser communicates with your web server, sending and receiving information that ultimately dictates what appears on the visitor's computer screen. Thus, the main purpose of a web server is to store and transfer web site data upon the request of a visitor's browser.
64.
(i) Server side scripting languages is used in web development.
(ii) It is alternative for web server and itself to deliver a static web page.
(iii) It is used to provide customized interface for the user.
(iv) It also enables the website owner to hide the source code.
65.
(i) USE Database: This command is used to select the database in MySQL for working.
Syntax:
mysql>use test:
Database changed
mysql>
(ii) SHOW Database: Lists all the databases available in the database server.
Syntax:
mysql>show databases;
(iii) SHOW Tables: Lists all the tables available in the current database we are working in.
Syntax: mysql>show tables;
66.
Evolution of DBMS:
(i) The concept of storing the data started before 40 years in various formats.
(ii) In earlier days they have used punched card technology to store the data. Then files were used.
(ii) The file systems were known as predecessor of database system.
(iv) Various access methods in file system were indexed, random and sequential access.
The file system had more limitations like.
Data Duplication : Same data is used by multiple resources for processing, thus created multiple copies of same data wasting the spaces.
High Maintenance : Access control and verifying data consistency needs high maintenance cost.
Security : Less security provided to the data.
(v) So database systems became popular to overcome the above limitations of file system.
67.
To rejoin the two split blocks:
(i) Place the cursor on the bottom handle of the second text block, click and drag the bottom handle up to the top.
(ii) Then, place the cursor on the bottom handle of the first text block, and click and drag the bottom handle down if necessary.
68.
i). Line Tool - Used to draw straight lines in any direction.
ii). Ellipse Tool - Used to draw circles and ellipses.
iii). Polygon Tool - Used to draw polygon shape.
69.
Various file formats used in multimedia are
(i) Text formats
(ii) Image formats
(iii) Digital Audio file formats and
(iv) Digital Video file formats.
(i) Text formats : Rich Text Formats and Plain Text Format are used in Text formats.
(ii) Image formats : TIFF, BMP, DIB, GIF, JPEG, TGA, PNG are image formats.
(iii) Digital Audio file formats : WAV, MP3, OGG, AIFF, WMA and RA are Digital Audio file formats.
(iv) Digital Video file formats : AVI, MPEG are digital video file formats.
70.
They are explained below :
i) Text :
1. Text is the basic components of multimedia and most common ways of communicating information to other person.
2. Text component is classified into two such as (a) Static text (b) Hypertext.
ii) Images:
Images in multimedia are generated in two ways.
a) Raster or Bitmap Images
b) Vector Images.
iii) Animation :
Animation is the process of displaying still images with continuous movement.
The two basic types of animations are (1) Path animation (2) Frame animation.
iv) Sound :
Sound is a meaningful speech in any language and providing the pleasure of music, special effects and so on.
v) Video :
1. Video is defined as the display of recorded event, scene, etc.
2. The video can be categorized in two types as (1) Analog video and (2) Digital video.
71.
72.
(i) Simply wasting the precious time on Internet by surfing, searching unwanted things.
(ii) unnecessary information is also there, why because anyone can post anything on their webpage, blogs.
(iii) Hackers and viruses can easily theft our more valuable information available in the Internet. There a lot of security issues are there in E-banking
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