0% found this document useful (0 votes)
84 views6 pages

Computer Application EM NS

This document contains an answer key for a computer applications exam with 70 total marks. It provides the answers to multiple choice and descriptive questions across 4 parts. The questions cover topics like computer hardware, operating systems, programming, and office applications.

Uploaded by

malathi S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views6 pages

Computer Application EM NS

This document contains an answer key for a computer applications exam with 70 total marks. It provides the answers to multiple choice and descriptive questions across 4 parts. The questions cover topics like computer hardware, operating systems, programming, and office applications.

Uploaded by

malathi S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Higher Secondary First Year Supplementary Examination Oct - 2020

Computer Application - Answer Key

Total Mark :70

Q.
Answer Mark
No
Part I 15
1. (a) Touch Screen 1
2. (a) 00100110 1
3. (d) iOS 1
4. (a) Firefox 1
5. (a) Spreadsheet 1
6. (d) $ 1
7. (b) 5 km 1
8. (b) Body 1
9. (d) Subscript and Superscript 1
10. (a) Sitewide Style Sheet 1
11. (a) Common Gateway Interface 1
12. (a) Branching 1
13. (a) Library Functions 1
14. (d) Spoofing 1
15. (b) Ezhil 1
Part II
Answer any 6 questions Q.No. 24 is Compulsory 6x2=12
16. The Program Counter (PC) is a special register in the CPU - 2
which always keeps the address of the next instruction to be
executed.
17. Mere Attempt (there are no packages in open office writer). - 2

18. A presentation software is a computer software package used - 2


to show information, in the form of a slide show.
19. The general form of comments:
<! comments> - 2
20. The <big> tag is used to define the text bigger in size than the 1 2
normal size.
The <small> tag is used to define the text smaller than the 1
current size.

1
21. The Inline refers to audio or video files that are handled as part - 2
of the webpage.
(or)
Music can be played in the background to a webpage, while
the page is viewed. This is known as Inline sound or movie.

22. CSS (cascading style sheet) is a style sheet language. - 2

It is used for describing the formatting of a document written


in HTML.
23. <script language="javascript" type="text/javascript"> - 2
JavaScript code
</script>
24. 1. Symmetric Key Encryption 1 2
2.Public Key Encryption 1
Part III
Answer any 6 questions Q.No. 33 is Compulsory 6x3=18
25. 15010=100101102 2 3
100101102=2268 1
26. When you have finished working on your computer, you can - 3
choose Logout or shut down through the Session Indicator on
the far right side of the top panel.

27. a) 1. Arithmetic operators 2 3


2. Relational operators.
3. Reference operators
4. Text operator
b) A continuous group of cells is called as range. 1

28. 1. Hotspots are sites that offer Internet access over a wireless 1 3
local area network (WLAN)
2.Hotspot uses WiFi technology or radio waves to connect the 1
devices.
3. Hotspots can be phone-based or free-standing, commercial 1
or free to the public.

29. 1.The important attributes used with the <form> tag are 1 3
method and action attributes.
2.The method attribute of the form tag is used to identify how 1
the form element names and values will be sent to the server.
3.The action attribute identifies the server side program or 1
script that will process the form.

2
30. P { 3
color:pink; -
Text-align: center;
}
NOTE:Color: any predefined color name
Text-align:left/right/center/justify
31. 3
while do-while
In a while loop first the In do-while loop the body
condition is evaluated and of the loop is always 2
then only based on the executed at least once
result of the condition the
body will be evaluated or
not.
1
The condition is given in The condition is given at
the beginning of the loop. the end of the loop.

32. The format of a function definition is - 3


Function function-name(parameters list)
{
Declaration of variable
Executable statements;
}
33. 1.Unicode is an encoding system, designed to handle various - 3
world languages, including Tamil.
2.Its first version 1.0.0 was introduced in October 1991.
3. Unicode is the best suitable to handle Tamil.

Part IV
Answer all the questions 5x5=25
34 Explanation: 5
(a) 1. Input unit, Output unit 1
2. CPU
a. Control unit 2
b. ALU
c. Internal memory
3. Memory unit 1
Diagram 1
(OR)
(b) Any One Method - 5
Method 1 - Copy and Paste
 Click Start→Computer.
 Double-click on the Removable Disk associated with the
USB flash drive.
 Navigate to the folders in your computer containing files
3
you want to transfer.
 Right-click on the file you want to copy, then select
Copy or Ctrl+C
 Return to the Removable Disk window, right-click within
the window, then select Paste or Ctrl+V.
Method II - Send To
 Plug the USB flash drive directly into an available USB
port.
 Navigate to the folders in your computer containing files
you want to transfer.
 Right-click on the file you want to transfer to your
removable disk.
 Click Send To and select the Removable Disk
associated with the USB flash drive.

35 (i) 11010102+1011012=100101112 2½ 5
(a)
(ii) 11010112 – 1110102=1100012 2½
(OR)
(b) Explain any 5 of the following: - 5
1.Internet telephony using VoIP
2. Job search
3. Online Shopping
4. Stock market updates
5. Travel
6. Research
7. Video conferencing
8. e –commerce
9. Online payments
10. Social Networking
11. Voicemail
12. Chatting
13. e-banking
14. e-learning
36 Explain 5
(a) 1.FIFO 2
2.SJF 1
3.ROUND ROBIN 1
4.BASED ON PRIORITY 1
(OR)

(b) Any program to display 10 numbers: 5


(Heading section is optional)
Sample program:
<html> 1
<body> 1
<script language="javascript" type="text/javascript">
4
var n=1 1
while(n>=10) 1
{
document.write(n+” “); 1
n=n+1;
}
</script>
</body>
</html>
37 1. Cache memory
(a) 2. Main memory(RAM) 5
3. Hard disk
4. CD/DVD/Blu-Ray
(OR)

(b) Explain the following:


1. Normal View
2. Outline View
3. Notes View 5
4. Slide sorter View
5. Handout View
38 Any 10 shortcut keys and their functions in Open Office Writer 5
10x1/2
(a) (OR)
(b) (Heading section is optional) - 5
Program:
<html>
<body>
<table>
<tr align=center>
<th>Reg : No.</th>
<th>Total</th>
<th>%</th>
</tr>
<tr align=center>
<td>1531</td>
<td>360</td>
<td>60%</td>
</tr>
<tr align=center>
<td>1532</td>
<td>420</td>
<td>70%</td>
</tr>
</table>
</body>
</html>
5
6

You might also like