M C Q s D r i v e

Software Engineering Mcqs 840 MCQs [All-Courses]

thumb

Software Engineering MCQs for job test and interview preparation, especially for fresh graduates, students, and candidates appearing in competitive exams. These multiple-choice questions cover a wide range of topics, including the fundamentals of software engineering, its various types, advanced concepts, software design, development processes, testing methods, software evolution, and security aspects.

Objects are executed _____________________?
A sequentially
B in Parallel
C sequentially & Parallel
D none of the mentioned
Correct Answer: sequentially
How many layers are present in the OO design pyramid ?
A three
B four
C five
D one
Correct Answer: four
Grady Booch, James Rumbaugh, and Ivar Jacobson combined the best features of their individual object-oriented analysis into a new method for object oriented design known as _____________________?
A HTML
B XML
C UML
D SGML
Correct Answer: UML
Which of the following is conceptually similar to objects ?
A PACKAGE
B PROC
C PRIVATE
D None of the mentioned
Correct Answer: PACKAGE
Which of the following early OOD methods incorporates both a “micro development process” and a “macro development process.” ?
A Booch method
B Rumbaugh method
C Wirfs-Brock method
D Coad and Yourdon method
Correct Answer: Booch method
A design description of an object is known as a class__________________?
A instance
B object
C case
D both instance and object
Correct Answer: instance
A design description in OOD includes___________________?
A Protocol Description
B Implementation Description
C Type Description
D both Protocol and Implementation Description
Correct Answer: Implementation Description
Which of the following is not an operation as per OOD algorithms and data structures ?
A operations that manipulate data in some way
B operations that perform a computation
C operations that check for syntax errors
D operations that monitor an object for the occurrence of a controlling event
Correct Answer: operations that check for syntax errors
Which of the following points related to Object-oriented development (OOD. is true ?
A OOA is concerned with developing an object model of the application domain
B OOD is concerned with developing an object-oriented system model to implement requirements
C All of the mentioned
D None of the mentioned
Correct Answer: All of the mentioned
What encapsulates both data and data manipulation functions ?
A Object
B Class
C Super Class
D Sub Class
Correct Answer: Object