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
- What is a computer virus?
- Write down the symptoms of virus infection.
- List some of the precautions that must be observed to avoid virus infection.
- List the important features of HTML.
- What is HTML element? What are two types of HTML elements?
- 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
- HTML can be used to display any type of document on host computer, which can be geographically at different locations.
- HTML provides you with the marquee element to make the text scroll.
- BGCOLOR allows to set the background image for the document.
- 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.
- We don't need to update antivirus software for the protection against new viruses.
- The pirated software can contain viruses.
4. Write appropriate technical term for the following: 4
- A portion of a disk reserved for the self-starting portion of an operating system.
- A software program with the ability to reproduce itself.
5. Select the best answer from the list of choices: 6
- Disk Killer, Stoned & Michelangelo are the examples of i) boot sector virus ii) file infecting virus iii) email virus
- ………….. is popular antivirus software i) Microsoft Security Essentials ii) Web Browser iii) Microsoft Excel
- In a syntax <FONT SIZE="6" FACE="arial black" COLOR="blue">…..</FONT> SIZE is i) attribute ii) value iii) tag
- Which of the following is correct syntax? i) <h1 Hello World></h1> ii) <h1>Hello World</h1> iii) <h1 Hello World /h1>
- What does <MARQUEE>I love my school.</MARQUEE> does? i) Makes the text scroll ii) Changes the font face iii) Makes the font bold
- 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
- Set title "MY WEBSITE"
- Set a heading (of h1 type) "My Hobbies"
- Insert a picture named "myimage.jpg" and align the image to right of the page
- Write a paragraph
I like operating computer.
My favourite subject is Mathematics and Computer. I enjoy playing computer games.
-O-