5
Generation’s School…a happy place to learn TERM I EXAMINATION November 2009-2010 INFORMATION & COMMUNICATION TECHNOLOGY – CLASS VII Name: ______________________ Section: ______________________ Max Marks: 50 Total Time: 15 min. Theory: 35 Practical: 15 Q1: Short Questions / Answers. [6] 1. HTML is short for? [1] ……………………………………………………………………………………………… 2. WYSIWYG stands for? [1] ……………………………………………………………………………………………… 3. Which program do you need to write HTML code in Mac OS X? [0.5] ……………………………………………………………………………………………… 4. All normal WebPages consist of which 2 sections? [1] ……………………………………………………………………………………………... 5. Which attribute is used to set the background colour of your webpage? [0.5] …………………………………………………………………………………………... 6. What HTML tag is used to create a link? [0.5] ……………………………………………………………………………………………... 7. .gif and .jpg are two main types of what? [0.5] ……………………………………………………………………………………………... 8. Write any two attribute of <HR> tag. [1]

TA VII

Embed Size (px)

DESCRIPTION

4. All normal WebPages consist of which 2 sections? [1] 2. The smallest heading level tag is _____ and the largest heading level tag is ____. Name: ______________________ Section: ______________________ Max Marks: 50 Total Time: 15 min. Theory: 35 Practical: 15 3. You can centralize a section of your page by enclosing it in between ___________________ tags. 8. Write any two attribute of tag. [1] 3. Which program do you need to write HTML code in Mac OS X? [0.5]

Citation preview

Page 1: TA  VII

Generation’s School…a happy place to learnTERM I EXAMINATION November 2009-2010

INFORMATION & COMMUNICATION TECHNOLOGY – CLASS VII

Name: ______________________ Section: ______________________ Max Marks: 50Total Time: 15 min. Theory: 35 Practical: 15

Q1: Short Questions / Answers. [6]1. HTML is short for? [1]

………………………………………………………………………………………………

2. WYSIWYG stands for? [1]

………………………………………………………………………………………………

3. Which program do you need to write HTML code in Mac OS X? [0.5]

………………………………………………………………………………………………

4. All normal WebPages consist of which 2 sections? [1]

……………………………………………………………………………………………...

5. Which attribute is used to set the background colour of your webpage? [0.5]

…………………………………………………………………………………………...

6. What HTML tag is used to create a link? [0.5]

……………………………………………………………………………………………...

7. .gif and .jpg are two main types of what? [0.5]

……………………………………………………………………………………………...

8. Write any two attribute of <HR> tag. [1]

……………………………………………………………………………………………...

Q2: State whether True or False: [1]

1. A hyperlink is inserted around text with the <LINK> tag.

2. You can specify the background color of the page as an attribute in the <HTML> tag.

Q3: Fill in the blanks. [3]

1. The __________ tag is used to insert a horizontal rule.

2. The smallest heading level tag is _____ and the largest heading level tag is ____.

3. You can centralize a section of your page by enclosing it in between ___________________ tags.

Page 2: TA  VII

Generation’s School…a happy place to learnTERM I EXAMINATION November 2009-2010

INFORMATION & COMMUNICATION TECHNOLOGY – CLASS VII

Name: ______________________ Section: ______________________ Max Marks: 50Total Time: 1hr Theory: 35 Practical: 15

Q4: Is this code correct? Give reason to support your answer. [2]

<P>Here’s some text…<HR><P> And some more text…</P>

-----------------------------------------------------------------------------------------------------------------------------------------------

-Reason:

-----------------------------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------

Q5: Is this code valid? Give reason to support your answer. [2]

<P>Here’s some text…<BR></BR> And some more text…</P>

-----------------------------------------------------------------------------------------------------------------------------------------------

-Reason:

-----------------------------------------------------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------

Q6: Correct the code if needed and write in answer script [5]

<html><head><title>Welcome</title><body><p> Welcome to our website </p><br> <center> <b> Contents: </i> </center><ol><li> Main Page </li><li> Page no.1 </ul><li> Page no.2 </li><li> Last Page </li></ol><br><img href="picture.jpg"><br>Go to <a src="http://www.google.com">Google</a></html>

Page 3: TA  VII

Q7: Write the html code for the given output. [10]

Q 8: Write HTML tag to insert an image “cake.jpg” of size 100 x 100 pixels in a web page.

[2]

……………………………………………………………………………………………...

………………………………………………………………………………………………..

Q 9: Design the output for the following code: [4]

<html><head>

<title> Great Job</title></head><body>

<center><u>ThinkQuest Projects</u></center><font color = "red">ThinkQuest is an online learning platform.<br></font><font color = "green">Teachers and students collaborate on projects.<br></font><font color = "blue">ThinkQuest is being used all over the world.</font>

</body>

</html>