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: 13/05/2022
QB365 provides detailed and simple solution for every book back questions in class 12 Computer Applications subject.It will helps to get more idea about question pattern in every book back questions with solution.
latest Book back QuestionsDownload 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 about EDIFACT separators
2.
Write a note on EDIFACT message.
3.
List the various layers of EDI.
4.
Write a note on PGP
5.
Differentiate asymmetric and symmetric algorithms.
6.
List any two E-Commerce Security Threats.
7.
Briefly explain the stored value card and its types.
8.
9.
Define micro electronic payment and its role in E-Commerce.
10.
Write a note on name-your-own-price websites.
11.
Write a short note on the third wave of E-Commerce.
12.
Explain Types of Organisations related to Open Source.
13.
Write note on open source hardware.
14.
Explain Free software.
15.
What are the types of Fibre optic cables?
16.
What is meant by null modem cable? Give the examples.
17.
18.
What are the differences between Absolute URL and Relative URL?
19.
Differentiate IPv4 and IPv6.
20.
List out some benefits of social networks.
21.
What is the usage of cloud storage and cloud computing?
22.
Write a note PHP MySQL database connection.
23.
Differentiate mysqli_affected_rows( ) Function and mysqli_fetch_assoc( ) Function.
24.
Write short notes on File handling.
25.
Differentiate Associate array and Multidimensional array.
1.
| Character | Uses |
|---|---|
| Apostrophe (') | segment terminator |
| Plus sign (+) | segment tag and data element separator |
| Colon (:) | component data element separator |
| Question mark (?) | Release character |
| Period (.) | decimal point. |
2.
The basic standardization concept of EDIFACT is that there are uniform message types called United Nations Standard Message. The message types have exactly one nickname consisting of six uppercase English alphabets. The message begins with UNH and with UNT.
3.
Electronic data interchange architecture specifies four different layers namely
(i) Semantic layer
(ii) Standards translation layer
(iii) Transport layer
(iv) Physical layer
4.
Phil Zimmermann developed PGP in 1991. It is a decentralized encryption program that provides cryptographic privacy and authentication for data communication. PGP encryption uses a serial combination of Hashing, data compresion, symmetric key cryptography and asymmetric key cryptography and works on the concept of "web of Trust" It is also called "Pretty Good Privacy".
5.
| Symmetric Key Encryption | ASymmetric Key Encryption |
|---|---|
| Same key is used for both encryption and decryption | Different keys is used for encryption and decryption |
| Speed of encryption or decryption is very fast | Speed of encryption or decryption is comparatively slow |
| Plain text and cipher text are of same size | The size of cipher text is always greater than plain text. |
| Algorithms like DES, AES, RC4 uses symmetric key encryption | Algorithms like RSA, ECC, DSA use asymmetric key encryption |
| The number of key used grows exponentially with the numbers of users | The number of key used grows linearly with the numbers of users |
| Provides confidentiality. | Provides confidentiality, authenticity and non- repudiation. |
6.
(i) Information leakage
(ii) Tampering
(iii) Payment frauds
(iv) Malicious code threats
(v) Distributed denial of service attacks
(vi) Cyber squatting
(vii) Typopiracy
(viii) Hacking
7.
Stored value card is a type of debit card that is pre-loaded with certain amount(value), with which a payment is made. It is a card that has default monetary value onto it. The card may be disposed when the value is used, or recharged to use it again. The major advantage of stored value card is that customers don't need to have a bank account to get prepaid cards. There are two varieties for stored value card.
(i) Closed loop (single purpose) Eg: Chennai metro rail travel card.
(ii) Open loop (multipurpose) Eg.: Visa gift cards.
8.
9.
(i) It is an online payment system designed to allow efficient and frequent payments of small amounts.
(ii) The majority of micro electronic payment system were designed to pay for simple goods on the Internet. e.g., subscriptions of online games, read journals, listen to a song or watch a movie online etc.
(iii) In general, the parties involved in the micro on-line payments are Customer, Service Provider and Payment processor.
10.
Name-your own price websites are just like normal retail sites. In contrast, the buyer negotiates with the retailer for a particular product or service. https://in.hotels.com/
11.
(i) The third wave is brought on by the mobile technologies.
(ii) It connects users for real-time and on-demand transactions via mobile technologies.
(iii) The term Web 3.0, summarize the various characteristics ofthe future Internet which include Artificial Intelligence, Semantic Web,Generic Database etc.
12.
Organization related to open source:
(i) Apache Software Foundation
(ii) Free Software Foundation
(iii) Linux Foundation
(iv) Open Source Initiative.
13.
(i) In this period of increased competition and cyber crimes, the computers used by indivudals or business organisations may have spy hardwares of rivals.
(ii) Open source hardware technology helps in such threats.
(iii) In this technique we get the components of the hardware and its circuit diagram, so that we can remove suspicious spyware if found.
14.
(i) Free software is a concept developed in the 1980s by an MIT computer science researcher, Richard Stallman who defined four conditions, as outlined by the nonprofit Free Software Foundation.
(ii) These "four freedoms" emphasize the ability of users to use and enjoy software as they see fit.
(iii) Freeware usually refers to proprietary software that users can download at no cost, but whose source code cannot be changed.
15.
There are two types of fibre optic cables available.
One is single-mode and another is Multimode.
(i) Single-mode cables are used for long distance transmission and at a high cost.
(ii) Multimode cables are used for short distance transmission at a very low cost.
16.
(i) A cable interconnecting two devices directly is known as a null modem cable.
(ii) The crossover Ethernet cable is an example of the null modem cables.
17.
18.
| SI.No. | Absolute URL | Relative URL |
| 1. | Absolute URL is the complete address of a document on the Internet. | Relative URL is the partial address of a document on the Internet. |
| 2. | Absolute URL contains all the information that are required to find the files on the Internet. | Relative URL contains only file name or file name with folder name. |
| 3. | If any of the four parts is missing, then the browser will not be able to link to the specific file. So, all the four parts are very important in absolute URL. | We can use this type of URL when the file is on the same server related to current document. |
19.
| No. | IPv4 | IPv6 |
| 1. | IPv4 address is a 32 bit unique address given to a computer system. | IPv6 address is a 128 bit unique address given to a computer system. |
| 2. | There are two ways to represent the IP address: Binary notation, Dotted-decimal notation. | It follows Hexadecimal number notation. |
| 3. | The number of address that can be formed is 232. | The number of addresses formed in IPv6 is 2128 |
20.
(i) Group information sharing over long distances.
(ii) Broadcast announcements.
(iii) Fostering diversity of thought.
21.
Cloud storage
1. It is just storage of data on online, access in different area no geographical limits was in need.
2. Cloud storage provides users with immediate access to a broad range of resources.
Cloud computing:
1. It is the on demand availability of computer system resources.
2. Especially data storage and computing power, without direct active management by the user
22.
Database Connections: 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 and Database Name.
23.
| mysqli_affected rows( ) | mysqli_fetch_assoc( ) |
|---|---|
| It returns the number of affected rows in the prearvious SELECT, INSERT UPDATE, REPLACE, or DELETE query. | It fetches a result rowas an associative aray |
| Return value: An integer >0 indicates the number of rows affected (0 indicates that no records were affected. '-1' indicates that the query returned an error). |
Returns an associative array of strings representing the fetched row. NULL if there are no more rows in result set. |
| Syntax: mysqli_affected_rows (connection); |
Syntax: mysqli fetch_as-soc(result); |
24.
File handling is needed for any web application development process. File handling in PHP similar as file handling is done by Clanguage. PHP has many functions to work with normal files.
25.
| Associate array | Multidimensional array |
|---|---|
| Associative arrays are arrays that use named keys that you assign to them. | An array containing one or more arrays. |
| It storing data in a liner | Multi-dimensional arrays that are two, three, four, five, or more levels deep. |
| We can associate the name with each array element in PHP using = > symbol. | It can be represented in the form of a matrix which is represented by row * column. |
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