With Answers Class Viii Sample Paper
With Answers Class Viii Sample Paper
CLASS – VIII
COMPUTER SCIENCE
Total Time: 2 Hrs. M. M.: 50
Q. No. Questions Marks
ix. Identify the correct code to set the image ‘lion.jpg’ as a link to
the page ‘animals.html’.
a) <a href= “lion.jpg”><img src=“animals.html”></a>
b) <a href= “animals.html”><img src=“lion.jpg”></a>
c)<a url= “animals.html”><img src=“ lion.jpg”></a>
d) <a alt= “animals.html”><img src=“ lion.jpg”></a>
x. With this attributes, you can control size of the inline frames.
a) SRC c) Border and Iframe
b) Height and Width d) loop
xi. In this topology, all the nodes in the network are connected in a
circular manner.
a) Mess c) Bus
b) Ring d) None of these
xii. A link when the user moves the mouse over it is ……………..
a) a:link c) a:visited
b) a:active d) a:hover
Q.5. Do as directed:
ii. Write the shortcut key of Ms. Access for the following: 1x1/2=1
a. Contactno Number
b. Name Short text
<html>
<head/>
<title>
Hello
</title>
<style type="text/css"
body{text-align:left;color:blue;background-color:green}
</style>
<body>
<p style=text-align:center;color:red;fontsize:100><u>hello</u></p>
In LAN two or more computers and peripheral devices are connected
with in a small area.
<body>
</html>
v. Create a program in HTML to insert audio file in web page and 2x1=2
also insert the hyperlink name ‘INDIAN RAILWAYS’ which
should be connected with www.irctc.co.in
OR