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 Two 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.
Define function calling?
2.
Write a Basic Rules for Variable Declaration
3.
Write the type of PHP syntax are available?
4.
What is Multimedia Production Team?
5.
What is mean by FinTech Financial technology
6.
Mention the two types of G2G systems.
7.
What is the purpose of NRCFOSS?
8.
What is the use of trace files?
9.
What is the use of Single-mode cable?
10.
What is the use of UTP.
11.
Write the types of SQL commands
12.
What are the limitations of database?
13.
Write the steps to hide ruler in page maker.
14.
Write the steps to show ruler in page maker
15.
Why EDIFACT subsets have developed?
16.
What are the types of EDI?
17.
Who developed Unified Payments Interface (UPI)?.
18.
What is credit card payment system?
19.
What are the advantages of Vector Images?
20.
What is the purpose of 3D-Secure?
21.
Who developed PGP? When?
22.
What are the methods to be used to upload data?
23.
What is the purpose of form validation?
24.
What is mean by Network Protocol?
25.
How "while loop" will execute?
26.
How "for loop" will execute?
27.
Define Flame Wars.
28.
List some Powerful search engines?
29.
How Switch statement and if statement differs?
30.
How conditional statements perform?
31.
What is associative array?
32.
What is MySQLi?
33.
Expand RDBMS.
34.
What are the 4 major components of EDI?
35.
List few types of business documents that are transmitted through EDI.
36.
What is digital signature?
37.
List the different types of security technologies in E-Commerce
38.
Distinguish micro electronic payment and macro electronic payment
39.
Define electronic payment system.
40.
Differentiate tangible goods and Intangible goods with example of your own.
41.
Define E-Commerce.
42.
Write short note on Open NMS?
43.
44.
What is meant by champ connector?
45.
Write a note on the types of RJ45 connector.
46.
Write any four generic Top Level Domain.
47.
48.
49.
List out the benefits of WiFi
50.
Define Internet.
51.
What is a Computer Network?
52.
Define mysqli_affected_rows() Function.
53.
What is Connection string?
54.
Define Browse button in HTML.
55.
What is Validation in PHP?
56.
Write Syntax of while loop in PHP.
57.
What is For each loop in PHP?
58.
Write the Syntax of Switch statement.
59.
Define if...elseif....else Statement in PHP.
60.
Write array Syntax in PHP
61.
Define Array in PHP.
62.
Is PHP a case sensitive language?
63.
Give few examples of Web Browser?
64.
Which command is used to make permanent changes done by a transaction?
65.
Define Data Model and list the types of data model used.
66.
Write about the Menu bar of PageMaker.
67.
What is desktop publishing?
68.
List out Multimedia Production team members.
69.
Classify the TEXT component in multimedia.
70.
Write short notes on Li-fi.
1.
A function declaration part will be executed by a call to the function. Programmer has to create Function Calling part inside the respective program.
SYNTAX:
function Name ( );
2.
a. Variable name must always begin with a $ symbol.
b. Variable name can never start with a number.
c. Variable names arecase-sensitive
3.
Three types of PHP Syntax are available.
They are as follows
1. Default Syntax
2. Short open tags
3. HTML Script embed Tags
4.
(i) The production team for a high - end multimedia project requires a team efforts
(ii) The team comprises of members playing various roles and responsibilities like Script writer, Production manager, Editor, Graphics Architect, Multimedia Architect and WebMaster.
5.
(i) FinTech Financial technology is a collective term for technologically advanced financial innovations.
(ii) In simple words, Fintech is a new financial industry that uses technology to improve financial activity.
6.
Internal facing, External facing.
7.
The purpose of NRCFOSS (National Resource Centre for Free and Open Source Software) is to help in development of FOSS in India
8.
Trace files can document every incident that happened in the simulation and are used for examination.
9.
Single-mode cables are used for long distance transmission and at a high cost.
10.
(i) The UTP is used nowadays as modern cables for Internet and they are lower in cost and installation and maintenance is easy compared to the coaxial cables.
(ii) STP is similar to UTP, but it is covered by an additional jacket to protect the wires from External interference.
11.
(i) Data Definition Language (DDL)
(ii) Data Manipulation Language (DML)
(iii) Data Query Language (DQL)
(iv) Transaction Control Language (TCL)
(v) Data Control Language (DCL)
12.
(i) Data Duplication
(ii) High Maintenance
(iii) Security
13.
1. Click on View. The View menu will appear.
2. Click on Hide Rulers to hide the rulers.
14.
1. Click on View. The View menu will appear.
2. Click on Show Rulers. Rulers appear along the top and left sides of the document window.
15.
(i) In EDI, Due to the complexity, branch-specific subsets of EDIFACT have developed.
(ii) These subsets of EDIFACT indude only the functions relevant to specific user groups
16.
(i) Direct EDI
(ii) EDI via VAN
(iii) EDI via FTPjVPN, SFTP, FTPS
(iv) Web EDI
(v) Mobile EDI
17.
National Payments Corporation of India (NCPI)
18.
Credit card is an electronic payment system normally used for retail transactions.
19.
(i) Relatively small amount of data is required to represent the image and thereby only less memory is needed to store.
(ii) Compression techniques are used to reduce the file size of images that is useful for storing large number of images and speeding transmission for networked application.
20.
To increase the level of transaction security.
21.
Pretty Good Privacy (PGP): Phil Zimmermann developed PGP in 1991.
22.
GET and POST methods are used to upload the data most frequently.
23.
To protect your form from hackers and spammers.
24.
Network protocols is that the usual procedures, rules, formal standards and policies comprised of formats which allocates communication between more than one device which connected to the network.
25.
PHP while loops execute a block of code while the specified condition is true.
26.
For loops execute a block of code a specified number of times.
27.
Flame wars are nothing that lengthy exchange of angry or abusive messages between users of an online forum or other discussion area.
28.
Explorer, Yahoo, bing were powerful search engine. Later, Google stepped in with user friendly gmail, youtube, google drive, google maps, etc. and are useful applications.
29.
Switch statements work the same as if statements but they can check for multiple values at a time
30.
It performs different actions for different decisions in programing language
31.
Associative arrays are arrays that use named keys that you assign to them.
32.
MySQLi is extension in PHP scripting language which gives access to the MYSQL database.
33.
Relational Database Management System.
34.
There are four major components of EDI. They are
(i) Standard document format
(ii) Translator and Mapper
(iii) Communication software
(iv) Communication network
35.
EDI documents the following are the major EDI types.
(i) Direct EDI
(ii) EDI via VAN
(iii) EDIvia FTP/VPN, SFTP,FTPS
(iv) Web EDI
(v) Mobile EDI.
36.
A digital signature is a mechanism that is used to verify that a particular digital document, message or transaction is authentic.
37.
The security technologies in E-Commerce transactions are roughly classified into
(i) Encryption technology
(ii) Authentication technology
(iii) Authentication protocols
38.
| Micro electronic payment | Macro electronic payment |
|---|---|
| It is an on-line payment system designed to allow efficient and frequent payments of small amounts. |
It support payments of higher value. |
| The security of micro electronic payment system is low. | The security of macro electronic payment systems is more rigorous. |
| Not an expensive cryptographic operations. | Expensive cryptographic operations. |
39.
The term electronic payment refers to a payment made from one bank account to another bank account using electronic methods forgoing the direct intervention of bank employees.
40.
| SI NO | Tangible Goods | Intangible Goods |
|---|---|---|
| 1. | A tangible good is a physical object that can be perceived by touch. | Intangible assets are valuable assets that can't be touched. |
| 2. | Example : CD's, DVD's, printed books, lamp etc. | Example : Music files, Movies downloaded video games, etc. |
41.
E-Commerce can be described as the process of buying or selling products, services (or) information via computer networks.
42.
Open NMS (Network Management System) is a free and open-source initiative grade network monitoring and management platform. It is established and maintained by a community of users developers and by the open NMS group, it offering services, training and support.
43.
44.
(i) The RJ-21 connector has 50 pins with 25 pins at one end and 25 pins at the other end.
(ii) It is also called as champ connector or Amphenol Connector.
(iii) Amphenol Connector is a connector manufacturer.
45.
1. The RJ45 connector is a small plastic cup used to connect the wire inside the connector and ready to connect the Internet.
2. Each RJ45 connector has eight pins and it has 8-position, 8-contact modular plug, it is also known as 8P8C connector.
46.
| Domain Name | Meaning |
|---|---|
| com | Commerical Organistion |
| edu | Education Institutions |
| gov | Government (US) |
| mil | Military groups |
47.
48.
49.
(i) It provides mobility.
(ii) It provides connection to Internet.
(iii) Flexibility of LAN.
(iv) Ensures connectivity.
(v) Low cost, high benefits.
50.
Internet is the most common resource shared everywhere.
51.
A set of computers connected together for the purpose of sharing resources is called as computer network.
52.
1. The mysqli_affected_rows() function returns the number of affected rows in the previous SELECT, INSERT, UPDATE, REPLACE,or DELETE query.
2. Syntax
mysqli_affected_rows( connection);
53.
(i) In computing, a connection string is a string that specifies information about a data source and the means of connected to it.
(ii) It is passed in code to underlying driver or provider in order to initiate the connection.
54.
The browser button defined a file-select filed and a "Browse" button for file uploads.
55.
Validation is a process of checking the input data submitted by the user from client machine.
56.
Syntax of while loop
while (condition is true)
{
code to be executed;
}
57.
For each loop is exclusively available in PHP and is mainly used for looping through the values of an array. The loop iteration deepens on each KEY Value pair in the Array. For each, loop iteration the value of the current array element is assigned to $value variable and the array pointer is advanced by one, until it reaches the end of the array element.
58.
switch (n)
{
case label 1:
code to be executed if n=labeI1;
break;
case label 2:
code to be executed if n=labeI2;
break;
case label 3:
code to be executed if n=labeI3;
break;
...
default:
code to be executed if n is different from all labels;
}
59.
If-elseif-else statement is a combination of if-else statement. Multiple conditions can be checked and action is based on the result of the condition.
60.
array(key= >value,key= >value,key= >value,etc.);
key = Specifies the key (numeric or string value = Specifies the value
61.
Array is a concept that stores more than one value of same data type in single array variable.
62.
(i) Yes, PHP is a case sensitive language both upper and lower case are treated differently.
(ii) Example: $x and $X are different variable names.
63.
Google chrome, Firefox, Safari, Opera, Internet Explorer, Netscape Navigator etc.
64.
COMMIT Command is used to make permanent changes done by transaction.
65.
Data models define how the logical structure a database is modeled. Data models define how data is connected to each other and how they are processed andstored inside the system
Types of Data Model :
1) Hierarchical database model
2) Network model
3) Relational model
4) object oriented database model
66.
Menu bar contains the following menus File, Edit, Layout, Type, Element, Utilities, View, Window, Help. When you click on a menu item, a pull down menu appears. There may be sub-menus under certain options in the pull-down menus.
67.
Desktop publishing (abbreviated DTP) is the creation of page layouts for documents using DTP software.
68.
The team comprises of members playing various roles and responsibilities like Script writer, Production manager, Editor, Graphics Architect, Multimedia Architect and Web Master.
69.
Text component in multimedia can be classified as
(i) Static text.
(ii) Hypertext.
70.
(i) Li-Fi is the short form of Light Fidelity.
(ii) Li-Fi is a wireless technology which uses light-emitting diodes (LEDs) for data transmission whereas Wi-Fi uses radio frequencies for data transmission.
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