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/09/2020
12th Standard Computer Application English Medium Important 3 Mark Book Back Questions (New Syllabus) 2020
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 a note on UN/EDIFACT.
2.
List any two E-Commerce Security Threats.
3.
Briefly explain the stored value card and its types.
4.
Explain B2B module in E-Commerce.
5.
Explain Free software.
6.
What are the components involved in Ethernet cabling?
7.
Differentiate Domain name and URL
8.
9.
What is the use of artificial Intelligence?
10.
11.
Explain the difference between the POST method and GET method of sending data to the server in PHP.
12.
Write short notes on Do while Loop.
13.
What is the purpose of if... elseif else statement?
14.
Write Short notes on Array.
15.
Differentiate Server side and Client Side Scripting language.
16.
17.
Mention three tools in PageMaker and write their keyboard shortcuts.
18.
Briefly explain about Multimedia Components.
1.
(i) United Nations/Electronic Data Interchange for Administration, Commerce and Transport (UN/EDIFACT) is an international EDI - standard developed under the supervision of the United Nations.
(ii) In 1987, the UN / EDIFACT syntax rules were approved as ISO: ISO9735 standard by the International Organization for Standardization.
(iii) EDIFACT includes a set of internationally agreed standards, catalogs and guidelines for electronic exchange of structured data between independent computer systems.
(iv) It is a cross-industry, standard data format of electronic data for commercial transactions.
(v) Maintenance and further development of this standard goes through the United Nations Center for Trade Facilitation and Electronic Business (UN/CEFACT), which is affiliated to the UN Economic Commission for Europe (UNECE).
2.
(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
3.
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.
4.
(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
5.
(i) Free software is a concept developed in the 1980s by an MIT computer science researcher, Richard Stallman who defined four conditions, as outlined by the nonprofit Free Software Foundation.
(ii) These "four freedoms" emphasize the ability of users to use and enjoy software as they see fit.
(iii) Freeware usually refers to proprietary software that users can download at no cost, but whose source code cannot be changed.
6.
The four main components used in the Ethernet Cabling are
(i) Patch cable [Twisted pair]
(ii) RJ45 connector
(iii) Ethernet ports
(iv) Crimping tool
7.
| 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. |
8.
9.
Artificial intelligence helps to predict traffic as it collects and analyzes data in real time.
10.
11.
| 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. |
12.
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);
13.
(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.
14.
Array is a concept that stores more than one value of same data type in single array variable.
They are 3 types of array concepts in PHP.
(i) Indexed Arrays,
(ii) Associative Array and
(iii) Multi-Dimensional Array.
Usage of Array:
When combined with foreach statement which allows loop through an array quickly with very little code.
15.
| Basis for comparison | Server-side scripting | Client-side scripting |
|---|---|---|
| Basic | Works in the back end which could not be visible at the client end. | Works at the front end and script are visible among the users. |
| Processing | Requires server interaction | Does not need interaction with the server |
| Languages involved | PHP, ASP.net,Ruby on Rails, ColdFusion, Python, etcetera. | HTML, CSS, JavaScript, etc. |
| Affect | Could effectively customize the web pages and provide dynamic websites | Can reduce the load to the server. |
| Server-side scripting |
Relatively secure. | Insecure |
16.
17.
| S.No | Tools | Keyboard Short Cut |
| 1. | Pointer tool | F9 |
| 2. | Rotating Tool | Shift + F2 |
| 3. | Line tool | Shift + F3 |
18.
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.
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