Fundamentals of Web Engineering MCQs - ITEC4142
Fundamentals of Web Engineering MCQs - ITEC4142
MCQ’s
Which web app attribute is defined by the statement: “The quality and
aesthetic nature of content remains an important determinant of the quality
of a WebApp”?
a) Availability
b) Data driven
c) Content sensitive
d) Continuous evolution
Web development and software development are one and the same thing.
a) True
b) False
c) Depends
d) None of the above
Which of the following can read and render HTML web pages
a) Server
b) head Tak
c) web browser
d) VPN
Which of the following attribute is used for merging two or more adjacent
columns?
a) ROWSPAN
b) CELLSPACING
c) COLSPAN
d) CELLPADDING
Which of the following is used to transmit information on the world wide
web?
a) HPPT
b) HTTP
c) HTTTP
d) HTPP
Which method of the Component class is used to set the position and size of
a component in JSP?
a) setSize()
b) setBounds()
c) setPosition()
d) setPositionSize()
In JSP, a Canvas object provides access to a Graphics object via one of its
methods called _____
a) getCanvas()
b) getGraphics()
c) paint()
d) getPaint()
How can you open a link in a new browser window?
a) <a href = “url” target = “new”>
b) <a href = “url” target= “_blank”>
c) <a href = “url”.new>
d) <a href = “url” target =“open”>
The user has no control over the contents of a static web page.
a) True
b) False
c) Depends
d) None of the above
Which metric gives the idea about the contents on a web page?
a) Word Token
b) Word Count
c) Word Size
d) Word Length
How can you make a list that lists the items with numbers?
a) ol
b) dl
c) ul
d) list
How can you open a link in a new browser window?
a) <a href="url" target="_blank">
b) <a href="url" target="_self">
c) <a href="url" target="_new">
d) <a href="url" target="_window">
How do you make a list that lists its items with squares?
a) type: square
b) list-type: square
c) type: 2
d) list-style-type: square
In what form are style rules presented?
a) selector { property: value }
b) selector { property= value }
c) selector ( property: value )
d) selector ( property= value )
What selector should you use when applying a style to multiple elements?
a) ID
b) Class
c) Type
d) Any of the above
Which of the following attributes of the <img> tag displays alternate text for
the image?
a) caption
b) text
c) alt
d) identify
Each element can have only one ID and Each page can have only one
element with that ID.
a) True
b) False
c) Depends
d) None of the above
You can use the same class on multiple elements.
a) True
b) False
c) Depends
d) None of the above
From the inside out, which of the following portrays the correct order of a
box model?
a) margin, border, padding, content
b) content, margin, border, padding
c) border, margin, content, padding
d) content, padding, border, margin