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: 01/03/2021
12th Standard English Medium Computer Applications Reduced Syllabus Three mark Important Questions with Answer key - 2021(Public Exam)
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.
Write the Characteristics of PHP.
2.
What are the roles of Database administrator?
3.
Write the steps to draw a line
4.
Write the steps to import the text.
5.
Explain briefly about fopen( ) function
6.
Write a PHP program to display color names "using foreach" loop
7.
Wha is MySQL?
8.
Write a short note on EDI.
9.
Write a note on certification authorities (CA).
10.
Define micro electronic payment and its role in E-Commerce.
11.
Explain B2B module in E-Commerce.
12.
What are the main functional areas of Open NMS?
13.
14.
Differentiate IPv4 and IPv6.
15.
Write short notes on HTTP, HTTPS, FTP.
16.
Define ARPANET
17.
18.
Write the features Form Handling.
19.
Differentiate While and Do while loops.
20.
What is the purpose of if... elseif else statement?
21.
Differentiate user defined and system defined Functions.
22.
In how many ways you can embed PHP code in an HTML page?
23.
Discuss on Cardinality in DBMS.
24.
How do you link frames containing text?
25.
Write roles and responsibilities of Production team members.
1.
(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
2.
(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.
3.
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.
4.
1. Choose File ⟶ Place. The Place dialog box will appear.
2. Locate the document that contains the text you want to place and select it.
3. Click on Open in the Place dialog box. The pointer changes to the loaded text icon.
4. Make a text block to place the text. (Or) Click in the page to place the text. The text will be placed in the page. If the text to be placed is too big to fit on one page, PageMaker allows you to place it on several pages. This can be done manually or automatically.
5.
PHP Open a File
1. fopen( ) is a system function available in PHP.
2. This function helps to open a file in the server.
3. It contains two parameters one for the file and the other one specifies in which mode the file should be opened (Read/Write).
Syntax:
$file_Object= . fopen("FileName", "Read/ WriteMode'') or die("Error Message!'');
Example:
< ?php
$myfile = fopen("Student.txt", "r'') or die("Unable to open file!'');
? >
6.
< ?php
scolors = array("red", "qreen", "blue'; "yellew'');
fereach (sectors as $value)
{
echo "svalue < br >";
}
? >
7.
(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.
8.
The Electronic Data Interchange (EDI) is the exchange of business documents between one trade partner and another electronically. It is used to transfer documents such as delivery notes, invoices, purchase orders, advance ship notice, functional acknowledgements etc. These documents are transferred directly from the computer of the issuing company to that of the receiving company, with great time saving and avoiding many errors of traditional on paper communications.
9.
(i) The certificate authority maintains a database of public keys called repository so that it can verify the user with digital signatures.
(ii) Expired certificates are usually deleted from the database by the certificate authority.
10.
(i) It is an online payment system designed to allow efficient and frequent payments of small amounts.
(ii) The majority of micro electronic payment system were designed to pay for simple goods on the Internet. e.g., subscriptions of online games, read journals, listen to a song or watch a movie online etc.
(iii) In general, the parties involved in the micro on-line payments are Customer, Service Provider and Payment processor.
11.
(i) In B2B E-Commerce, commercial transactions take place between different business organizations, through the Internet.
(ii) For example, a cycle company may buy tyres from another company for their cycles.
(iii) When compared to other models, the value per transaction in B2B transaction is high, because of bulk purchases.
(iv) The company also might get the advantage of discounts on bulk purchases.
(v) Out-sourcing and Off-shoring are generally associated with B2B E-Commerce.
(vi) If a company's work is hired to another company, it WOuld be termed as out-sourcing.
(vii) If the work is outsourced to a company, which is outside its own country, it is called off-shoring
12.
Open NMS has three main functional areas:
(i) Services monitoring
(ii) Data Gathering
(iii) Event Management and notification
(i) Services monitoring:
A number of monitor modules can govern if network-based services are accessible (ICMP, HTTP, DNS, etc.).
(ii) Data Gathering:
Data Gathering by SNMP and JMX (Simple Network Management Protocol-SNMP, Java Management Extensions-JMX).
(iii) Event Management and notification:
It comprises of alarm reduction and a robust announcement system with acceleration and duty schedules.
13.
14.
| No. | IPv4 | IPv6 |
| 1. | IPv4 address is a 32 bit unique address given to a computer system. | IPv6 address is a 128 bit unique address given to a computer system. |
| 2. | There are two ways to represent the IP address: Binary notation, Dotted-decimal notation. | It follows Hexadecimal number notation. |
| 3. | The number of address that can be formed is 232. | The number of addresses formed in IPv6 is 2128 |
15.
(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.
16.
(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.
17.
18.
(i) To get form data, we need to use PHP $_GET and S_POST.
(ii) To retrieve data from get request, we need to use $_GET and for post request $_POST.
(iii) We can send limited amount of data through get request and large amount of data through post request.
19.
| While loop | Do while loop |
| (i) It is important feature which is used for simple iteration logics. | (i) It always run the statement inside of the loop block at the first time execution. |
| (ii) It is Entry controlled loop | (ii) It is exit controlled loop |
| (iii) It checks the condition, and executes the loop if specified condition is true. | (iii) It checks the condition, and then repeats the loop as long as the specified condition is true. |
| Syntax : While(condition) { code to be executed; } |
Syntax : do { code to be executed; } while (condition is true); |
20.
(i) In if...else if...else statements, more than one block of statement can execute based on the condition and user needs.
(ii) If we want to check for another condition in the else part, choose if... elseif ... else statement
(iii) Unlike else, it will execute that alternative expression only if the elseif conditional expression evaluates to "True value.
21.
| 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() |
22.
In two ways we can embed PHP code in HTML page.
(i) First way is to put HTML outside of our PHP tags.
(ii) Second way to use HTML with PHP code is by using print or Echo statement.
23.
Cardinality is defined as the number of items that must be included in a relationship (i.e) number of entities in one set mapped with the number of entities of another set via the relationship The three classifications in Cardinality are one-to-one, one-to-many and Many-to-Many.
In the above example we have two entities Person and Vehicle. If we consider a person driving vehicle, then we have one-to-one relationship between Person and Vehicle.
In the above example, Customer places the Order is a one-to-many relationship. Here the customer can place multiple orders and the order is related to only one customer.
The example of many-to-many relationship is Students registering the Courses. A student can register more than one courses and A course can be registered by many students. Hence it is many-to-many.
24.
To link Frames containing text
(i) Draw a second frame with the Frame tool of your choice.
(ii) Click the first frame to select it.
(iii) Click on the red triangle to load the text icon.
(iv) Click the second frame. PageMaker flows the text into the second frame.
25.
Team comprises of members playing various roles and responsibilities like Script Writer. Production Manager, Content Specialist, Editor, Graphics Architect, Multimedia Architect, Audio and Video specialist, Computer Programmer and Web Master.
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