Home

Software Engineering 1000+ MCQ with answer for IBPS PO

Thursday 9th of March 2023

Sharing is caring

1. _____ focused on the Waterfall and prototype models in their empirical study, emphasizing the factors driving the usage of specific process models.
A. Boehm and Belz
B. Khalifa and Verner
C. Madhavji et al.
D. Blackburn et al.
Answer : B
2. Choose the correct option in terms of Issues related to professional responsibility
A. Confidentiality
B. Intellectual property rights
C. Managing Client Relationships
D. Both a & b
Answer : D
3. State True or False.
1. 4GLs are not CASE tools.
2. The domain of applicability of CASE tools are much more limited than the 4GL.

A. 1-True, 2-True
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-False, 2-False
Answer : A
4. State True or False.
1. Curtis, Kellner, and Over identified five uses for process models.
2. Blackburn et al. identified the five most influential factors in the development process.

A. 1-True, 2-True
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-False, 2-False
Answer : A
5. Explain what is meant by PRODUCT with reference to one of the eight principles as per the ACM/IEEE Code of Ethics ?
A. Software engineers shall ensure that their products and related modifications meet the highest professional standards possible.
B. The product should be easy to use.
C. It means that the product designed /created should be easily available.
D. Software engineers shall ensure that their products and related modifications satisfy the client.
Answer : D
6. Which of the following is not aspects to fault tolerance.?
A. Failure detection
B. Damage assessment
C. Fault avoidance
D. Fault repair
Answer : C
7. State True or False.
1. Ubiquitous computing lead to an environment in which the cycle time and costs of the business processes are increased.
2. Software technology facilitates communication between devices in a multimedia fashion.

A. 1-True, 2-True
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-False, 2-False
Answer : C
8. State True or False.
1. The seminal book by Kent Beck, Extreme Programming Explained express some of the defining characteristics of agile development.
2. Code is the one artifact that development absolutely cannot live without

A. 1-False, 2-False
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-True, 2-True
Answer : D
9. ____________ serves as the foundation for software engineering.
A. Software Analysis
B. Software Design
C. Software quality
D. Software testing
Answer : B
10. Feller and Fitzgerald observe that between _____ percent of software costs are traditionally associated with the post-development, maintenance phase of the software life cycle.
A. 70 to 80
B. 30 to 40
C. 50 to 60
D. 10 to 20
Answer : A
11. _____ refers to the elimination or reduction of third-party intermediaries between the client or customer.
A. Intermediation
B. Disintermediation
C. Mediation
D. None of the above
Answer : B
12. RAD stands for _____.
A. Random Application Development
B. Raw Application Development
C. Robust Application Development
D. Rapid Application Development
Answer : D
13. _____ interacts with the system at the financial level.
A. Accounting Personnel
B. Database Manager
C. Salesman
D. System Operator
Answer : A
14. The economic success of an application is measured in terms of metrics such as _____.
A. Profit maximization
B. Cost reduction
C. Customer satisfaction
D. All of the above
Answer : D
15. Design phase includes?
A. data,architectural and procedural designs only
B. architectural,procedural and interface design only
C. data,architectural and interface design only
D. data,architectural interface and procedural design
Answer : D
16. Which of the following is a technical factor which affect software maintenance cost?
A. Application Domain
B. Staff stability
C. Programming language
D. External environment
Answer : C
17. Which of the following is a tool in design phase?
A. abstraction
B. refinement
C. information hiding
D. all of above three
Answer : D
18. Which of the following is not the strategy for achieving reliability in software system?
A. Fault avoidance
B. Fault tolerance
C. Fault detection
D. Fault repair
Answer : D
19. Which of the following the notation is not used to represent an object class in an object model?
A. Class Name
B. Entity
C. Attributes
D. Service
Answer : B
20. Assertion and condition which are true at the point of execution
A. sometimes
B. many times
C. always
D. no times
Answer : C
21. The name for the way that computers manipulate data into information is called:
A. processing
B. programming
C. storing
D. organizing
Answer : A
22. State True or False.
1. COCOMO is not a cost estimation model.
2. Human factors have an important role in the development process.

A. 1-True, 2-True
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-False, 2-False
Answer : C
23. Which of the following model include inheritance model, object aggregation, and service usage model?
A. Entity- relation model
B. Data flow model
C. Structural model
D. Object model
Answer : D
24. State True or False.
1. Leveson adopts a cognitive engineering approach to software development.
2. Visualization plays a key role in defining and understanding the artifacts produced during development.

A. 1-False, 2-False
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-True, 2-True
Answer : D
25. _____ model is based on incremental development under statistical quality control and formal correctness principles.
A. Waterfall
B. Spiral
C. Iterative
D. Cleanroom
Answer : D
26. The tools used during implementation and maintenance are called _____ CASE tools
A. Upper
B. Front-end
C. Intermediate
D. Lower
Answer : D
27. Information hiding is to hide from user details
A. that are not relevant to him
B. that re relevant to him
C. that may be maliciously handled by him
D. that are confidential
Answer : C
28. Efficiency in a software product does not include ________
A. licensing
B. responsiveness
C. processing time
D. memory utilization
Answer : A
29. _____ is the most widely used single measure of information technology success
A. User satisfaction
B. Job satisfaction
C. Business success
D. Profit making
Answer : A
30. Which of the following is not the part of system requirements?
A. Availability
B. Data Integrity
C. Security
D. Reliability
Answer : D
31. Which of the following are the steps in identifying the transforming process of data- flow diagram to structure chart?
A. Identify system- processing transformation
B. Identify input transformation
C. Identify output transformation
D. All the above
Answer : D
32. Select the incorrect statement: Software engineers should
A. not use your technical skills to misuse other peoples computers.
B. not knowingly accept work that is outside your competence.
C. be dependent on their colleagues.
D. maintain integrity and independence in their professional judgment.
Answer : C
33. Which of the following are the activities of the function- oriented design.
A. Data- flow design
B. Structural decomposition
C. Detailed design description
D. All the above
Answer : D
34. The testing technique that requires devising test cases to demonstrate a program function is operational is called_____
A. Grey- box testing
B. White box testing
C. Black box testing
D. Red Box Testing
Answer : C
35. In object oriented design of software which of the following is not true?
A. objects inherit the properties of the class
B. classes are defined based on the attributes of the object
C. objects can belong to two classes
D. classes are always different
Answer : C
36. _____ was an improved version of an earlier process model called the Nine-Phase, Stage-Wise model.
A. Spiral model
B. Incremental model
C. Iterative model
D. Waterfall model
Answer : D
37. The rapid application development model is______________
A. A Combination of prototyping and waterfall model
B. Includes project risks evaluation during each iteration
C. A high speed adaptation of the linear sequential model
D. Used to suggests a systematic sequential approach to software development
Answer : C
38. Design phase will usually be?
A. bottom-up
B. random
C. top-down
D. center fingring
Answer : C
39. A good specification should be?
A. distinctly specific
B. unambiguous
C. all of these
D. functional
Answer : C
40. What is meant by the term software crisis?
A. Ability to deliver software on time with good quality
B. A situation in which experienced developers leave the company
C. Inability of new software to inter-operate with existing software
D. Instability in the development team
Answer : A
41. Software engineers should not use their technical skills to misuse other peoples computers.Here the term misuse refers to:
A. Unauthorized modification of computer material
B. Unauthorized access to computer material
C. Dissemination of viruses or other malware
D. All of the mentioned
Answer : D
42. Which of the following is not the stages in software design problem?
A. Study and understand the problem
B. Identify gross features of at least one possible solution.
C. Describe each abstraction used in the solution
D. Maintenance
Answer : D
43. Data structure suitable for an application discussed in?
A. interface design
B. data design
C. procedural design
D. architectural design
Answer : B
44. Process technology enabled the support of the rapid application development needed for iterative approaches with their greater emphasis on risk _____ and user _____.
A. Minimization, Satisfaction
B. Minimization, Dissatisfaction
C. Maximization, Satisfaction
D. Maximization, Dissatisfaction
Answer : A
45. which is used to measure POFOD?
A. The time between system failure
B. The frequency of occurrence with which unexpected behaviour is likely to occur
C. The elapsed repair or restart time when a system failure occurs. Given that the system must be continuously available.
D. The number of system failures given a number of systems inputs.
Answer : D
46. In Software Engineering, people are considered as a/an _____.
A. Asset
B. Resource
C. Problem Solver
D. Knowledge Provider
Answer : B
47. In _________ approach to reuse, reusable knowledge is captured in a program generator system, which can be programmed in a domain-oriented language.
A. Function reuse
B. Application system reuse
C. Sub- system reuse
D. Generator based reuse
Answer : D
48. _____ asserted that, for a process model to be effective, it must exhibit multidimensional characteristics.
A. Madhavji
B. Sutton
C. Khalifa
D. Humphrey
Answer : B
49. ISO stands for _____.
A. Indian Statistical Organization
B. Inter State Organization
C. International Standards Organization
D. Indian Standards Organization
Answer : C
50. State True or False.
1. Investors and owners are also significant stakeholders who make demands on a system in terms of financial goals.
2. Experts and consultants are another stakeholder class who can strongly affect problem definition.

A. 1-False, 2-False
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-True, 2-True
Answer : D

Sharing is caring