background image

5. 

What is the significance of System Software? 

6. 

What does Open-source in Open- Source software mean? 

7. 

Name any four tools used for Retouching an image in GIMP. 

8. 

Write any four exclusive rights that a copyright owner possesses? 

OR 

What is a firewall? 

9. 

Differentiate between Blur and Sharpen tool. 

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. 

11. 

Explain the various values associated with “scrolling” attribute of FRAME

 

tag.  

 

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. 
 

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. 

Comments:

Questions in Information and Communication Technology (ICT)

navigate_before navigate_next