5.
What is the significance of System Software?
1
6.
What does Open-source in Open- Source software mean?
1
7.
Name any four tools used for Retouching an image in GIMP.
2
8.
Write any four exclusive rights that a copyright owner possesses?
OR
What is a firewall?
2
9.
Differentiate between Blur and Sharpen tool.
2
10.
Write the CSS code to:
i. Apply 50px indentation to all text paragraphs marked with <p>.
ii. Make the text in the paragraphs marked with <p> tag “italics”.
OR
List the advantages of using CSS.
2
11.
Explain the various values associated with “scrolling” attribute of FRAME
tag.
3
12.
Observe the following code carefully and answer the questions that follow:
<html>
<head>
<title>NETWORK SECURITY</title>
<style type="text/css">
li {
letter-spacing:10px ;
text-transform: lowercase;
}
</style>
</head>
<body> The Dos and Don’ts of network security
<ol>
<li> KEEP ANTI-VIRUS SOFTWARE UP TO DATE.</li>
<li> SAVE THE FILE TO COMPUTER OR A DISK.</li>
<li> RUN AN ANTI-VIRUS SCAN REGULARLY.</li>
</ol>
</body>
</html>
Predict the output of the above code while explaining the effects applied on <li> in
the CSS code.
3
13.
Body { background-image: url(“learn.gif”); background-repeat: repeat-x}
i.
In reference with the above CSS code, explain the usage of background-
repeat property. Also mention the different values that can be used for
background-repeat. What output will be produced when the above code
is executed?
OR
List any 3 items that can be created using DHTML.
3