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 Public Exam Model Question Paper with Answer key - 2021
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.
Which of the following is an identical operator?
=
= =
= = =
! = =
2.
The Null modem Cables are the example of the crossover cables.
coaxial
crossover cables
parallel cables
Serial cable
3.
___________ can be subdivided into simple attributes without change in the meaning of that attribute
Key Attribute
Simple Attributes
Composite Attributes
Single Valued Attribute
4.
Which of the following Is for exchange of EDI based documents through the Internet?
FTP/VPN
SFTP
FTPS
All of the above
5.
________is a set of protocols that safely guide E-Commerce transactions through the Internet.
E-Commerce security
Tampering
Payment Frauds
Cybersquatting
6.
________ loops execute a block of code a specified number of times.
foreach
for
while
do..while
7.
Which of the following is not an RDBMS?
Oracle
IBM DB2
Microsoft SQLSERVER
None of these
8.
Which is an example of network simulator?
simulator
TCL
Ns2
C++
9.
TLD stands for
Top Level Data
Top Logical Domain
Term Level Data
Top Level Domain
10.
The _________, “the Net,” is a worldwide system of computer networks
Internet
mobile
communication
protocol
11.
Facebook was created in _______________ year
2002
2004
2013
2010
12.
How PHP files can be accessed?
Through Web Browser
Through HTML files
Through Web Server
All of Above
13.
What will be the output of the following PHP code ?
< ?php
\($\) a = “”;
if (\($\)a)
print “all”;
if______
else
print “some”;
? >
all
some
error
no output
14.
Which one of the following is the right way of defining a function in PHP?
function { function body }
data type functionName(parameters) { function body }
functionName(parameters) { function body }
function fumctionName(parameters) { function body }
15.
Expand JPEG
joint photo experts gross
joint photographic experts group
joint processor experts group
joint photographic expression group
16.
When a company is can be called E-business?
17.
Write a short note on EDIFACT structure.
18.
How Multimedia is used in Education?
19.
Write a php program to display the string "Hello World" 5 times using "for loop".
20.
What is Data sharing?
21.
Compare Internet, Intranet and Extranet.
22.
Differentiate user defined and system defined Functions.
23.
List any 5 privileges available in MySQL for the User.
24.
How to you insert page numbers in Master pages?
25.
Explain the advantages of Credit card.
26.
List the basic rules of Domain Name?
27.
What are the attributes of Social networking?
28.
Explain encryption technology.
29.
List out the Benefits of Open Source Software
30.
Difference between TCP/IP and OSI Reference Model.
31.
Discuss in detail about MySQL functions with example.
32.
Explain ‘for’ loop with example.
33.
Explain Function concepts in PHP.
34.
Write the steps to place the text in a frame.
35.
Advantages of unified payments interface?
36.
What is Musical Instrument Digital Identifier (MIDI)?
37.
What is Paperless Trade ?
38.
How conditional statements perform?
39.
Expand RDBMS.
40.
What is meant by network simulator?
41.
Define Internet.
42.
What is the purpose of the if ... else statement?
1.
(c)
= = =
2.
(b)
crossover cables
3.
(c)
Composite Attributes
4.
(d)
All of the above
5.
(a)
E-Commerce security
6.
(b)
for
7.
(d)
None of these
8.
(c)
Ns2
9.
(d)
Top Level Domain
10.
(a)
Internet
11.
(b)
2004
12.
(a)
Through Web Browser
13.
(b)
some
14.
(d)
function fumctionName(parameters) { function body }
15.
(b)
joint photographic experts group
16.
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.
17.
(i) EDI A is a hierarchical structure where the top level is referred to as an interchange, and lower levels contain multiple messages.
(ii) The messages consist of segments, which in turn consist of composites.
(iii) The final iteration is a data element.
18.
(i) Multimedia plays a vital role in offering an excellent alternative method to traditional teching by allowing the students to explore and learn various concepts through animation.
(ii) Students, teachers and the parents enjoy this multimedia mode of learing and multimedia learning materials.
(iii) Many educators accept multimedia introduces new ways of thinking in the classroom.
19.
< ?php
for ($x = 0; $x < = 5; $x++)
{
echo "Hello World < br >";
}
? >
20.
(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.
21.
Comparision between Internet, intranet and Extranet
| S.No | Internet | Intranet | Extranet |
| Meaning | Several Networks, small and big over the world, are connected together to form a Global network called the Internet. | Intranet is a website used by organizations to provide a place where employees can access company related information | Extranet is a private network using Internet technology to share part of business information with supplier's parthers and customers. |
| Applications | Download programs and files | Sharing of company policies/ rules and regulations | Online education/ training |
| Network accessibility | Public Access | Private Access | Private Access |
22.
| 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() |
23.
List of privileges available in MySQL
| Privileges | Action Performed (If Granted) |
|---|---|
| Select_priv | User can select rows from database tables. |
| Insert_priv | User can insert rows into database tables. |
| Update_priv | User can update rows of database tables. |
| Delete_priv | User can delete rows of database tables. |
| Create_priv | User can create new tables in database |
| Alter_priv | User can make changes to the database structure. |
24.
(i) Click on Master Pages icon.
(ii) Then click on the Text Tool. Now the cursor changes to I - beam number.
(iii) Then Click on the left Master page where you want to put the page.
(iv) Press Ctrl + Alt + P.
(v) The page number displays as 'LM' on the left master page.
(vi) Similarly click on the right Master page where you want to put the page number.
(vii) Press Ctrl + Alt + P.
(viii) The page number displays as 'RM' on the right master page, but will appear correctly on the actual pages.
25.
1. Most credit cards are accepted worldwide.
2. It is not necessary to pay physical money at the time of purchase.
3. The customer gets an extra period to pay the purchase.
4. Depending on the card, there is no need to pay annuity.
5. Allows purchase over the Internet in installments
6. Some issuers allows "round up" the purchase price and pay the difference
7. In cash to make the transactions easy
26.
(i) Domain can consist of Alphabets a through z, and the digits 0 through 9.
(ii) Hyphens are allowed, but hyphens can not be used as first character of a domain name.
(iii) Spaces are not allowed
(iv) Special symbols (such as !, $, &, _ and so on) are not permitted .
(v) Domain names have the minimum length of 2, and the maximum length of 63 characters. The entire name may be at most 253 characters long.
(vi) Domain names are not case-sensitive. (It may be upper, lower or mixing of both case letters).
27.
These social networks share several attributes in common:
Membership.
Social nets all generally requires user to register namesand accounts for avoid duplicate and secrecy so many public networks offer free registration, but some charge fees for their premium services. Private networks (such as BANK ACCOUNT HOLDERS groups) restrict registration to people who meet certain eligibility criteria.
Content contribution.
These networks allow members to easily share comments, movies, music, short films and/or photos with others.
Frequent return visits.
Healthy social net takes a centers around a base of members who check in regularly to contribute theirs and also for new updates.
Human relationship building.
The common goal of most social networks is allowing the interactions that build stronger connections with in communities of people
28.
Encryption technology is an effective information security protection. It is defined as converting a plaintext into meaningless ciphertext using encryption algorithm thus ensuring the confidentiality of the data. The encryption or decryption process use a key to encrypt or decrypt the data. At present two encryption technologies are widely used. They are symmetric key encryption system and an asymmetric key encryption system. Thre figure below shows the Data Encryption and Decryption process:
29.
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:
1. Communication tools.
2. Distributed revision control systems.
3. Bug trackers and task lists.
4. Testing and debugging tools.
(i) There are many open source softwares. So, we can select and use any software that suits our needs.
(ii) The complete options of the software can be used without any cost and restrictions.
(iii) We can share our ideas with the team. write the required code and share it with many.
(iv) As we can identify the programming techniques of group members, we can learn many ideas and make our program writing skills more efficient.
(v) The coding in open source software are being groomed by many enthusiastical members of the groups. So, if we report problems that we have in the program they are quickly mended by the group's effort.
(vi) As we can make changes to the open source software, we can add the most required features in the software.
(vii) Many open source software are very user friendly.
30.
| No. | TCP/IP | OSI |
| 1. | It is client server model. ie. when the client requests for service it is provided by the server. | It is conceptual model. |
| 2. | It is standard protocol used for every network including the internet. | It is not a protocol but a reference model used for understanding and designing the system architecture. |
| 3. | It is four layered model. | It has seven layers. |
| 4. | TCP / IP follows vertical approach. | OSI model supports horizontal approach. |
| 5. | It is Tangible | It is not Tangible |
| 6. | It is follows top to bottom approach | It is follows a bottom-up approach |
31.
MySQL function in PHP:
In PHP Scripting language many functions are available for MySQL Database connectivity and executing SQL queries.
MySQLi is extension in PHP scripting language which gives access to the MYSQL database. MySQLi extension was introduced version 5.0.0,
The MySQLi extension contains the following important functions which are related to MySQL database connectivity and management.
i) Mysqli_connect() Function
ii) Mysqli_close() Function
iii) Mysqli_query() Function
(i) Database Connections:
Before 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 anda Database Name.
(ii) Managing Database Connections :
The below code describes managing database connection methods and features.
The mysqli_connect function uses these variables to connect Database server to PHP. If connection gets fail, output will be printed with MySQL error code. Otherwise connection is success.
(iii) Performing Queries :
The main goal of MySQL and PHP connectivity is to retrieve and manipulate the data from MYSQL database server. The SQL query statements help in PHP MySQL extension to achieve the objective of MYSQL and PHP connection. "mysqli_query" is a function, that helps to execute the SQL query statements in PHP scripting language.
Syntax:
mysqli_query("Connection Object","SQL Query")
Example:
Closing Connection :
mysqli_close() Function is used to close an existing opened database connection between PHP scripting and MySQL Database Server.
32.
'for loop' is called as the entry-check loop.
The for loop is used to execute a block of code a specific number of times.
Syntax:
for (initialization; condition; increment / decrement)
{
//code to be executed;
}
The initialization part is executed only once at the beginning of the loop. It is used to initialize variables. The condition is evaluated before each iteration of the loop. If it is true, the code block is executed. If it is false, the loop is terminated. The increment/ decrement part is executed after each iteration of the loop. It is used to update variables.
Example 1
To print the numbers from 1 to 5 in ascending order
for (i = 1;
i<=5;
i++)
{
echo i. "<br>";
}
Output:
1
2
3
4
5
Example 2
To print the numbers from 5 to 1 in descending order
for (i = 5;
i<=1;
i--)
{
echo i. "<br>";
}
Output:
5
4
3
2
1
33.
Function in PHP:
A block of segment in a program that performs a specific operation such as Insert, Execute, Delete, Calculate etc.
A function is a type of sub-routine or procedure in a program.
The function can be divided into three types as follows.
(i) User defined Function
(ii) Pre-defined or System defined or Built-in Function
(iii) Parameterized Function
(i) User defined Function
PHP gives a privilege to user to write own specific operation inside of existing program module.
Two important steps the programmer has to create for users defined functions are
(a) Function Declaration
(b) Function Calling
(a) Function Declaration
A user defined function declaration begins with the keyword "Function".
User can write any custom logic inside in function block.
Syntax:
function functionName()
{
custom logic code to be executed;
}
(b) Function Calling
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:
functionName();
(ii) Pre-defined or System defined or built-in Function
Built-in functions are functions that exist in PHP installation package.
Functions can either return values when called or can simply perform an operation without returning any value.
Example:
rename_function()
This function renames original name to new name.
Parameter is also called as arguments just like variables.
Arguments are mentioned after the function name and inside the parenthesis.
There is no limit for sending arguments, just separate them with a comma notation.
Examples :
Parameterized function with one argument, two arguments respectively.
(i) function School Name ($sname)
(ii) function School Name ($sname, $strength)
34.
To place text in a Frame
(i) Click on any one Frame tool from the Toolbox.
(ii) Draw a frame with one of PageMaker's Frame tools (Rectangle frame tool (or) Ellipse Frame Tool (or) Polygon frame Tool). Make sure the objects remains selected.
(iii) Click on File > Place. The Place dialog box will appears.
(iv) Locate the document that contains the text you want to place, select it.
(v) Click on Open.
(vi) Click in a frame to place the text in it.The text will be placed in the frame.
35.
(i) Immediate money transfers through mobile device round the clock 24 x 7.
(ii) Can use single mobile application for accessing multiple bank accounts
(iii) Single Click Authentication for transferring of fund.
(iv) It is not required to enter the details such as Card no, Account number, IFSC etc. for every transaction.
(v) Electronic payments will become much easier without requiring a digital wallet or credit or debit card
36.
Musical Instrument Digital Identifier (MIDI) is a standard communication tool developed for computers and electronic instruments.
37.
The exchange of business documents between one trade partner and another electronically is called as Paperless Trade .
38.
It performs different actions for different decisions in programing language
39.
Relational Database Management System.
40.
A network simulator is a software program that replicates the functioning of a computer network.In simulators, the computer network is typically demonstrated with devices, traffic etc. and the performance are evaluated.
41.
Internet is the most common resource shared everywhere.
42.
The if ... else statement is a conditional statement in PHP. It executes one block of code if a condition is true and another block of code if the condition is false.
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