First Terminal Examination 2073

Class: 8 F.M. 50

Time: 1 hr. 30 mins. Subject: Computer (Theory) P.M. 16

1. Answer the following questions: 24

  1. What is a computer virus?
  2. Write down the symptoms of virus infection.
  3. List some of the precautions that must be observed to avoid virus infection.
  4. List the important features of HTML.
  5. What is HTML element? What are two types of HTML elements?
  6. Can you insert an image in an HTML document? How?

2. Match the following: 6

<P> tag Used to draw horizontal line across the page

<BR> tag Used to include graphic images in the body of HTML

<HR> tag Used to format the size, typeface and color of

enclosed text

<CENTER> tag Used to insert a single carriage return

<FONT> tag Used to separate text into different paragraphs

<IMG> tag Used to center the content between the current left

and right margins

3. True or False? 6

  1. HTML can be used to display any type of document on host computer, which can be geographically at different locations.
  2. HTML provides you with the marquee element to make the text scroll.
  3. BGCOLOR allows to set the background image for the document.
  4. Boot sector virus is a type of virus that infect computer systems by copying code either to the boot sector on a floppy disk or on the partition table on a hard disk.
  5. We don't need to update antivirus software for the protection against new viruses.
  6. The pirated software can contain viruses.

4. Write appropriate technical term for the following: 4

  1. A portion of a disk reserved for the self-starting portion of an operating system.
  2. A software program with the ability to reproduce itself.

5. Select the best answer from the list of choices: 6

  1. Disk Killer, Stoned & Michelangelo are the examples of i) boot sector virus ii) file infecting virus iii) email virus
  2. ………….. is popular antivirus software i) Microsoft Security Essentials ii) Web Browser iii) Microsoft Excel
  3. In a syntax <FONT SIZE="6" FACE="arial black" COLOR="blue">…..</FONT> SIZE is i) attribute ii) value iii) tag
  4. Which of the following is correct syntax? i) <h1 Hello World></h1> ii) <h1>Hello World</h1> iii) <h1 Hello World /h1>
  5. What does <MARQUEE>I love my school.</MARQUEE> does? i) Makes the text scroll ii) Changes the font face iii) Makes the font bold
  6. In a syntax <IMG BORDER="0" SRC="SRNSBS.jpg"> "SRNSBS.jpg" is i) attribute ii) value iii) tag

6. Write codes in HTML to design a web page according to following specifications: 4

  1. Set title "MY WEBSITE"
  2. Set a heading (of h1 type) "My Hobbies"
  3. Insert a picture named "myimage.jpg" and align the image to right of the page
  4. Write a paragraph

I like operating computer.

My favourite subject is Mathematics and Computer. I enjoy playing computer games.

-O-