Home

Software Engineering 1000+ MCQ with answer for GATE

Thursday 9th of March 2023

Sharing is caring

1. 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
2. Open source development model best suits for _____.
A. Large system applications
B. Small system applications
C. Medium system applications
D. Very small system applications
Answer : A
3. 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
4. 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
5. _____ 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
6. In Software Engineering, people are considered as a/an _____.
A. Asset
B. Resource
C. Problem Solver
D. Knowledge Provider
Answer : B
7. 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
8. Integrating business processes with the Internet leads to far greater _____ between customers and suppliers.
A. Understanding
B. Restrictions
C. Transparency
D. Controversy
Answer : C
9. 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
10. Identify the correct statement: Software engineers shall
A. ensure that their products only meet the SRS.
B. act consistently with the public interest.
C. act in a manner that is in the best interests of his expertise and favour.
D. none
Answer : B
11. 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
12. The SOFL model of Liu and colleagues (1997) presents an integrated approach that adopts _____ methodologies in the requirements phases and _____ methodologies in the design and implementation phases
A. Procedure-oriented, Structured
B. Structured, Procedure-oriented
C. Structured, Object-oriented
D. Object-oriented, Structured
Answer : C
13. 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
14. _____ model is based on incremental development under statistical quality control and formal correctness principles.
A. Waterfall
B. Spiral
C. Iterative
D. Cleanroom
Answer : D
15. The tools used during implementation and maintenance are called _____ CASE tools
A. Upper
B. Front-end
C. Intermediate
D. Lower
Answer : D
16. _____ 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
17. The major advantage of bottom-up integration testing is__________.
A. major decision points are tested early
B. no drivers need to be written
C. no stubs need to be written
D. regression testing is not required
Answer : C
18. State True or False.
1. People have different software needs that change over time.
2. Most computer users do not understand computer languages.

A. 1-False, 2-False
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-True, 2-True
Answer : D
19. 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
20. State True or False.
1. COCOMO is not a cost estiation 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
21. The spiral model of software development___________
A. A useful approach when a customer cannot define requirements clearly.
B. Is more chaotic than the incremental model
C. Includes project risks evaluation during each iteration
D. Often used for the development of client/server applications
Answer : C
22. Data structure suitable for an application discussed in?
A. interface design
B. data design
C. procedural design
D. architectural design
Answer : B
23. RAD stands for _____.
A. Random Application Development
B. Raw Application Development
C. Robust Application Development
D. Rapid Application Development
Answer : D
24. 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
25. 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
26. Which of the following is not the part of system requirements?
A. Availability
B. Data Integrity
C. Security
D. Reliability
Answer : D
27. _____ interoperate with systems at a mobile or remote level in order to access inventory, check prices, and close deals.
A. System Operator
B. Salesman
C. Database Manager
D. Accountant
Answer : B
28. The name for the way that computers manipulate data into information is called:
A. processing
B. programming
C. storing
D. organizing
Answer : A
29. What is meant by a dedicated computer?
A. Which is used by one person only
B. Which is assigned one and only one task
C. Which uses one kind of software
D. Which is meant for application software
Answer : B
30. Which of the following is a the process metric which is useful for assessing maintainability?
A. Number of request for corrective maintenance
B. Average time required for impact analysis
C. All the above
D. Number of oustanding change request
Answer : C
31. What types of errors are missed by black-box testing and can be found by white-box testing?
A. Behavioural error
B. Logic errors
C. Performance error
D. Interface error
Answer : B
32. The most famous risk reduction strategy is _____.
A. Waterfall model
B. Incremental model
C. Spiral model
D. Iterative model
Answer : C
33. Design phase will usually be?
A. bottom-up
B. random
C. top-down
D. center fingring
Answer : C
34. _____ 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
35. ____________ serves as the foundation for software engineering.
A. Software Analysis
B. Software Design
C. Software quality
D. Software testing
Answer : B
36. ISO stands for _____.
A. Indian Statistical Organization
B. Inter State Organization
C. International Standards Organization
D. Indian Standards Organization
Answer : C
37. State True or False.
1. Cultural differences are examples of inherited characteristics that affect the degree of diversification in an environment.
2. Amid various diversity, commonly shared human needs play a unifying role.

A. 1-False, 2-False
B. 1-True, 2-False
C. 1-False, 2-True
D. 1-True, 2-True
Answer : D
38. 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
39. 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
40. A good specification should be?
A. distinctly specific
B. unambiguous
C. all of these
D. functional
Answer : C
41. ___________ is sed to derive a class from existing class.
A. Polymorphism
B. Encapsulation
C. Inheritance
D. Information hiding
Answer : C
42. 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
43. 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
44. 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
45. _____ is the open source software.
A. Internet Explorer
B. Mozilla
C. MS-Office
D. Oracle
Answer : B
46. 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
47. 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
48. The Linear sequential model of software development is_____
A. An Old Fashioned model that cannot be used in a modern context
B. A good approach when a working program is required quickly
C. A useful approach when a customer cannot define requirements clearly.
D. A reasonable approach when requirement are well defined.
Answer : D
49. Which of the following is a tool in design phase?
A. abstraction
B. refinement
C. information hiding
D. all of above three
Answer : D
50. 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

Sharing is caring