Software Engineering Multiple Choice Questions on “Web Engineering Project Metrics”.
1. The user has no control over the contents of a static web page.
a) True
b) False
Answer: a
Clarification: Static web pages are just for information purposes.
2. Which metric gives the idea about the contents on a web page ?
a) Word Token
b) Word Count
c) Word Size
d) Word Length
Answer: b
Clarification: The word count metric gives the total number of words on a web page.
3. How is the complexity of a web page related to link count ?
a) Directly
b) Indirectly
c) No relation
d) All of the mentioned
Answer: a
Clarification: If link count is more, complexity will be more.
4. It is expected to have less number of connections for a good web application.
a) True
b) False
Answer: a
Clarification: More the link count, more the complexity and the web page dependence factor will increase.
5. Number of dynamic web pages provides an idea about________ for a web page that is to be built.
a) size
b) complexity
c) effort
d) all of the mentioned
Answer: d
6. Which of the following web engineering metric measures the extent of relatedness between two or more web pages ?
a) Number of Static Content Objects
b) Number of Dynamic Content Objects
c) Web Page Similarity
d) Number of Internal Page Links
Answer: c
7. Which of the following is not a classification of the web engineering metric, Web Page Similarity ?
a) Content based
b) Link based
c) Usage based
d) Traffic based
Answer: d
Clarification: Similarity between two web pages is not judged upon its traffic activity.
8. The static content objects are dependent on the actions of the user.
a) True
b) False
Answer: b
Clarification: Dynamic Objects are user dependent
9. Link based measures rely on ___________ structure of a web graph to obtain related pages.
a) Embedded
b) Hyperlink
c) Dynamic
d) All of the mentioned
Answer: b
Clarification: Only option b answers the blank, rest are not in accordance to the question.
10. Which of the following is not a web engineering project metric ?
a) Number of Static Content Objects
b) Number of Dynamic Content Objects
c) Number of Inherited Objects
d) Word Count
Answer: c
Clarification: There is no such metric as an inherited object’s count.
