Friday, September 6, 2013

MCQ IN COMPUTER SCI.& APPLICATION- (HTML & Web Designing) -8

Multiple Choice Questions on HTML & Web Designing
7-1. Which of the following is the correct regarding meta tag in HTML?
A. <meta> … </meta>
B. <meta name = ” ” />
C. <metadata> … </metadata>
D. <metadata name = ” ” />
7-2. Which of the following is correct to set “Black” color as Background of page?
A. <body bgcolor = “#000000″>
B. <body background = “#000000″>
C. <body Background color = “#000000″>
D. All of Above
7-3. Which of the following is correct to align H1 tag to Right Alignment
A. <h1 align = “right”> … </h1>
B. <h1 alignment = “right”> … </h1>
C. <h1 tag align = “right”> … </h1>
D. H1 cannot make Right Alignment
7-4. Which of the following is correct to change font face in Web Page
A. <font = “font name”> … </font>
B. <font name = “font name”> … </font>
C. <font face = “font name”> … </font>
D. Font Face cannot change
7-5. Which of the following is incorrect regarding Logical styles?
A. Code looks like teletype
B. Sample looks like teletype
C. Keyboard looks like teletype
D. Variable looks like teletype
7-6. Which of the following is correct character entities for “Copyright” symbol?
A. &#149;
B. &#159;
C. &#169;
D. &#179;
7-7. Which tag is used to display Preformatted texts?
A. <pre> … </ pre>
B. <prefor> … </ prefor>
c. <pre text> … </ pre text>
D. <pre format> … </ pre format>
7-8. Which is the correct to create an Arabic numeral list
A. <ul type=”1″>
B. <ol type=”1″>
C. <il type=”1″>
D. <li type=”1″>
7-9. How to add alternative text for an Image?
A. <img src = “http://www.ghumti.com/logo.png” alternate = “Logo of website” />
B. <img src = “http://www.ghumti.com/logo.png” alt text = “Logo of website” />
C. <img src = “http://www.ghumti.com/logo.png” alternate text = “Logo of website” />
D. <img src = “http://www.ghumti.com/logo.png” alt = “Logo of website” />9/6/13 MultipleChoiceQuestions (MCQ) of HTML &WebDesigning | MCQQuestions
mcqquestions.com/multiple-choice-questions-of-html-and-web-designing-set-7 3/6
9
7-10. How to embedded Audio Files in HTML?
A. <embed src = “myfavsong.mid” width = “100″ height = “15″>
B. <embed sound = “myfavsong.mid” width = “100″ height = “15″>
C. <embed audio = “myfavsong.mid” width = “100″ height = “15″>
D. <embed music = “myfavsong.mid” width = “100″ height = “15″>
Answers
1 – B / 2 – A / 3 – A / 4 – C / 5 – D / 6 – C / 7 – A / 8 – B / 9 – D / 10 – A

Multiple Choice Questions on Web Designing
6-1. Which HTML Tag will use to scroll a text in web page?
A. <marquee> … </marquee>
B. <scroll> … </scroll>
C. <round> … </round>
D. <go> … </go>
6-2. Which organization defines the Web Standards?
A. Microsoft Corporation
B. IBM Corporation
C. World Wide Web Consortium
D. Apple Inc.
6-3. How to set a picture as a background web page?
A. <body background= “backpic.gif”>
B. <body background image= “backpic.gif”>
C. <background= “backpic.gif”>
D. <background image= “backpic.gif”>
6-4. Which of following HTML Tag will inserting a line break?
A. <p />
B. <lb />
C. <br />
D. <break />
6-5. Which of the following tags are related to Table in HTML ?
A. <table> <row> <column>
B. <table> <tr> <td>
C. <table> <head> <body>
D. <table> <header> <footer>
6-6. Which of the following is correct HTML for inserting an image?
A. <image source= “www.ghumti.com/ganesh.jpg” alt= “This is me” />
B. <img src= “www.ghumti.com/ganesh.jpg” alt= “This is me” />
C. <img source= “www.ghumti.com/ganesh.jpg” alt= “This is me” />
D. <img alt= “This is me”>www.ghumti.com/ganesh.jpg</img>
6-7. Choose the correct HTML tag to left-align the content of a cell.
A. <tdleft>
B. <td leftalign>
C. <td valign= “left”>
D. <td align= “left”>
6-8. Which tag is used to lists the items with bullets?
A. <bullet>…</bullet>
B. <list>…</list>
C. <ul>…</ul>
D. <ol>…</ol>
6-9. Is it possible to insert a table within another table?
A. Yes, but there must be exactly 2 rows and 2 columns in first table.
B. Yes, table can be inserted into cell of another table.
C. Yes, but there must be no border in second table.
D. No, it’s not possible.9/6/13 MultipleChoiceQuestions (MCQ) ofWebDesigning | MCQQuestions
mcqquestions.com/multiple-choice-questions-of-web-designing-set-6 3/5
4
6-10. What is the usage of alt value in <img> tag?
A. Alternative text for an Image
B. Alternative source of an Image
C. Caption of an Image
D. All of above
 Answers
1 – A / 2 – C / 3 – A / 4 – C / 5 – B / 6 – B / 7 – D / 8 – C / 9 – B / 10 – A



Multiple Choice Questions on Web Designing
5.1 How to define target in new page in HTML?
A. <a href = “http://www.ghumti.com/” target = “blank”>Click Here</a>
B. <a href = “http://www.ghumti.com/” target = “_blank”> Click Here </a>
C. <a href = “http://www.ghumti.com/” target = “#blank”> Click Here </a>
D. <a href = “http://www.ghumti.com/” target = “@blank”> Click Here </a>
5.2 In HTML, Uniform Resource Identifier (URI) is used to
A. To create a frame document .
B. To create a image map in the webpage.
C. To customize the image in the webpage.
D. To identify a name or a resource on the internet.
5.3 CSS is an acronym for
A. Cascading Style Sheet
B. Costume Style Sheet
C. Cascading System Style
D. None of the Above
5.4 Which of the following protocol is not used in the Internet
A. Telnet
B. WIRL
C. HTTP
D. Gopher
5.5 Who invented World Wide Web (WWW)?
A. Blaise Pascal
B. Charles Babbage
C. Herman Hollerith
D. Tim Berners-Lee
5.6 What is the use of Web Font in HTML ?
A. that is the core font that is use to develop Web Pages.
B. that enables to use fonts over the Web without installation.
C. that is the specialfont that developed by Microsoft Corp.
D. All of the Above.
5.7 What is <tt> tag in HTML?
A. It renders fonts as teletype text font style.
B. It renders fonts as truetype text font style.
C. It renders fonts as truncate text font style.
D. None of the Above.
5.8 What is the use of Forms in HTML?
A. to display contents of email.
B. to display animation effect.
C. to collect user’s input.
D. None of the Above.
5.9 What is the use of iframe in HTML?
A. to display a web page within a web page.
B. to display a web page with animation effect.
C. to display a web page without browser.
D. All of the Above.9/6/13 MultipleChoiceQuestions (MCQ) ofWebDesigning | MCQQuestions
mcqquestions.com/multiple-choice-questions-of-web-designing-set-5 3/5
1
5.10 FTP is an acronym for
A. File Transaction Protocol
B. File Transmission Protocol
C. File Translation Protocol
D. File Transfer Protocol
 Answers
1 – B / 2 – D / 3 – A / 4 – B / 5 – D / 6 – B / 7 – A / 8 – C / 9 – A / 10 – D

4.1 What is the correct syntax in HTML for creating a link on a webpage?
A. <LINK SRC= “ghumti.html”>
B. <BODY LINK = “ghumti.html”>
C. <A SRC = “ghumti.html” >
D. < A HREF = “ghumti.html”>
4.2 Which of the following is an attribute of <Table> tag?
► MCQ ► XML Website ► DTD XML ► XML Word
3 2
SoftLayer® Is Here
SoftLayer.com/Asia-Pacific
Cloud, dedicated, & managed hosting New Singapore Data Center9/6/13 MultipleChoiceQuestions (MCQ) ofWebDesigning | MCQQuestions
mcqquestions.com/multiple-choice-questions-of-web-designing-set-4 2/5
A. SRC
B. LINK
C. CELLPADDING
D. BOLD
4.3 Choose the correct HTML tag to make the text bold?
A. <B>
B. <BOLD>
C. <STRONG>
D. Both A) and C)
4.4 Which HTML tag would be used to display power in expression (A+B)2 ?
A. <SUP>
B. <SUB>
C. <B>
D. <P>
4.5 Choose the correct HTML code to create an email link?
A. <A HREF = “ganesh@ghumti.com”></A>
B. <A HREF = “mailto:ganesh@ghumti.com”></A>
C. <MAIL>ganesh@ghumti.com </MAIL>
D. <A MAILHREF = “ganesh@ghumti.com”></A>
4.6 Choose the correct HTML tag for the largest heading?
A. <H1>
B. <H6>
C. <H10>
D. <HEAD>
4.7 Output of XML document can be viewed in a
A. Word Processor
B. Web browser
C. Notepad
D. None of the above
4.8 What is the correct way of describing XML data?
A. XML uses a DTD to describe data
B. XML uses a description node to describe data
C. XML uses XSL to describe the data
D. XML uses a validator to describe the data
4.9 Comments in XML document is given by:
A. <?_ _ _ _>
B. <!_ _ _ _!>
C. <!_ _ _ _>
D. </_ _ _ _>
4.10 Which statement is true?
A. An XML document can have one root element
B. An XML document can have one child element
C. XML elements have to be in lower case
D. All of the above
Answers
1 – D / 2 – C / 3 – D / 4 – A / 5 – B / 6 – A / 7 – B / 8 – C / 9 – C / 10 – A


3-1. With regards to e-mail addresses:
A. they must always contain an @ symbol
B. they can never contain spaces
C. they are case-insensitive
D. all of the above
3-2. A homepage is __________
► MCQ ► NC Internet ► Internet 2 ► Memory Exam
1 3 29/6/13 MultipleChoiceQuestions (MCQ) ofWebDesigning | MCQQuestions
mcqquestions.com/multiple-choice-questions-of-web-designing-set-3 2/5
A. an index of encyclopedia articles
B. where allInternet data is stored
C. required for access to the Internet
D. the first page of a website
3-3. Which of the following is used to explore the Internet?
A. Browser
B. Spreadsheet
C. Clipboard
D. Draw
3-4. What is Internet Explorer?
A. An Icon
B. A File Manager
C. A Browser
D. The Internet
3-5. What do I need to get onto the Internet?
A. Computer
B. Modem
C. Browser
D. All of the above
3-6. What is an ISP?
A. Internet System Protocol
B. Internal System Program
C. Internet Service Provider
D. None of the above
3-7. Which of the following is valid IP address?
A. 984.12.787.76
B. 192.168.321.10
C. 1.888.234.3456
D. 192.168.56.115
3-8. Which is not a domain name extension
A. .mil
B. .org
C. .int
D. .com
3-9. What is a FTP program used for?
A. Transfer files to and from an Internet Server
B. Designing a website
C. Connecting to the internet
D. None of the above
3-10. Which of the following are commonly found on web pages?
A. internet
B. hyperlinks
C. intranet
D. all of the above
 Answers
1 – D / 2 – D / 3 – A / 4 – C / 5 – D / 6 – C / 7 – D / 8 – C / 9 – A / 10 – B

No comments: