Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Engineering MCQs » Software Engineering MCQ – Web Engineering
Software Engineering MCQ – Web Engineering
Which web app attribute is defined by the statement:”A large number of users may access the WebApp at one time”?
a) Unpredictable load
b) Performance
c) Concurrency
d) Network intensiveness
View Answer
Answer: c
Explanation: None.
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
View Answer
Answer: c
Explanation: None.
If the user queries a collection of large databases and extracts information from the webapp, the webapp is categorized under
a) Service oriented app
b) Database access app
c) Portal app
d) Data warehousing app
View Answer
Answer: d
Explanation: The Data Warehouse is a stable, read-only database that combines information from separate systems into one, easy-to-access location.
Which process model should be used in virtually all situations of web engineering?
a) Incremental Model
b) Waterfall Model
c) Spiral Model
d) None of the mentioned
View Answer
Answer: a
Explanation: The web engineering process must accommodate incremental delivery, frequent changes and short timeline.
Which analysis is a part of Analysis model of the web engineering process framework?
a) Content Analysis
b) Interaction Analysis
c) Functional Analysis
d) All of the mentioned
View Answer
Answer: d
Explanation: Analysis model establishes a basis for design which requires all the mentioned options.
Web development and software development are one and the same thing.
a) True
b) False
View Answer
Answer: b
Explanation: They are different due to the nature and distinct requirements of Web-based systems.
Web-based systems are often document-oriented containing static or dynamic content.
a) True
b) False
View Answer
Answer: a
Explanation: In web-based systems, more emphasis is on “look and feel” of the product.
Web-based systems apply the same levels of formal planning and testing used in software development.
a) True
b) False
View Answer
Answer: b
Explanation: Web-based systems are typically constrained to a short development time making it difficult to apply the same levels of formal planning and testing used in software development.
Which of the following statements are incorrect with reference to web-based systems? Web-based systems
a) should be unscalable
b) must be able to cope with uncertain, random heavy demands on services
c) must be secure
d) are subject to assorted legal, social, and ethical scrutiny
View Answer
Answer: a
Explanation: Web-based systems should be scalable.
What category of web-based system would you assign to electronic shopping?
a) Informational
b) Interactive
c) Transaction-oriented
d) Workflow-oriented
View Answer
Answer: c
Explanation: It involves usage of transaction management of database systems.
What category of web-based system would you assign to discussion groups?
a) Collaborative work
b) Online communities
c) Web portals
d) Workflow-oriented
View Answer
Answer: b
Explanation: None.
W3C stands for
a) World Wide Web Consortium
b) World Wide Web Collaboration
c) World Wide Web Community
d) None of the mentioned
View Answer
Answer: a
Explanation: W3C is an international consortium where member organizations, a full-time staff, and the public work together to develop web standards.
Which of the following is a risk associated with using hypertext in web applications?
a) Loss of sense of locality and direction
b) Cognitive overload for users
c) All of the mentioned
d) None of the mentioned
View Answer
Answer: c
Explanation: Hypertexts and links may divert the users attention from the main content.