11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil இயற்கை வேளாண்மை,சுற்றுச்சூழல் -செய்யுள் - மனோன்மணீயம் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil என்னுயிர் என்பேன் -துணைப்பாடம் - இசைத்தமிழர் இருவர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மொழி கலை -செய்யுள் - ஒவ்வொரு புல்லையும் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - இலக்கணம் - பகுபத உறுப்புகள் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - துணைப்பாடம் - வாடிவாசல் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - குறுந்தொகை Important Questions And Answers Study Material - QB365 Set A

Published on: 13/03/2019
11th Public Exam March 2019 Important One Marks Questions
Download Tamil Nadu 11th 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.
__________of cyber crime remains unsolved.
75%
50%
25%
10%
2.
_________firewalls are positioned on the network node itself.
Network-based
Host-based
-Either A or B
None of these
3.
__________are merely text files deleted at any time.
Cookies
MITM
Cracking
Virus
4.
____________is an encoding system, designed to handle various world languages, including Tamil.
ASCII
EBCDIC
UNICODE
ISCII
5.
computers are handle data and information as___________ system.
Binary
Decimal
Ocal
Hexa decimal
6.
___________is office autcmetien working exclusive for Tamil.
Azhagi Unicode Editor
Ponmozhi & Menthamiz
Kamban and Vani
All the above
7.
__________is a pre-defined function
toUpperCase( )
toLowerCase( )
alert( )
All the above
8.
_____________ is a series of if statements.
if.. else
else if
switch
All the above
9.
There are __________ types of expressions in JavaScript code.
three
two
four
five
10.
The r ult of all expressions may be a(n) ____________ value.
Integer
Floating-point
Boolean
All the above
11.
An expression is simply one or more variables and / or constants joined by ___________.
Operators
Operands
Punctuators
Keyword
12.
Many JavaScript programmers use ____________ to explicitly mark the ends of statements.
Semicolon ( ; )
Colon ( : )
comma ( , )
None of these
13.
Numbered list is created within the tag pair ___________ tag.
< OL > ......... < /OL >
< UL > .... < /UL >
< DL > ........ < /DL >
None of these
14.
__________ attribute is used to apply an image or picture as background of a cell.
BGColor
Background
Rowspan and Colspan
All the above
15.
In CSS, ________ is the property for changing paragraph margin.
Margin-top / Margin-bottom
Margin-left
Margin-right
All the above
16.
The ___________ refers an HTML tag in which you want to apply styles.
Selector
Declaration
Both A and B
None of these
17.
The < Select > tag attribute size _____________ to create a dropdown list box.
1
2
3
4
18.
____________ attribute is used to define the speed of the scroll.
Scrolldelay
Scrollamount
Loop
Behaviour
19.
The tags which are required opening and closing is known as _________ or tags.
Container element
Empty elements
Both A and B
Nope of these
20.
__________ tag is known as structural tag.
< html >
< head > and < title >
< body >
All the above
21.
Whatever the text we specify between ________ tags will display on the browser window.
< html > and < /html >
< body > and < /body >
< head > and < /head >
< title > and < /title >
22.
___________ software that records every keystroke on our keyboard
Keylogger
Mouselogger
Operating Sytem
All the above
23.
A _____________ is a software system that is designed to search for information on the World Wide Web.
Search Engine
Browsers
Websites
None of these
24.
Identify the correct statement from the following.
Wireless connections are made possible through the use of a modem, which picks up Internet signals and sends them to other devices
Mobile Internet connections provide good speeds and allow you to access the Internet.
Hotspots can be phone-based or free standing, commercialor free to the public
All the above
25.
The internet uses ___________ protocol.
TCP
IP
HTIP
Both A and B
26.
Which button selects all instances of the search text in the document?
Find
Find All
Replace
Replace All
27.
Which of the following is enclosed in single or double quotes?
Numbers
Variable
String
Identifier
28.
Link created within a same document is known as________.
link
hyperlink
External link
Internal link
29.
Which of the following attribute used with < Link > tag?
Vspace and Hspace
Vlink and Alink
rel,Href and type
rel align and Href
30.
How many types of lists supports by HTML?
2
3
4
1
31.
CSS was invented by___________.
Tim berners lee
Bob Kahn
Haken wim lie
William lee
32.
Which of the following tag is used to change characteristics of a particular tag?
< change >
< style >
< css >
< character >
33.
Which of the following element is more helpful when many options are displayed in limited space?
list box
drop down list box
Text box
Buttons
34.
A Data value for variable that appears directly in a program by using a
loop
Literal
Statement
Text
35.
Which color by default the horizontal line is displayed?
white
gray
black
yellow
36.
Which of the following are the corepart of the modern web pages?
Images
Text
Video and Sound
Links
37.
Which of the following image format is suitable for logos, and icons?
GIF
JPEG
PNG
SVG
38.
The tag < del > is similar to_______.
< em >
< strong >
< s >
< sub >
39.
The first programming language "Ezhil" is designed by________.
c++
Java
Python
Visual Basic
40.
Which country provides all their services through the official website in Tamil?
Srilanka
America
Singapore
Malaysia
41.
Which alignment is not supported by older browsers?
Right
left
justify
center
42.
Which alignment is not supported in latest version of HTML?
Right
left
justify
center
43.
How many attributes is used to set margin of the browser window?
3
4
2
many
44.
The functions parameter lists must be seperated by _______.
comma
dot
semi-colon
colon
45.
The function body enclosed with________.
( )
< >
[ ]
{ }
46.
Which of the following statement is false?
(i) JavaScript function is defined once and executed once.
(ii) Pre-defined functions are not called library functions.
(iii) A parametered function definition may include a list of identifiers.
only (i)
both (i) and (iii)
only (iii)
both (i) and (ii)
47.
How many types of functions in JavaScript supports?
2
3
4
many
48.
Which of the following part of the loop initialize a variable?
Fourth
Third
Second
First
49.
Which of the following statement used commonly within switch to exit if choice is found?
break
case
default
lable
50.
Which of the following statement is true!
(i) The else if statement to specify a new condition if the first condition is false
(ii) The if else statement processing must follow one of two paths
only (i)
only (ii)
both (i) and (ii)
both are wrong
51.
Which of the following is not known, the search engines are used to get information in net?
DSL
URL
FTP
ISDN
52.
Which of the following is a cirme which involves computer and network?
Phishing
Pharming
Hacking
Piracy
All of these
53.
Which of the following is a communication media which is easily accessible and open to all?
TV
Mobile
Radio
Internet
54.
Distributing unwanted e-mail to others is called
scam
spam
fraud
spoofing
55.
Larger programs are divided into smaller are called
modules
block
sets
Group
56.
Which part of the loop statement determines the number of times, the loop will be iterated?
First
Second
Third
Final
57.
CSS is also called as:
Sitewide Style Sheets
Internal Style Sheets
Inline Style Sheets
Internal Inline Sheets
58.
Which value causes the audio play as long as the page is in view?
Stop
Never Stop
Continue
Infinite
59.
Which feature is used to call attention to the reader?
Highlight
Bold
Italics
Underline
60.
HTML tags should be specified within:
[ ]
{ }
( )
< >
61.
Range of Campus Network is
10 KM
5 KM
25 KM
20 KM
62.
Which icon in Ubuntu OS open an application like MS-Word?
Star Office Writer
Open Office Writer
Libre Office Writer
Libre Office Editor
63.
How many ways to rename files and folders in windows?
1
2
4
3
64.
Which wild card character used as substitute for zero or more characters in a file name?
*
?
@
+
65.
Which key brings the focus on the first menu of the menu bar?
Alt + F10
Alt + F9
Ctrl + F10
Ctrl + F9
66.
Where will you select the option to log out suspend, restart, or shut down from the desktop of Ubuntu OS?
Session Indicator
Launcher
Files
Search
67.
Which of the following statement is false?
(i) OS serves as the interface between a user and a computer.
(ii) Android and iOS is not an operating system.
(iii) Windows, Unix and Linux used in Laptops
(iv) Without OS a computer can perform any operation.
Only (i) and (iv)
Only (ii) and (iv)
Only (iii)
Only (i)
68.
Linux is a project of_____.
Ken Thomson
Dennis Ritchie
Linus Torvalds
William Shockley
69.
Which memory management technique does not provide the program with a "linear and contiguous address space"?
Segmented
Paged
Partitioned
Single
70.
Android is a ________
Mobile Operating system
Open Source
Developed by Google
All the above
71.
Which of the following statement is true?
(i) The capacity of CD-ROM is more than 700 MB.
(ii) DVD is capable of staring up to 4.7 GB of data.
(iii) CDs and DVDs are not read with a laser.
(iv) Flash memory is a non volatile computer storage medium.
(v) Blue ray disc can store data above to times of a CD.
Only (iii)
Only (ii), (iii) and (v)
Only (ii) (iv) and (v)
Only (i) and (iii)
72.
The capacity of ordinary CD is .......
700 MB
700 GB
700 KB
700 TB
73.
Which of the following control the operations through signals?
Register
Control Unit
Intel
ALU
74.
Which of the following is not included in computer organization?
I/O devices
Software
CPU
Main memory
75.
What is the smallest size of data represented in a CD?
blocks
sectors
pits
tracks
76.
Which of the following is the idea behind positional numbering systems?
Absolute Value
Place Volume
Radix
All of these
77.
The binary equivalent of a hexadecimal digit C is repressed by.....
1010
1011
1101
1100
78.
The most popular way of representing negative numbers in computer systems is.......
1's complement
Signed bit
2's complement
All of these
79.
The Radix of Hexadecimal is...........
6
10
16
8
80.
A word can have a length of..........
2,5,10 bits
15,25,50 bits
16,32,64 bits
64,128,255 bits
81.
How many bytes does 1 KiloByte contain?
1000
8
4
1024
82.
Which of the following issue an error message if any computer hardware not defected?
BIOS
BUS
RAM
POST
83.
I am volatile memory. Who am I?
ROM
RAM
CD-ROM
PENDRIVE
84.
How many classifications of memories in memory unit?
2
3
4
more than 2
85.
I am used to select icons, menus, command buttons an the screen. Who am I?
Scanner
Plotter
Speaker
Mouse
86.
Which generation of computer used IC's?
First
Second
Third
Fourth
87.
When a system restarts which type of booting is used.
Warm booting
Cold booting
Touch boot
Real boot
88.
How many presentation types are there in Impress presentation wizard 3
5
4
2
3
89.
How many major functions presentation software?
2
3
4
many
90.
Which of the following software used to show information in the form of slide show?
Word processor
Spread sheet
Presentation
draw
91.
Which is used to move quickly from one slide to another?
Compass
Navigator
Fill color
Page border
92.
The shortcut key to invoke the function wizard is_______.
Ctrl + F1
Ctrl + F3
Alt + F2
Ctrl + F2
93.
How many categories of functions in Openoffice Calc?
10
11
12
13
94.
How many direction keys are used to move the cell pointer in worksheet?
3
4
6
none
95.
Who referred as ' The Father of the Spreadsheet'?
Daniel Bricklin
Bob Frankston
William oughtred
Dennis Ritchie
96.
Which of the following key combinations is used to increase the width of the current column?
Alt + Right arrow
Ctrl + Right arrow
Alt + Left arrow
Ctrl + Left arrow
97.
Which of the following statement is false?
(i) Rulers are not used to change margins.
(ii) The file content typed in workspace.
(iii) File Save As can not be used save the document for first time.
(iv) The status bar is not at the bottom of the window.
(v) There are 3 control buttons in the window title bar.
Only (i), (ii) and (iv)
Only (i), (iii) and (iv)
Only (ii) and (iv)
Only (iii) and (iv)
98.
The default font name is_____.
Arial
Arial Black
Times New Roman
None of these
99.
How many control buttons are there in openoffice window titlebar?
3
4
2
5
100.
________ menu contains the Numbering option.
File
Edit
Tools
Format
1.
(c)
25%
2.
(b)
Host-based
3.
(a)
Cookies
4.
(c)
UNICODE
5.
(c)
Ocal
6.
(d)
All the above
7.
(d)
All the above
8.
(b)
else if
9.
(a)
three
10.
(d)
All the above
11.
(a)
Operators
12.
(a)
Semicolon ( ; )
13.
(a)
< OL > ......... < /OL >
14.
(d)
All the above
15.
(d)
All the above
16.
(a)
Selector
17.
(a)
1
18.
(b)
Scrollamount
19.
(a)
Container element
20.
(d)
All the above
21.
(b)
< body > and < /body >
22.
(a)
Keylogger
23.
(a)
Search Engine
24.
(d)
All the above
25.
(d)
Both A and B
26.
(b)
Find All
27.
(c)
String
28.
(d)
Internal link
29.
(c)
rel,Href and type
30.
(a)
2
31.
(c)
Haken wim lie
32.
(b)
< style >
33.
(b)
drop down list box
34.
(b)
Literal
35.
(b)
gray
36.
(c)
Video and Sound
37.
(a)
GIF
38.
(a)
< em >
39.
(c)
Python
40.
(a)
Srilanka
41.
(c)
justify
42.
(b)
left
43.
(c)
2
44.
(a)
comma
45.
(d)
{ }
46.
(d)
both (i) and (ii)
47.
(a)
2
48.
(d)
First
49.
(a)
break
50.
(c)
both (i) and (ii)
51.
(a)
DSL
52.
(e)
All of these
53.
(d)
Internet
54.
(b)
spam
55.
(a)
modules
56.
(b)
Second
57.
(a)
Sitewide Style Sheets
58.
(d)
Infinite
59.
(a)
Highlight
60.
(d)
< >
61.
(b)
5 KM
62.
(c)
Libre Office Writer
63.
(d)
3
64.
(a)
*
65.
(a)
Alt + F10
66.
(a)
Session Indicator
67.
(b)
Only (ii) and (iv)
68.
(c)
Linus Torvalds
69.
(a)
Segmented
70.
(a)
Mobile Operating system
71.
(c)
Only (ii) (iv) and (v)
72.
(a)
700 MB
73.
(d)
ALU
74.
(b)
Software
75.
(c)
pits
76.
(c)
Radix
77.
(d)
1100
78.
(c)
2's complement
79.
(c)
16
80.
(c)
16,32,64 bits
81.
(d)
1024
82.
(a)
BIOS
83.
(b)
RAM
84.
(a)
2
85.
(d)
Mouse
86.
(c)
Third
87.
(a)
Warm booting
88.
(c)
2
89.
(b)
3
90.
(c)
Presentation
91.
(b)
Navigator
92.
(d)
Ctrl + F2
93.
(b)
11
94.
(b)
4
95.
(a)
Daniel Bricklin
96.
(a)
Alt + Right arrow
97.
(b)
Only (i), (iii) and (iv)
98.
(c)
Times New Roman
99.
(a)
3
100.
(d)
Format
11th Standard Syllabus & Materials
11th Standard
TN 11th Tamil பீடு பெற நில் - செய்யுள் - காவடிச்சிந்து Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil பீடு பெற நில் - உரைநடை - மலை இடப்பெயர்கள் : ஓர் ஆய்வு Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - துணைப்பாடம் - யானை டாக்டர் Important Questions And Answers Study Material - QB365 Set A
NEW11th Standard
TN 11th Tamil மாமழை போற்றுதும் - செய்யுள் - ஐங்குறுநூறு Important Questions And Answers Study Material - QB365 Set A
Tamilnadu Stateboard 11th Standard Subjects

Maths

Commerce

Economics

Biology

Business Maths and Statistics

Accountancy

Computer Science

Physics

Chemistry

Maths

Biology

Economics

Physics

Chemistry

History

Business Maths and Statistics

Computer Science

Accountancy

Computer Applications

History

Computer Technology

Commerce

Computer Applications

Computer Technology

Tamil

English

French
Tamilnadu Stateboard Standards