12th Standard Syllabus & Materials
12th Standard
TN 12th Standard Biology Zoology - Reproduction in Organisms Creative Questions Study Material - QB365 Set D
NEW12th Standard
TN 12th Standard Biology Zoology - Reproduction in Organisms Creative Questions Study Material - QB365 Set C
NEW12th Standard
TN 12th Standard Biology Zoology - Reproduction in Organisms Creative Questions Study Material - QB365 Set B
NEW12th Standard
TN 12th Standard Biology Zoology - Reproduction in Organisms Creative Questions Study Material - QB365 Set A
NEW12th Standard
TN 12th Standard Physics Electronics and Communication Creative Questions Study Material - QB365 Set D
NEW12th Standard
TN 12th Standard Physics Electronics and Communication Creative Questions Study Material - QB365 Set C

Published on: 01/10/2020
12th Standard Computer Applications English Medium Important 5 Mark Creative 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.
What are the Limitations of E-Commerce
2.
Explain in detail about Open NMS.
3.
Explain the advantages of UPI?
4.
List the steps involved in Crimping process for making Ethernet cables
5.
What are the three types of syntax in PHP? Explain them in detail.
6.
Explain the following
1. Primary Key
2. Foreign Key
3. Candidate Key
4. Super Key
5. Composite key
7.
What are the methods to unthread a threaded block? Explains.
8.
Draw the structure of UN/EDIFACT message
9.
How Multimedia is used in Business systems?
10.
Describe the subsets of payment fraud.
11.
Write a notes on Hierarchical name space?
12.
Explain file uploading method in PHP.
13.
Explain in detailed about Third Generation of Mobile Networks.
14.
What are the attributes of Social networking?
15.
Write a PHP program to display week days using switch case statement.
16.
Write a short note on parameters of mysqli_connect( ) function?
1.
(i) E-Commerce also has some limitations. The following are the major drawbacks of E-Commerce for a business organization.
(ii) In E-Commerce, the customer should wait between placing the order and having the product in hand.
(iii) The doubts about the period of returning, will the returned goods reach source in time, refunds, exchange, and postage make one tiresome.
(iv) Privacy issues are serious in E-Commerce.
(v) In E-Commerce generating consumer information is inevitable. Not all the companies use the personal information they obtained to improve services to consumers.
(vi) Many companies misuse the information and make money out of it.
(vii) It is true that privacy concerns are a critical reason why people get cold feet about online shopping Physical product disputes are a major disadvantage in E-Commerce.
(viii) In online shopping, we would see only the pictures the seller had chosen for us.
(ix) The Internet needs to survive the trip from the supplier to the consumer. This makes the customers turn back towards traditional supply chain arrangements.
(x) It is pretty hard to knock on their door to complain or seek legal recourse. Further, even if the item is sent, it is easy to. start bothering whether or not it will ever arrive on time.
2.
(i) Open NMS (Network Management System) is a free and open-source initiative grade network monitoring and management platform.
(ii) It is established and maintained by a community of users, developers and by the Open NMS Group.
(iii) It offering services, training, and support.
The goal is for Open NMS
(i) The goal is for Open NMS to be an actually distributed, scalable management application platform for all features of the FCAPS (Fault, Configuration, Accounting, Performance, Security) network management model.
(ii) Presently the emphasis is on Fault and Performance Management.
It was intended to cope tens of thousands of devices from a single server as well as achieve unlimited devices using a cluster of servers.
Features:
(i) OpenNMS comprises a discovery engine to routinely configure and manage network devices without operator intervention. It is written in Java and is issued under the GNU (General Public License.)
(ii) OpenNMS is the World's first software for Network monitor and management with opensource options.
OpenNMS- Types:
There are two types in this Meridian and Horizon.
Meridian: When we need stability and long term support choose Meridian which is best for Enterprises as well as businesses.
Horizon:
(i) It is used where innovation occurs frequently.
(ii) It is Best for IT-ecosystem, new technology monitoring.
History:
(i) OpenNMS was Released in 1999 by Steve Giles, Brian Weaver, and Luke Rindfuss.
(ii) In 2004 OpenNMS Group was created by Balog, Matt Brozowski, and David Hustace.
(iii) It is written in Java and can run on all type of platform.
(iv) It gives us Event management & Notification, Discovery & Provisioning, service monitoring, and Data Collection.
(v) Won a lot of awards for best of opensource software.
3.
(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
4.
(i) Cut the cable with desired length
(ii) Strip the insulation sheath about 1 inch from both ends of the cable and expose the twisted pair wires
(iii) After stripping the wire, untwist the smaller wires and arrange them into the proper wiring scheme, T568B preferred generally.
(iv) Bring the wires tighter together and cut them down so that they all have the same length (1/2 inch).
(v) Insert the all 8 colored wires into the eight grooves in the connector. The wires should be inserted until the plastic sheath is also inside the connector.
(vi) Use the crimping tool to lock the RJ45connector on the cable. It should be strong enough to handle manual traction. Now it is ready for data transmission.
(vii) Use a cable tester to verify the proper connectivity of the cable, if need.
5.
Default Syntax:
The default Syntax begins with " < ?php"and closes with "? > ".
Short open Tags
(i) The Short open Tags begins with " < ?" andcloses with "? > " .
(ii) But admin user has to enable Short style tags settings in php.ini file on the server.
HTML Script embed Tags:
HTML Script embed Tags looks just like HTML scripts tags.
6.
1. Primary Key:
(i) This key of relational table identifies each record in the table in a unique way.
(ii) A primary key which is a combination of more than one attribute is called a composite primary key.
(iii) The candidate key that is chosen to perform the identification task is called the primary key
2. Foreign Key:
(i) A foreign key is a "copy" of a primary keythat has been exported from one relation into another to represent the existence of a relationship between them
(ii) A foreign key is a copy of the whole of its parent primary key i.e if the primary key is composite, then so is the foreign key.
(iii) Foreign key values do not (usually) have to be unique.
(iv) Foreign keys can also be null.
(v) A composite foreign key cannot have some attribute(s) null and others non-null.
3. Candidate Key:
(i) Each super key is called a candidate key.
(ii) A candidate key is selected from the set of Super Key.
(iii) While selecting candidate key, redundant attributes should not be taken.
(iv) The candidate key is also known as minimal super keys.
4. Super Key:
(i) An attribute or group of attributes, which is sufficient to distinguish every tuple in the relation from every other one is known as Super Key.
5. Composite Key (Compound Key):
(i) A key with more than one attribute to identify rows uniquely in a table is called Composite key.
(ii) This is also known as Compound Key.
7.
Method - 1:
(i) Select the blcok that you wish to unthread with the pointer tool. Click on Edit > Cut in the menu bar. (the block disappear).
(ii) Now click on the Edit ⟶ Paste in the menu bar.
(iii) The block will reappear in the same position, but it is now an unthreaded block
Method - 2:
(i) Select the block that you wish to unthread with the pointer tool
(ii) Then choose the Text tool and select all the menu bar.(the blok disappear).
(iii) Now click the insertion point within an existing threaded block.
(iv) Then click on Edit ⟶ Paste in the menu bar.
(v) The text will be added in this block.
8.

9.
(i) Business applications for multimedia include presentations, training, and internet protocols and soon.
(ii) The marketing and advertising agencies are using animation techniques for sales promotion.
(iii) Multimedia is used very commonly for building employee ID.
(iv) High resolution projectors are common for multimedia presentations on the road.
(v) Cell phones and personal digital assistants with Bluetooth and Wi-Fi communication technology makes multimedia communication for business more effiCiently.
10.
Payment frauds have subsets like Friendly fraud (when customer demands false reclaim or refund), Clean fraud (when a stolen credit card is used to make a purchase) Triangulation fraud (fake online shops offering cheapest price and collect credit card data) etc.
11.
(i) To avoid the major disadvantage of Flat namespace, hierarchical namespace is used in large
(ii) Hierarchical namespace is where the name is made up of several parts.
a. First part may represent the nature of the organization.
b. Second part may represent the name of the organization, and
c. Third part may represent the department of the organization and so on.
(iii) In this way the power to control the namespace can be decentralized.
(iv) The centralized authority can be given to nature and then to the name of the organization and so on.
(v) To achieve hierarchical namespace, Domain Name Space was designed.
12.
1. File upload is the best feature to select one file from the local machine to server machine.
2. Form tag is used to mention a method as POST or GET and encrypt attribute mentioned as "multipart/form-data".
3. In the < Input > tag mention type="file" attribute shows the input field as a file-select control, with a "Browse" button next to the input control.
4. The form above sends data to a file.
5. In Server machine "php.ini" file, search for the file_uploads directive, and set it to On: "file_uploads = On"
6. After submitting the upload button the request reaches to the file.
7. In the file $FILES variable collects all uploaded file information such as name of the file, size of the file and extension of the file etc.
8. All the details are checked thoroughly and the errors are saved in an array variable.
9. The file finally moves under the image directory if the array error variable is empty.
13.
(i) Third generation of mobile systems merges different mobile technology standards, and uses higher frequency bands for transmission and Code Division Multiple Access to delivery data rates of up to 2Mbit/s supports multimedia services (MMS: voice, video and data) .
(ii) European standard is UMTS(Universal Mobile Telecommunication Systems).
(iii) Mobile phones systems continue to use digital transmission with SIM authentication for billing systems and for data incorruption.
(iv) Data transmission used a WCDMA. WCDMA stands for (Wideband Code Division Multiple Access).
(v) One technique to obtain data rates between 384kbit/s and 2048kbit/s. Few 3G suppliers use ATM (Asynchronous Transfer Mode) for their 'over the air' network with in MPLS(Multiprotocol Label Switching) or IP for theirs backbone network.
(vi) Mobility still supported at layer2, and hence like 2G it still prohibits seamless roaming beyond heterogeneous access networks and routing domains.
(vii) The transmission were band frequencies are between 1900 and 2200 MHz. All UMTS license holders at the UK holds a 20-year license with the condition that 80% population coverage is achieved by 31 December 2007.
(viii) The present third generation licensed operators in the UK can be seen below as at August 2004.
14.
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
15.
< ?php
$n = "February";
switch($n) {
case "January":
echo "Its January";
break;
case "February":
echo "Its February";
break;
case "March":
echo "Its- March";
break;
case "April":
echo "Its April";
break;
case "May":
echo "Its May";
break;
case "June":
echo "Its June";
break;
case "July":
echo "Its July";
break;
case "August":
echo "Its August";
break;
case "September":
echo "Its September";
break;
case "October":
echo "Its October";
break;
case "November":
echo "Its November";
break;
case "December":
echo "Its December";
break;
default:
echo "Doesn't exist";
}
? >
16.
(i) Four Parameters are used to connect to the Database server.
(ii) They are
1.$ servername -> Database Server server IP address
2.$ susername -> Database Server User Name
3.$ password -> Database Server Password
4.$ DB_Name -> Database Name
12th Standard Syllabus & Materials
12th Standard
TN 12th Standard Physics Electronics and Communication Creative Questions Study Material - QB365 Set B
NEW12th Standard
TN 12th Standard Physics Electronics and Communication Creative Questions Study Material - QB365 Set A
NEW12th Standard
TN 12th Standard Physics Wave Optics Creative Questions Study Material - QB365 Set D
NEW12th Standard
TN 12th Standard Physics Wave Optics Creative Questions Study Material - QB365 Set C
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