This document contains an answer key for an Information and Communication Technology exam with multiple choice and fill-in-the-blank questions. Some of the questions addressed HTML tags and their uses, including headings, fonts, images and horizontal rules. Other questions focused on email folders, website structure, search engines, internet service providers, and differences between uploading/downloading and chatting/video conferencing. The answer key provides short, concise responses to each question indicating the correct answer or completing the HTML code as requested.
This document contains an answer key for an Information and Communication Technology exam with multiple choice and fill-in-the-blank questions. Some of the questions addressed HTML tags and their uses, including headings, fonts, images and horizontal rules. Other questions focused on email folders, website structure, search engines, internet service providers, and differences between uploading/downloading and chatting/video conferencing. The answer key provides short, concise responses to each question indicating the correct answer or completing the HTML code as requested.
(a) Attribute used with <body> tag to assign background color to the web page is _ _. (b) A horizontal line can be drawn using _ tag (c) is an online discussion group among people who share common interest. (d) Key used to refresh a webpage is Q2. Categorize the following as container or empty element and write any two attribute used with it . (3) <HR> <H6> <font> Tag Container/Empty Elements Attribute
(b) <h1 color= “red”> Information Technology <h1/> (1)
Q4. Write the HTML code for the following: (3)
(a) To display the following in the font type ALGERIAN and size 24 INCREDIBLE INDIA
(b) Heading MY PAGE should be displayed as fourth level of heading and placed in the center
(c) Insert an image “C:\abc.jpg” as the background of the image,
Q6. Name the following : (4) (a) Folder that contains list of all deleted mails - (b) Folder that contains all incoming emails - (c) First webpage of a website is known as its - (d) Symbols used to express the emotions while writing emails or chatting. Q7. Write one point of difference between : ? (2) (a) Upload and download (b) Chatting and video conferencing
Q8. Give two example of each of the following: (2)
(a) Search Engine (b) ISP Q.9 Circle the correct option: (2) (a) Following tag used to insert a new blank line (i) <HR> (ii) <p> (iii) <BR> (b) Following is not necessary for video conferencing. (i) Speakers (ii) Monitor (iii) Scanner (c) Total number of heading levels in HTML are- (i) 8 (ii) 4 (iii) 6 (d) searches the Internet for new terms and stores the searched terms in a database. (i) Crawler (ii) Hacker (iii) Indexer ANS KEY Subject – ICT Class VII Section:
Q1. Fill in the blanks:
(a) Attribute used with <body> tag to assign background color to the web page is BGCOLOR. (b) A horizontal line can be drawn using HR tag (c) NEWSGROUP is an online discussion group among people who share common interest. (d) Key used to refresh a webpage is F5 Q2. Categorize the following as container or empty element and write any two attribute used with it .(3) <HR> <H6> <font> Tag Container/Empty Elements Attribute <HR> EMPTY COLOR/SIZE/WIDTH/ALIGN/NOSHADE <H6> CONTAINER ALIGN <FONT> CONTAINER SIZE/COLOR/FACE
Q3. Correct and rewrite the following HTML codes:
(a) <font style = “Arial” colour = “green” > TECHNOWORLD </font> (1) <FONT FACE= “ARIAL” COLOR=”GREEN”> TECHNOWORLD </font> (b) <h1 color= “red”> Information Technology <h1/> (1) <H1 ALIGN = “LEFT”> Information Technology </h1> OR <FONT COLOR = “RED”> Information Technology </FONT> Q4. Write the HTML code for the following: (3) (a) To display the following in the font type ALGERIAN and size 24 INCREDIBLE INDIA <FONT FACE= “ALGERIAN” SIZE = “24”> INCREDIBLE INDIA </FONT> (b) Heading MY PAGE should be displayed as fourth level of heading and placed in the center <H4 ALIGN= “CENTER”> MY PAGE </H4> (c) Insert an image “C:\abc.jpg” as the background of the image, <BODY BACKGROUND= “C:\ABC.JPG”> Q6. Name the following : (4) (a) Folder that contains list of all deleted mails - TRASH (b) Folder that contains all incoming emails - INBOX (c) First webpage of a website is known as its - HOMEPAGE (d) Symbols used to express the emotions while writing emails or chatting. EMOTICONS Q7. Write one point of difference between : ? (2) (a) Upload and download (b) Chatting and video conferencing (A) UPLOADING – IT MEANS TO COPY A DOCUMENT,PROGRAM OR OTHER DATA FROM YOUR COMPUTER TO THE INTER. (B) DOWNLOADING - IT MEANS TO COPY A DOCUMENT,PROGRAM OR OTHER DATA FROM YOUR COMPUTER TO THE INTER. Q8. Give two example of each of the following: (2) (a) Search Engine GOOGLE/YAHOO/ALTAVISTA (b) ISP MTNL/BSNL/AIRTEL ETC Q.9 Circle the correct option: (2) (a) Following tag used to insert a new blank line (i) <HR> (ii) <p> (iii) <BR> (b) Following is not necessary for video conferencing. (i) Speakers (ii) Monitor (iii) Scanner (c) Total number of heading levels in HTML are- (i) 8 (ii) 4 (iii) 6 (d) searches the Internet for new terms and stores the searched terms in a database. (i) Crawler (ii) Hacker (iii) Indexer