BBA-II-Practicals on Web Designing & Publishing- MCQ- 101-194

CLASS:- BBA SEM-II

 

SUBJECT:- Practicals on Web Designing & Publishing


101. How to define the link should open in new page in HTML?
a. <a href = "https://mcqsets.com/" target = "blank">Click Here</a>
b. <a href = "https://mcqsets.com/" target = "_blank"> Click Here </a>
c. <a href = "https://mcqsets.com/" target = "#blank"> Click Here </a>
d. <a href = "https://mcqsets.com/" target = "@blank"> Click Here </a>

102. 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.

 

103. CSS is an acronym for

a. Cascading Style Sheet

b. Costume Style Sheet

c. Cascading System Style

d. None of the Above

 

104. Which of the following protocol is not used in the Internet

a. Telnet

b. WIRL

c. HTTP

d. Gopher

 

 

 

105. Who invented World Wide Web (WWW)?

a. Blaise Pascal

b. Charles Babbage

c. Herman Hollerith

d. Tim Berners-Lee

 

106. 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 special font that developed by Microsoft Corp.

d. All of the Above.

 

107. 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.

 

108. 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.

 

109. 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.

 

110. FTP is an acronym for

a. File Transaction Protocol

b. File Transmission Protocol

c. File Translation Protocol

d. File Transfer Protocol

 

111. Which HTML Tag will use to scroll a text in web page?

a. <marquee> … </marquee>

b. <scroll> … </scroll>

c. <round> … </round>

d. <go> … </go>

 

112. Which organization defines the Web Standards?

a. Microsoft Corporation

b. IBM Corporation

c. World Wide Web Consortium

d. Apple Inc.

 

113. How to set a picture as a background web page?

a. <body background= “bgimage.gif”>

b. <body background image= “bgimage.gif”>

c. <background= “bgimage.gif”>

d. <background image= “bgimage.gif”>

 

114. Which of following HTML Tag will inserting a line break?

a. <p />

b. <lb />

c. <br />

d. <break />

 

 

 

115. 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>

 

116. Which of the following is correct HTML for inserting an image?

a. <image source= “mcqsets.com/admin.jpg” alt= “This is me” />

b. <img src= “mcqsets.com/admin.jpg” alt= “This is me” />

c. <img source= “mcqsets.com/admin.jpg” alt= “This is me” />

d. <img alt= “This is me”>mcqsets.com/admin.jpg

 

117. Choose the correct HTML tag to left-align the content of a cell.

a. <tdleft>

b. <td leftalign>

c. valign= “left”>

d. <td align= “left”>

 

118. Which tag is used to lists the items with bullets?

a. <bullet>…</bullet>

b. <list>…</list>

c. <ul>…

d. <ol>…</ol>

 

119. 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.

 

120. 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

 

 

 

121. Which of the following is the correct regarding meta tag in HTML?

a. <meta> … </meta>

b. <meta name = " " />

c. <metadata> … </metadata>

d. <metadata name = " " />

 

122. Which of the following is correct to set "Black" color as Background of page?

a. bgcolor = "#000000">

b. <body background = "#000000">

c. <body Background color = "#000000">

d. All of Above

 

123. Which of the following is correct to align H1 tag to Right Alignment

a. <h1 align = "right"> …

b. <h1 alignment = "right"> …

c. <h1 tag align = "right"> … </h1>

d. H1 cannot make Right Alignment

 

124. Which of the following is correct to change font face in Web Page

a. <font = "font name"> …

b. <font name = "font name"> … </font>

c. <font face = "font name"> … </font>

d. Font Face cannot change

 

 

 

Visit https://mcqsets.com for more preparation materials

 

125. 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

 

126. Which of the following is correct character entities for "Copyright" symbol?

a. &#149;

b. &#159;

c. &#169;

d. &#179;

 

127. Which tag is used to display Preformatted texts?

a. <pre> … </ pre>

b. <prefor> … </ prefor>

c. <pre text> … </ pre text>

d. <pre format> … </ pre format>

 

128. 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">

 

129. How to add alternative text for an Image?

a. <img src = "https://mcqsets.com/brand.png" alternate = "Brand of website" />

b. <img src = "https://mcqsets.com/brand.png" alt text = "Brand of website" />

c.src = "https://mcqsets.com/brand.png" alternate text = "Brand of website" />

d.src = "https://mcqsets.com/brand.png" alt = "Brand of website" />

 

Like mcqsets.com in Facebook – https://facebook.com/mcqsets

 

130. How to embedded Audio Files in HTML?

a. src = "mysong.mid" width = "100" height = "15">

b. <embed sound = "mysong.mid" width = "100" height = "15">

c. <embed audio = "mysong.mid" width = "100" height = "15">

d. <embed music = "mysong.mid" width = "100" height = "15">

 

131. Which of the following is used to create web pages?

a. HTML

b. C

c. JVM

d. DTD

 

 

 

132. HTML is considered as ___ language

a. Programming Langauge

b. OOP Language

c. High Level Language

d. Markup Language

 

133. HTML language is a set of markup ___

a. Attributes

b. Tags

c. Sets

d. Groups

 

134. HTML tags are used to describe document ____

 

a. Definition

b. Language

c. Content

d. None of these

 

135. HTML document can contain

a. Attributes

b. Tags

c. Plain text

d. All of these

 

136. Page designed in HTML is called a

a. Yellow Page

b. Web Page

c. Server Page

d. Front Page

 

137. We can write HTML code using ____. Select appropriate option(s).

a. VLC Media

b. Notepad++

c. Microsoft PowerPoint

d. None of these

 

138. HTML document is saved using ____ extension.

a. .htl

b. .html

c. .hml

d. .htnl

 

139. The software that can read and render HTML documents is

a. Server

b. Compiler

c. Interpreter

d. Browser

 

140. PCs running Windows 3.x will have ____extension for html pages

a. .htl

b. .html

c. .htm

d. .hml

 

141. Which of the following is not an example of browser?

a. Netscape Navigator

b. Microsoft Bing

c. Mozilla Firefox

d. Opera

 

 

 

142. Who is the primary author of HTML?

a. Brendan Eich

b. Tim Berners-Lee

c. Web Programmer

d. Google Inc

 

143. HTML was first proposed in year ___.

a. 1980

b. 1990

c. 1995

d. 2000

 

144. HTML tags are surrounded by ___ brackets

a. Angle

b. Square

c. Round

d. Curly

 

145. Opening tag of HTML is called

a. Ending tag

b. Starting tag

c. Closed tag

d. Pair tags

 

146. HTML document contain one root tag called ____

a. HEAD

b. Title

c. Body

d. HTML

 

 

 

Q. You can use mcqSets.com for

a. Online quiz

d. Subjective Questions & answers

 

147. Basic fundamental block is called as ___

a. HTML tag

b. HTML body

c. HTML Attribute

d. HTML Element

 

148. Pick the odd out

a. Table

b. TR

c. TD

d. Form

 

149. The first page of a website is called

a. Design

b. Home page

c. First page

d. Main page

 

150. The version of HTML is

a. HTML0

b. HTML1

c. HTML2

d. All of these

 

151. Head tag is used for?

a. Writing style

b. Writing Java Script

c. Including CSS, JS Files

d. All of these

 

152. How many heading tags are supported by HTML?

a. 3

b. 4

c. 5

d. 6

 

153. Which is the largest heading tag?

a. H1

b. H3

c. H4

d. H6

 

 

 

154. Which of the following are attributes of Font tag?

a. Face

b. Size

c. Color

d. All of above

 

155. ......................... connects web pages.

a. Connector

b. Link

c. Hyperlink

d. None of the above

 

156. Internet is ...............................

a. a network of networks

b. an ocean of resources waiting to be mined

c. a cooperative anarchy

d. all of the above

 

157. .................. is suitable for remote administration of a computer.

a. FTP

b. Shell

c. Remote Procedure Call

d. Telnet

 

158. Title tag is nested within the ....................... tag.

a. Body

b. Head

c. List

d. Table

 

159. .................... is a web's native protocol.

a. SLIP

b. TCP/IP

c. HTTP

d. PPP

 

160. The Internet uses the ........................ as the protocol engine.

a. SLIP

b. HTTP

c. TCP/IP

d. PPP

 

161. A ............................. is a symbolic name a network administrator assigns to a machine.

a. URL

b. DNS

c. IP address

d. Host name

 

 

 

162. Which of the following protocol is used for e-mail services.

a. SMAP

b. SMTP

c. SMIP

d. SMOP

 

163. ...................... is the incoming e-mail server.

a. POP

b. SMTP

c. SMIP

d. PPP

 

164. ....................... is a uniform naming scheme for locating resources on the web.

a. URI

b. HTTP

c. WEBNAME

d. RESOURCENAME

 

165. The attribute .................. of <BODY> tag sets color of hypertext links.

a. link

b. vlink

c. alink

d. hlink

 

166. Default font size of HTML is .......................

a. 2

b. 4

c. 6

d. 3

 

167. This is a networking device that passes data between networks having similar functions but dissimilar implementations.

a. Hub

b. Modem

c. Gateway

d. Repeater

 

168. In order to connect to ISP's server you need .......

a. Hand gloves

b. Printer

c. User name and Password

d. None of the above

 

169. DNS translates .........

a. domain name into IP

b. IP into domain name

c. both a & b

d. domain name into physical address

 

Q. You can use mcqSets.com for

a. Online quiz

d. Subjective Questions & answers

 

170. In order to upload a HTML file to a web server, you use

a. HTTP

b. SMTP

c. SIP

d. FTP

 

171. IEEE stands for ........

a. Institute of estimated elevator efficiency

b. Institute of electrical and economical engineers

c. Institute of Eurasia engineering event

d. Institute of electrical and electronics engineers

 

172. The regional networks are connected to the corporate networks, this is also called as ........

a. Backbone

b. LAN COM

c. WAN COM

d. Intranet

 

173. Once the email is sent, the message is broken into pieces called ..................

a. Packets

b. Process

c. Digits

d. Bytes

 

174. ................... is known as father of World Wide Web.

a. Robert Cailliau

b. Tim Thompson

c. Charles Darwin

d. Tim Berners-Lee

 

175. ................ are the physical meeting points of backbones.

a. Gateways

b. Pathways

c. Routers

d. Domains

 

Visit https://mcqsets.com for more MCQ banks, online quiz, answers to subjective questions and much more!

 

176. WSFTP is an example of ........................... program.

a. FTP

b. Telnet

c. Web browser

d. Mail

 

 

 

177. Which of the following is best suitable for remote administration of a computer?

a. Telnet

b. WAIS

c. Browsers

d. HTML

 

178. The leading bit pattern of class B network is ..................

a. 0

b. 10

c. 110

d. 11

 

179. The ...................... attribute adds space within each cell.

a. CELL SPACING

b. CELL PADDING

c. WIDTH

d. ALIGN

 

180. Which of the following are two popular protocols that allow home computer users to connect their computers to the internet as per hosts? i) SLIP ii) PPPiii) HTTP iv) SMTP

a. iii and iv

b. ii and iii

c. i and ii

d. ii and iii

 

181. A computer that translates ........................ of another computer into an ............... and vice versa, upon request is known as DNS server.

a. Domain name and IP address

b. Host address and Domain name

c. Domain name and server address

d. Server name and IP address

 

182. Identify the uses of URI in HTML.: i) Link to another document or resource ii) Link to external style sheet or script iii) Create an image map

a. i and ii

b. i and iii

c. ii and iii

d. i , ii and iii

 

183. An ordered list is a ...................... list and an unordered list is a ................. list.

a. bulleted & numbered

b. bulleted & tabular

c. tabular & numbered

d. numbered & bulleted

 

184. Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the .................. attribute and the second the ...................attribute.

a. NAME & LINK

b. LINK & HREF

c. HREF & NAME

d. TARGET & VALUE

 

185. What type of information should you avoid including on your Web site?

a. Links to sites of interest

b. Private personal information

c. Work and academic experience

d. Graphical

 

186. Which of the following web elements should you know about before building your web site?

a. The web audience

b. The operating environment of your ISP

c. The operating system of your visitor

d. Each consideration should determine your web design choices

 

187. What is the language of the Web?

a. Basic

b. C++

c. MS Visual Basic

d. HTML

 

188. What does an HTML tag do?

a. It specifies formatting and layout instructions for your web page.

b. It hides programming instructions from view.

c. It determines the organizational structure of your Web site.

d. It connects your web site to an operating environment.

 

189. A Web document is broken into sections. What are the tags called that create these sections?

a. Structure tags

b. HTML tags

c. Heading tags

d. Body tags

 

190. What should be the first and last pair of tags in your Web document?

a. <html></html> and <body></body>

b. <start><end> and <body></body>

c. <head><body> and <title></title>

d. <title></title> and <body<>/body>

 

191. When you use a heading tag in a document, what does the Web browser assumes?

a. Heading information is to appear in bold letters

b. Heading information is to appear on its own line

c. Heading information has a hyperlink

d. Heading information is shown as a size six

 

192. For every Web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to provide this information?

a. <head></head>

b. <head><head>

c. <label><label>

d. <title></title>

 

193. If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?

a. Layout

b. Basic formatting

c. Design

d. Outline

 

194. When creating a Web document, what format is used to express an image's height and width?

a. Centimeters

b. Pixels

c. Dots per inch

d. Inches

 

 

Answers

Following are the correct answer of the questions presented in this page.

 

101 - B

102 - D

103 - A

104 - B

105 - D

106 - B

107 - A

108 - C

109 - A

110 - D

111 - A

112 - C

113 - A

114 - C

115 - B

116 - B

117 - D

118 - C

119 - B

120 - A

121 - B

122 - A

123 - A

124 - C

125 - D

126 - C

127 - A

128 - B

129 - D

130 - A

131 - A

132 - D

133 - B

134 - C

135 - D

136 - B

137 - A

138 - B

139 - D

140 - C

141 - B

142 - B

143 - B

144 - A

145 - B

146 - D

147 - A

148 - D

149 - B

150 - D

151 - D

152 - D

153 - A

154 - D

155 - C

156 - D

157 - D

158 - B

159 - C

160 - C

161 - D

162 - B

163 - A

164 - A

165 - A

166 - D

167 - C

168 - C

169 - C

170 - D

171 - D

172 - A

173 - A

174 - D

175 - A

176 - A

177 - A

178 - B

179 - B

180 - C

181 - A

182 - D

183 - D

184 - C

185 - B

186 - A

187 - D

188 - A

189 - A

190 - A

191 - B

192 - D

193 - B

194 - B

 

 

 

 

 

 



OTHER Multiple Choice Questions:


1. What does CSS stand for?
A. Creative Style Sheets
B. Colorful Style Sheets
C. Cascading Style Sheets
D. Computer Style Sheets
Ans: C

2. What is the correct HTML for referring to an external style sheet?
A. <stylesheet>mystyle.css</stylesheet />
B. <style src=”mystyle.css” />
C. <link rel=”stylesheet” type=”text/css” href=”mystyle.css”>
Ans: C

3. Where in an HTML document is the correct place to refer to an external style sheet?
A. At the end of the document
B. In the <head> section
C. At the top of the document
D. In the <body> section
Ans: B

4. Which HTML tag is used to define an internal style sheet?
A. <style>
B. <css>
C. <script>
Ans: A

5. Which HTML attribute is used to define inline styles?
A. font
B. class
C. styles
D. style
Ans: D

6. Which is the correct CSS syntax?

A. body {color: black}
B. {body;color:black}
C. {body:color=black(body}
D. body_color=black
Ans: A

7. How do you insert a comment in a CSS file?
A. // this is a comment //
B. /* this is a comment */
C. ‘ this is a comment
D. // this is a comment
Ans: B

8. Which property is used to change the background color?
A. bgcolor:
B. background-color:
C. color:
Ans: background-color:

9. How do you add a background color for all <h1> elements?

A. all.h1 {background-color:#FFFFFF}
B. h1.all {background-color:#FFFFFF}
C. h1 {background-color:#FFFFFF}
Ans: C

10. How do you change the text color of an element?
A. text-color=
B. fgcolor:
C. color:
D. text-color:
Ans: C

CSS Objective Questions Pdf Free Download ::

11. Which CSS property controls the text size?
A. font-size
B. font-style
C. text-style
D. text-size
Ans: A

12. What is the correct CSS syntax for making all the <p> elements bold?
A. <p style=”text-size:bold”>
B. p {font-weight:bold}
C. p {text-size:bold}
D. <p style=”font-size:bold”>
Ans: B

13. How do you display hyperlinks without an underline?
A. a {text-decoration:no underline}
B. a {decoration:no underline}
C. a {text-decoration:none}
D. a {underline:none}
Ans: C

14. How do you make each word in a text start with a capital letter?
A. text-transform:capitalize
B. You can’t do that with CSS
C. text-transform:uppercase
Ans: A

15. How do you change the font of an element?
A. font-family:
B. font=
C. f:
Ans: A

16. How do you make the text bold?
A. font:b
B. font-weight:bold
C. style:b old
Ans: B

17. How do you display a border like this:
The top border = 10 pixels
The bottom border = 5 pixels
The left border = 20 pixels
The right border = 1pixel?
A. border-width:10px 20px 5px 1px
B. border-width:10px 1px 5px 20px
C. border-width:5px 20px 10px 1px
D. border-width:10px 5px 20px 1px
Ans: B

18. How do you change the left margin of an element?
A. margin:
B. indent:
C. margin-left:
D. text-indent:
Ans: C

19. To define the space between the element’s border and content, you use the padding property, but are you allowed to use negative values?
A. Yes
B. No

Ans: B

20. How do you make a list that lists its items with squares?
A. list-type: square
B. type: square
C. type: 2
D. list-style-type: square

Ans: D

 

Post a Comment

0 Comments

Close Menu