Software Engineering Questions and Answers Part-29

1. A graphical technique for finding if changes and variation in metrics data are meaningful is known as
a) DRE (Defect Removal Efficiency)
b) Function points analysis
c) Control Chart
d) All of the mentioned

Answer: c
Explanation: Others options are formulas.

2. Defects removal efficiency (DRE)depends on:
a) E – errors found before software delivery
b) D – defects found after delivery to user
c) Both E and D
d) Varies with project

Answer: c
Explanation: DRE = E / (E + d).

3. The user has no control over the contents of a static web page.
a) True
b) False

Answer: a
Explanation: Static web pages are just for information purposes.

4. 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
Explanation: The word count metric gives the total number of words on a web page.

5. 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
Explanation: If link count is more, complexity will be more.

6. It is expected to have less number of connections for a good web application.
a) True
b) False

Answer: a
Explanation: More the link count, more the complexity and the web page dependence factor will increase.

7. 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
Explanation: All of the mentioned

8. 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
Explanation: Web Page Similarity

9. 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
Explanation: Similarity between two web pages is not judged upon its traffic activity.

10. The static content objects are dependent on the actions of the user.
a) True
b) False

Answer: b
Explanation: Dynamic Objects are user dependent