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 Creative Three mark Question with Answer key - 2021(Public Exam)
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 short notes on web1.0, web2.0, web3.0.
2.
Write some of the features of Open Source Hardware
3.
Define
(I) Closed Loop
(II) Open Loop
4.
Write short note on. Var_dump( ) function with Example
5.
List few commonly used databases.
6.
Write the steps to draw a line
7.
Write the steps to import the text.
8.
Differentiate copying and moving the text.
9.
Write a short note on EDIFACT structure.
10.
What Is mean by E-cash?
11.
What is mean by CVC/CW?
12.
List some popular macro on-line payment systems.
13.
How is multimedia applicable in Medical services?
14.
What is the use of digital signature?
15.
Write a note on Country top-level domain names.
16.
Explain briefly about fwrite( ) function.
17.
Write the Validation rules for HTML input fields.
18.
Write a short notes on Wi-Fi
19.
List some Applications of Intranet?
20.
Write a php program to display 1 to 10 numbers using while loop
21.
What is Data sharing?
22.
Write short note on E-Banking?
23.
Write a php program to check whether the given number is positive or negative.
24.
How the connection will get success in mysqli_connect( ) function?
25.
Draw the For loop Structure and Flow chart
1.
(i) Web 1.0 (Web of Content) is the early web that contained text, images, and hyperlinks and allowed users only to search for information and read it. There was a very little in the way of user interaction or content generation.
(ii) Web 2.0 (Web of Communication) is a read-write web that allowed users to interact with each other.
(iii) Web 3.0 (Web of Context) is termed as the semantic web or executable web with dynamic applications, interactive services, and "machine-to-machine" interaction.
2.
(i) Remix
(ii) Remake
(iii) Remanufacture
(iv) Redistribute
(v) Resell
(vi) Study and Learn
3.
(i) Closed Loop
1. In closed loop cards, money is metaphorically stored on the card in the form of binary-coded data.
2. Closed loop cards are issued by a specific merchant or merchant and can only be used to make purchases from specific place. e.g. chennai metro rail travel card.
(ii) Open loop (multipurpose)
1.Open loop cards can be used to make debit transaction at variety of retailers.
2. It is also called as prepaid-debit cards.
3. It can be used anywhere the branded cards are accepted. e.g. Visa gift cards.
4.
(i) The var_dump( ) function is used to dump information about a variable.
(ii) This function displays structured information such as type and value of the given variable.
(iii) Arrays and objects are explored recursively with values indented to show structure.
Example:
\($\)x = "COMPUTER APPUCATION!";
\($\)x = null;
var dump(\($\)x);
?>
OUTPUT: NULL
5.
(i) DB2
(ii) MySQL
(iii) Oracle
(iv) PostgreSQL
(v) SQLite
(vi) SQL Server
(vii) Sybase
6.
1. Select the Line tool from the toolbox. The cursor changes to a crosshair
2. Click and drag on the screen to draw your line. As you drag, a line appears.
3. Release the mouse button and the line will be drawn and selected, with sizing handles on either end. Resize the line by clicking and dragging the handles, if necessary.
7.
1. Choose File ⟶ Place. The Place dialog box will appear.
2. Locate the document that contains the text you want to place and select it.
3. Click on Open in the Place dialog box. The pointer changes to the loaded text icon.
4. Make a text block to place the text. (Or) Click in the page to place the text. The text will be placed in the page. If the text to be placed is too big to fit on one page, PageMaker allows you to place it on several pages. This can be done manually or automatically.
8.
| Copying | Moving |
|---|---|
| Creating similar text in new location | Relocating the original text in a new location |
| Makes a duplicate text in another location | Transfers the Original text to another location |
| Will not affect the original content | Will delete the Original content |
| Keyboard shortcuts for cut and paste: ctrl + X ⟶ to Cut ctrl + V ⟶ to Paste |
Keyboard shortcuts for copy and paste: Ctrl + C ⟶ to Copy Ctrl + V ⟶ to Paste |
9.
(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.
10.
1. Electronic cash is (E-Cash) is a currency that flows in the form of data.
2. It converts the cash value into a series of. encrypted sequence numbers, and uses these serial numbers to represent the market value of various currencies in reality.
11.
1. CVV - Card Verification value
2. CVC - Card Verification code
3. It is a 3 digit code usually printed to the left of signature pane validates the card.
12.
1. Some popular macro on-line payment systems are
2. Card based payment systems
3. Electronic account transfer
4. Electronic cash payment systems
5. Mobile payment systems and internets payment systems
13.
(i) Medical Students practices surgery methods via simulation prior to actual surgery.
(ii) Tiny digital cameras are inserted in human body and it displays the inner scene of the body. Like wise, the medical practioners were able to see the inner part without dissecting it.
14.
A digital signature is a mechanism that is used to verify that a particular digital document, message or transaction is authentic.
15.
(i) Country domain uses 2-character Country abbreviation according to country.
(ii) For e.g., google.in - for INDIA, Google's for US. Some of the Domain Name and their meaning
| Domain Name | Meaning |
|---|---|
| in | India |
| us | United States |
| fr | France |
| uk | United Kingdom |
| ca | Canada |
| au | Australia |
| Ik | Srilanka |
| bd | Bangladesh |
| cn | China |
| pk | Pakistan |
| jp | Japan |
| sg | Singapore |
16.
PHP write a File:
The fwrite( ) function is used to write to a file.
Syntax:
fwrite($myfile, $txt);
Example:
< ?php
$myfile = fopen("new_schooLfile.
txt", "w'')
or die("Unable to open file!'');
$txt = "School Name\n";
fwrite($myfile, $txt);
$txt = "Student Name\n";
fwrite($myfile, $txt);
fclose($myfile);
? >
17.
Validation rules for HTML input field:
| Name (text Input) | : | Must contain letters and white-spaces |
| Email (Text Input) | : | Must contain @ and .strings |
| Website (Text Input) | : | Must contain a valid URL |
| Radio | : | Must be selectable minimum one value |
| Check Box | : | Must be checkable minimum one value |
| Drop Down menu | : | Must be selectable minimum one value |
18.
(i) Wi-Fi stands for Wireless Fidelity.
(ii) It is a wireless network technology that permits computers and alternative devices to be connected to every alternative into a local area network and to the net without wires and cables .
(iii) Wi-Fi is additionally stated as wireless local area network that stands for wireless local area network, and 802.11, that is that the technical code for the protocol.
19.
1. Sharing of company policies/rules and regulations
2. Access employee database
3. Distribution of circulars/ Office Orders
4. Access product and customer data
5. Sharing of information of common interest
6. Launching of personal departmental home pages
7. Submission of reports
8. Corporate telephone directories.
20.
< ?php
$x = 1;
while($x < = 10)
{
echo sx:
$x++;
}
? >
21.
(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.
22.
(i) E-Banking plays an important role in our day today life, via Internet it can be accessed anytime, anywhere 24/7.
(ii) The speed and efficiency was very much better than that of done by counter at bank.
(iii) Owaday's online payment were done via Internet to avoid standing in the queue at office to paybills with very low transaction fees.
23.
< ?php
$x = -12;
if ($x > 0)
{
echo "The number is positive";
}
else{
echo "The number is negative";
}
? >
24.
(i) The mysqll_connect function uses these variables and connect Database server from PHP scripting.
(ii) If connection gets fail, output will be printed with MySQL error code. Otherwise connection is success.
25.
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