TN Online TestSamacheer Kalvi practice

12th Standard Computer Applications: Previous Year Mixed Test

Questions from all 7 papers (2020–2026) in one test. Each question shows the paper it came from, so you can see which years ask what.

Set up your test

All previous year papers
Time remaining00:00
Q1 March 2026
Which of the following is a raster image file format?
Q2 March 2026
Place option is present in __________ menu.
Q3 March 2026
__________ Command is used to modify the existing structure of database or table.
Q4 March 2026
What is the extension of PHP file?
Q5 March 2026
A __________ is a block of code that performs a specific task.
Q6 March 2026
Which of the following is used to terminate the switch statement?
Q7 March 2026
What is the purpose of the ‘increment’ part of a for loop?
Q8 March 2026
What form control allows the user to select multiple values?
Q9 March 2026
Which version of PHP supports MySQLi functions?
Q10 March 2026
Which one of the following is not the social media?
Q11 March 2026
Wi-Fi stands for __________.
Q12 March 2026
Which of the following connector is called as Champ Connector?
Q13 March 2026
G2G systems are classified into:
Q14 March 2026
UPI stands for __________.
Q15 March 2026
How many Layers are specified in EDI architecture?
Q16 March 2025
__________ has five major components like text, images, sound, video and animation.
Q17 March 2025
A __________ is used for magnifying the particular portion of the area.
Q18 March 2025
To select an entire document using the keyboard, press __________.
Q19 March 2025
Which operator is called "identical" ?
Q20 March 2025
How many types of arrays are there in PHP ?
Q21 March 2025
What type of statement is the if...else statement ?
Q22 March 2025
What is the output of the following code ?
$i = 4;
do
{
echo $i."<br>";
$i++;
} while ($i<=3);
Q23 March 2025
Which looping structure should be used to iterate over elements of an array in PHP ?
Q24 March 2025
What type of loop is "while loop" in PHP ?
Q25 March 2025
A set of Computers connecting together is called as __________.
Q26 March 2025
The expansion of FTP is :
Q27 March 2025
WWW was invented by :
Q28 March 2025
__________ host the e-books on their websites.
Q29 March 2025
Which of the following system securely share business information with suppliers, vendors, partners and customers ?
Q30 March 2025
Which is the first industry-specific EDI Standard ?
Q31 March 2024
AIFF file format was developed by __________.
Q32 March 2024
Identify the data query language command used to retrieve the data from database.
Q33 March 2024
Which statement is used to show the output of a string or other data in the screen in PHP ?
Q34 March 2024
Which of the following is used to terminate from the switch statement ?
Q35 March 2024
What is the output of the following code ?
for($i=5; $i>=1; $i--)
{
echo $i ."<br>";
}
Q36 March 2024
Which of the following is the correct function for closing connection in PHP ?
Q37 March 2024
In mobile network, land areas for network coverage was distributed as __________.
Q38 March 2024
How many bits are used in the IPv6 addresses ?
Q39 March 2024
Which of the following Connector is called as Champ Connector ?
Q40 March 2024
Place option is present in __________ menu.
Q41 March 2024
Expansion of SME is :
Q42 March 2024
Which of the following is correctly matched ?
Q43 March 2024
Root name server are maintained by __________.
Q44 March 2024
Which of the following is not a security element involved in E-Commerce ?
Q45 March 2024
A user-defined function in PHP starts with the keyword __________.
Q46 March 2023
The live telecasting of real-time program through Internet is known as ________.
Q47 March 2023
In PageMaker window, the area outside the dark border is referred to as ________.
Q48 March 2023
MySQL belongs to which category of DBMS ?
Q49 March 2023
Recent statistics of server side scripting language usage depict that 78.9% of Website are developed by ________ Scripting Language.
Q50 March 2023
Associative arrays are a ________ pair data structure.
Q51 March 2023
Loops that execute the same block of code, a specified number of times is called :
Q52 March 2023
In which input field only one option can be selected ?
Q53 March 2023
In which one of the following periods, the speed capacity supported towards gigabit on computer network ?
Q54 March 2023
Which one of the following is a technology to locate objects using radio signals ?
Q55 March 2023
Maximum characters used in the label of a node.
Q56 March 2023
The cables that are placed in deep underground to avoid any damage to the cables.
Q57 March 2023
The dotcom phenomenon deals with ________.
Q58 March 2023
An example of network simulator.
Q59 March 2023
The expansion of PGP :
Q60 March 2023
A ________ is used for magnifying the particular portion of the area.
Q61 May 2022
Expand JPEG.
Q62 May 2022
Character formatting consists of which of the following text properties ?
Q63 May 2022
The ________ diagram gives a logical structure of the database graphically.
Q64 May 2022
What is the default file extension for PHP ?
Q65 May 2022
________ stores more than one value of the same data type in single array variable.
Q66 May 2022
The loop exclusively used for array is ________.
Q67 May 2022
SQL can be expanded as ________.
Q68 May 2022
Which of the following will be an easy way to use Internet and the public telecommunication system to securely share business’s information with suppliers, partners and customers ?
Q69 May 2022
WWW was invented by ________.
Q70 May 2022
Assertion (A) : The web-sites of the first wave dotcom companies were only in English.
Reason (R) : The dotcom companies of the first wave are mostly American companies.
Q71 May 2022
Pick the odd one in credit card transaction.
Q72 May 2022
The websites secured by SSL - Secure Socket Layer protocols can be identified using ________.
Q73 May 2022
The versions of EDIFACT are also called as ________.
Q74 May 2022
PHP is a ________ programming language.
Q75 May 2022
Statement which is used to make choice between two options and only option is to be performed is written as :
Q76 Supplementary 2021
Expand JPEG :
Q77 Supplementary 2021
Match the following :
(1) Text - (i) TGA
(2) Image - (ii) OGG
(3) Audio - (iii) MPEG
(4) Video - (iv) RTF
Q78 Supplementary 2021
A __________ is used for magnifying the particular portion of the area.
Q79 Supplementary 2021
An entity set that does not have enough attributes to form primary key is known as :
Q80 Supplementary 2021
In PHP, Default syntax should start with __________ and end with __________.
Q81 Supplementary 2021
Statement which is used to make choice between two options and only option is to be performed is :
Q82 Supplementary 2021
PHP supports which types of looping techniques :
Q83 Supplementary 2021
How many parameter are required for MySQLi close function in PHP ?
Q84 Supplementary 2021
A set of computers connecting together is called as __________.
Q85 Supplementary 2021
Wi-Fi stands for __________.
Q86 Supplementary 2021
Which of the following is used to maintain all the directory of domain names ?
Q87 Supplementary 2021
If the source code of a software is freely accessible by the public, then it is known as :
Q88 Supplementary 2021
Which of the following is not a tangible goods ?
Q89 Supplementary 2021
Which of the following is correctly matched ?
Q90 Supplementary 2021
Which is the first industry-specific EDI standard ?
Q91 March 2020
Write the expansion of MIDI :
Q92 March 2020
What is the keyboard shortcut to open a PageMaker file ?
Q93 March 2020
The horizontal entity in a Table is known as ________.
Q94 March 2020
Which one of the following is not a DDL command ?
Q95 March 2020
In PHP, we can use ________ to comment a single line.
Q96 March 2020
How many types of functions are there in PHP ?
Q97 March 2020
What is the output of the following PHP code ?
<?php
$x;
if($x==0)
print "hi";
else
print "how are u";
?>
Q98 March 2020
Most complicated looping structure in PHP is ________.
Q99 March 2020
________ is a request for data or information from a database table or combination of tables.
Q100 March 2020
Computer, which is connected to a network is called :
Q101 March 2020
What is the expansion of TCP ?
Q102 March 2020
In domain name, the sequence of labels are separated by ________.
Q103 March 2020
www was invented by ________.
Q104 March 2020
Which of the following notation is used to denote IPv4 addresses ?
Q105 March 2020
Wi-Fi is short name for ________.