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: 31/12/2022
QB365 provides a detailed and simple solution for every Possible Questions in Class 12 Computer Application Subject - Important 1 Mark MCQ's, English Medium. It will help Students to get more practice questions, Students can Practice these question papers in addition to score best marks.
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 EDI separators are used as component data element separator?
,
+
?
2.
Identify which is not a server side application language.
PHP
HTML
ASP
JSP
3.
If the network has ___ connections then 'P' address should be there.
n
q
p
m
4.
Which protocol provide email service?
HTTP
HTTPS
SMTP
UDP
5.
How many active users are there for Internet?
1, 130 million
2,230 million
2,130 million
2, 133 million
6.
World Wide Web was invented by _____
Tim Bernold
Tin Bernerd
Tim Berners Lee
Tim Bernernm
7.
Which combination has become very popular server side web scripting language in Internet?
PHP and Mysql
Mysql
PHP
Sql
8.
_____________ and ____________ are used to create and run NS2.
OTCL and C++
OTCL and Java
C and C++
None of these
9.
_____________ cable connects wired devices within the local area network for sharing the resources and accessing Internet.
wireless cable
Ethernet cable
Coaxial cable
Twisted Wire
10.
________ has become the latest enriching experience in the field of information sector.
Multimedia
Web Casting
Web Hosting
All of the above
11.
Form tag is used to mention a method as ______.
POST
GET
Either a or b
None of these
12.
| Cloud storage | - | Internet Computing |
| Cloud computing | - | Access in different A |
| Flame Ware | - | abusive Messages |
| Hackers | - | skilled experts |
1 2 3 4
4 3 2 1
2 1 4 3
2 1 3 4
13.
______Method was used at U.S Military Radar system.
SABRE
ARPANET
SAGE
Networking
14.
_______is important to all computer and Internet related applications
Data
MySQL
PHP
None of these
15.
How many parameter are required for MYSQLi Close function in PHP ?
1
2
3
5
16.
Which of the following is a type of EDI?
Direct EDI
Indirect EDI
Collective EDI
Unique EDI
17.
Secure Electronic Transaction (SET) was developed in
1999
1996
1969
1997
18.
In E-Commerce, when a stolen credit card is used to make a purchase it is termed as
Friendly fraud
Clean fraud
Triangulation fraud
Cyber squatting
19.
Which of the following is a online payment system for small payments.
Card based payment
Micro electronic payment
Macro electronic payment
Credit card payment
20.
Off-shoring means
Work outsourced to a branch of its own company
Work outsourced to new employees
Work outsourced to a third party locally
Work outsourced to a third party outside its own country
21.
OpenNMS Group was created by ______.
Balog
Matt Brozowski
David Hustace
All of them.
22.
Which of the following is a software program that replicates the functioning of a computer network?
Network software
Network simulation
Network testing
Network calculator
23.
Match the following
| 1. Ethernet | Port |
| 2. RJ45 connector | Ethernet |
| 3. RJ45 jack | Plug |
| 4. RJ45 cable | 802.3 |
1, 2, 4, 3
4, 1, 3, 2
4, 3, 1, 2
4, 2, 1, 3
24.
Which connector is used in the Ethernet cables?
RJ11
RJ21
RJ61
RJ45
25.
ARPANET stands for
American Research Project Agency Network
Advanced Research Project Area Network
Advanced Research Project Agency Network
American Research Programs And Network
26.
Which of the following statements are true?
i) Domains name is a part of URL.
ii) URL made up of four parts
iii) The relative URL is a part of Absolute URL
iv) URL doesn’t contain any protocol
i & ii
ii
i, ii & iii
i, ii & iv
27.
In the domain name, the sequence of labels is separated by
Semicolon (;)
dot (.)
colon (:)
NULL
28.
How many bits are used in the IPv6 addresses?
32
64
128
16
29.
TCP/IP is a combination of two protocols:
i. Transmission Control Protocol (TCP)
ii. Internet Protocol (IP)
iii. Selection Protocol (SP)
iv. Captial Protocol (CP)
i, ii
i, iii
iii, iv
ii, iii
30.
________________ refer to other host computers by using names rather than numbers.
DNS
TCP
FTP
SMTP
31.
Match the following and choose the correct answer
| i. | HTTP | The core protocol of the World Wide Web. |
| ii. | FTP | enables a client to send and receive complete files from a server. |
| III. | SMTP | Provide e-mail services. |
| iv | DNS | Refer to other host computers by using names rather than numbers. |
i, ii, iii, iv
ii, iii, iv, i
iii, iv, i, ii
iv, iii, ii, i
32.
In mobile network, land areas for network coverage was distributed as
Firmware
cells
Range
Service
33.
People now a days getting relaxed via
Business
Corporate company
News papers
Social media
34.
Western Electric introduced the first widely used ______________ that implemented true computer control.
Packet switch
Arpanet
Host
Telephone switch
35.
Computer network devices that originates route and terminate the data were called as
Hub
Resource
Node
Cable
36.
Which is the correct function to execute the SQL queries in PHP ?
mysqli_query(“Connection Object”,”SQL Query”)
query(“Connection Object”,”SQL Query”)
mysql_query(“Connection Object”,”SQL Query”)
mysql_query(“SQL Query”)
37.
PHP is a _________ typed language
User
Loosely
Server
System
38.
In HTML form < input type= "text" > is used to
process text
input text
Validate text
Output text
39.
What will be the output of the following PHP code ?
< ?php
for (\($\)x = 1; \($\)x < 10;++\($\)x)
{
print “*\t”;
}
? >
**********
*********
***********
Infinite loop
40.
Which loop evaluates condition expression as Boolean, if it is true, it executes statements and when it is false it will terminate?
For loop
For each loop
While loop
All of them
41.
Statement which is used to make choice between two options and only option is to be performed is written as
if statement
if else statement
then else statement
else one statement
42.
What will be the output of the following PHP code?
< ? php
\($\) x;
if (\($\)x)
print “hi” ;
else
print “how are u”;
? >
how are u
hi
error
no output
43.
A function in PHP starts with __
Function
__def
def
function
44.
45.
Which is the MySQL instance responsible for data processing?
MySQL Client
MySQL Server
SQL
Server Daemon Program
46.
The _____ diagram gives a logical structure of the database graphically?
Entity-Relationship
Entity
Architectural Representation
Database
47.
______ tool is used for drawing boxes.
Line
Ellipse
Rectangle
Text
48.
In PageMaker Window, the area outside of the dark border is referred to as _____.
page
pasteboard
blackboard
dashboard
49.
50.
One of the disadvantages of the multimedia is its __________
cost
adaptability
usability
relativity
1.
2.
(b)
HTML
3.
(c)
p
4.
(c)
SMTP
5.
(b)
2,230 million
6.
(c)
Tim Berners Lee
7.
(a)
PHP and Mysql
8.
(a)
OTCL and C++
9.
(d)
Twisted Wire
10.
(a)
Multimedia
11.
(c)
Either a or b
12.
(a)
1 2 3 4
13.
(c)
SAGE
14.
(a)
Data
15.
(a)
1
16.
(a)
Direct EDI
17.
(b)
1996
18.
(b)
Clean fraud
19.
(b)
Micro electronic payment
20.
(d)
Work outsourced to a third party outside its own country
21.
(d)
All of them.
22.
(b)
Network simulation
23.
(c)
4, 3, 1, 2
24.
(d)
RJ45
25.
(c)
Advanced Research Project Agency Network
26.
(b)
ii
27.
(b)
dot (.)
28.
(c)
128
29.
(a)
i, ii
30.
(a)
DNS
31.
(a)
i, ii, iii, iv
32.
(b)
cells
33.
(d)
Social media
34.
(d)
Telephone switch
35.
(c)
Node
36.
(a)
mysqli_query(“Connection Object”,”SQL Query”)
37.
(b)
Loosely
38.
(a)
process text
39.
(b)
*********
40.
(c)
While loop
41.
(b)
if else statement
42.
(a)
how are u
43.
(a)
Function
44.
(a)
45.
(b)
MySQL Server
46.
(a)
Entity-Relationship
47.
(c)
Rectangle
48.
(b)
pasteboard
49.
(c)
50.
(a)
cost
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