This Set of Software Engineering Multiple Choice Questions & Answers (MCQS) Focuses On "Software Engineering Ethics - 1"
This Set of Software Engineering Multiple Choice Questions & Answers (MCQS) Focuses On "Software Engineering Ethics - 1"
2. “Software engineers should not use their technical skills to misuse other people’s computers.”Here the
term misuse refers to:
a) Unauthorized access to computer material
b) Unauthorized modification of computer material
c) Dissemination of viruses or other malware
d) All of the mentioned
View Answer
Answer: d
Explanation: None.
3. Explain what is meant by PRODUCT with reference to one of the eight principles as per the ACM/IEEE
Code of Ethics ?
a) The product should be easy to use
b) Software engineers shall ensure that their products and related modifications meet the highest
professional standards possible
c) Software engineers shall ensure that their products and related modifications satisfy the client
d) It means that the product designed /created should be easily available
View Answer
Answer: b
Explanation: None.
8. As per an IBM report, “31%of the project get cancelled before they are completed, 53% overrun their cost
estimates by an average of 189% and for every 100 projects, there are 94 restarts”.What is the reason for
these statistics ?
a) Lack of adequate training in software engineering
b) Lack of software ethics and understanding
c) Management issues in the company
d) All of the mentioned
View Answer
Answer: a
Explanation: Option b & c are a part of Software Engineering as a subject,hence option a covers them both.
10. Company has latest computers and state-of the- art software tools, so we shouldn’t worry about the
quality of the product.
a) True
b) False
View Answer
Answer: b
Explanation: The infrastructure is only one of the several factors that determine the quality of the product.
1. Which of these are not among the eight principles followed by Software Engineering Code of Ethics and
Professional Practice ?
a) PUBLIC
b) PROFESSION
c) PRODUCT
d) ENVIRONMENT
View Answer
Answer: d
Explanation: Rest all are clauses for software ethics, environment does not focus on specific clause nor its of
importace related to question.
2. What is a Software ?
a) Software is set of programs
b) Software is documentation and configuration of data
c) Software is set of programs, documentation & configuration of data
d) None of the mentioned
View Answer
Answer: c
Explanation: Software is not just set of program but it is also associated documentation and configuration of
data to make program run.
5. Which of these software engineering activities are not a part of software processes ?
a) Software dependence
b) Software development
c) Software validation
d) Software specification
View Answer
Answer: a
Explanation: Software dependence is an attribute and not an engineering activity for process.
1. Build & Fix Model is suitable for programming exercises of ___________ LOC (Line of Code).
a) 100-200
b) 200-400
c) 400-1000
d) above 1000
View Answer
Answer: a
Explanation: Build & Fix Model is suitable for small projects & programming exercises of 100 or 200 lines.
3. Which one of the following models is not suitable for accommodating any change?
a) Build & Fix Model
b) Prototyping Model
c) RAD Model
d) Waterfall Model
View Answer
Answer: d
Explanation: Real projects rarely follow the sequential flow that the Waterfall Model proposes.
6. Which of the following statements regarding Build & Fix Model is wrong?
a) No room for structured design
b) Code soon becomes unfixable & unchangeable
c) Maintenance is practically not possible
d) It scales up well to large projects
View Answer
Answer: d
Explanation: Build & Fix Model is suitable for 100-200 LOC
10. Which model can be selected if user is involved in all the phases of SDLC?
a) Waterfall Model
b) Prototyping Model
c) RAD Model
d) both Prototyping Model & RAD Model
View Answer
Answer: c
Explanation: None