MCQOPTIONS
Saved Bookmarks
This section includes 1167 Mcqs, each offering curated multiple-choice questions to sharpen your Computer Science Engineering (CSE) knowledge and support exam preparation. Choose a topic below to get started.
| 151. |
Which model is most popular for student s small projects? |
| A. | Waterfall model |
| B. | Spiral model |
| C. | Quick and fix model |
| D. | Prototyping model |
| Answer» D. Prototyping model | |
| 152. |
During software development, which factor is most crucial? |
| A. | People |
| B. | Product |
| C. | Process |
| D. | Project |
| Answer» B. Product | |
| 153. |
Minimum possible value of reliability is |
| A. | 100 |
| B. | 10 |
| C. | 1 |
| D. | 0 |
| Answer» E. | |
| 154. |
-------------is a unit that is part of a larger system that means a larger system divided intosubparts the subpart is known as -------------- |
| A. | Execution Information system(EIS) |
| B. | Integrated system |
| C. | Subsystem |
| D. | Transaction processing system |
| Answer» D. Transaction processing system | |
| 155. |
Requirements review process is carried out to |
| A. | Spend time in requirements gathering |
| B. | Improve the quality of SRS |
| C. | Document the requirements |
| D. | None of the above |
| Answer» C. Document the requirements | |
| 156. |
The development is supposed to proceed linearly through the phase in |
| A. | Spiral model |
| B. | Waterfall model |
| C. | Prototyping model |
| D. | None of the above |
| Answer» C. Prototyping model | |
| 157. |
_________ defined as a collection of program statements with four basic attribute i.e. input and output, function, mechanics and internal data |
| A. | Module |
| B. | Factoring |
| C. | Fan in |
| D. | Fan Out |
| Answer» B. Factoring | |
| 158. |
During the development phase, the following testing approach is not adopted |
| A. | Unit testing |
| B. | Bottom up testing |
| C. | Integration testing |
| D. | Acceptance testing |
| Answer» E. | |
| 159. |
In the Analysis phase, the development of the ____________ occurs, which is a clear statement of the goals and objectives of the project. |
| A. | documentation |
| B. | flowchart |
| C. | program specification |
| D. | design |
| Answer» D. design | |
| 160. |
Validation is |
| A. | Checking the product with respect to customer s expectation |
| B. | Checking the product with respect to specifications |
| C. | Checking the product with respect to the constraints of the project |
| D. | All of the above |
| Answer» B. Checking the product with respect to specifications | |
| 161. |
Which one is not a functional requirement? |
| A. | Efficiency |
| B. | Reliability |
| C. | Product features |
| D. | Stability |
| Answer» D. Stability | |
| 162. |
Which is not a functional testing technique? |
| A. | Boundary value analysis |
| B. | Decision table |
| C. | Regression testing |
| D. | None of the above |
| Answer» D. None of the above | |
| 163. |
Functional testing is known as: |
| A. | Structural testing |
| B. | Behavior testing |
| C. | Regression testing |
| D. | None of the above |
| Answer» C. Regression testing | |
| 164. |
Which level of CMM is for basic project management? |
| A. | Initial |
| B. | Repeatable |
| C. | Defined |
| D. | Managed |
| Answer» C. Defined | |
| 165. |
The model to measure the software process improvement is called |
| A. | ISO 9000 |
| B. | ISO 9126 |
| C. | CMM |
| D. | Spiral model |
| Answer» D. Spiral model | |
| 166. |
Which one is not a step of requirement engineering? |
| A. | Requirements elicitation |
| B. | Requirements analysis |
| C. | Requirements design |
| D. | Requirements documentation |
| Answer» D. Requirements documentation | |
| 167. |
In Logarithmic Poisson execution model, is known as |
| A. | Failure intensity function parameter |
| B. | Failure intensity decay parameter |
| C. | Failure intensity measurement |
| D. | Failure intensity increment parameter |
| Answer» C. Failure intensity measurement | |
| 168. |
Build and fix model has |
| A. | 3 phases |
| B. | 1 phase |
| C. | 2 phases |
| D. | 4 phases |
| Answer» D. 4 phases | |
| 169. |
The waterfall model of the software process considers each process activity as a _______ pha |
| A. | separate |
| B. | discrete |
| C. | Both a and b options |
| D. | None of the above |
| Answer» D. None of the above | |
| 170. |
Which one is not a size measure for software |
| A. | LOC |
| B. | Function Count |
| C. | Cyclomatic Complexity |
| D. | Halstead s program length |
| Answer» D. Halstead s program length | |
| 171. |
Which one of the statements is not correct during requirements engineering? |
| A. | Requirements are difficult to uncover |
| B. | Requirements are subject to change |
| C. | Requirements should be consistent |
| D. | Requirements are always precisely known. |
| Answer» E. | |
| 172. |
Waterfall model is not suitable for |
| A. | small projects |
| B. | accommodating change |
| C. | complex projects |
| D. | none of the above |
| Answer» C. complex projects | |
| 173. |
Which one is not a type of requirements? |
| A. | Known requirements |
| B. | Unknown requirements |
| C. | Undreamt requirements |
| D. | Complex requirements |
| Answer» E. | |
| 174. |
Failure intensity function of Logarithmic Poisson execution model is given as |
| A. | ( )= 0LN(- ) |
| B. | ( )= 0exp( ) |
| C. | ( )= 0exp(- ) |
| D. | ( )= 0log(- |
| Answer» D. ( )= 0log(- | |
| 175. |
In Basic execution time model, additional number of failures required to achieve a failure intensity objective is expressed as |
| A. | 0/ 0( P - F) |
| B. | ) 0/ 0( F P) |
| C. | 0 0( F P) |
| D. | 0/ 0 ( P - F) |
| Answer» B. ) 0/ 0( F P) | |
| 176. |
Which is not a type of requirements under quality function deployment? |
| A. | Normal requirements |
| B. | Abnormal requirements |
| C. | Expected requirements |
| D. | Exciting requirements |
| Answer» C. Expected requirements | |
| 177. |
Failure occurrences can be represented as |
| A. | time to failure |
| B. | time interval between failures |
| C. | failures experienced in a time interval |
| D. | All of the above |
| Answer» E. | |
| 178. |
Most suitable model for new technology that is not well understood is: |
| A. | Waterfall model |
| B. | RAD model |
| C. | Iterative enhancement model |
| D. | Evolutionary development model |
| Answer» E. | |
| 179. |
Outcome of requirements specification phase is |
| A. | Design Document |
| B. | SRS Document |
| C. | Test Document |
| D. | None of the above |
| Answer» C. Test Document | |
| 180. |
If the server is only responsible for data management and software on the client implements the application logic, then one can referrer this model as |
| A. | Client server model |
| B. | Fat client server model |
| C. | Thin client server model |
| D. | None of these |
| Answer» C. Thin client server model | |
| 181. |
___________ Classes are used to create the interface that the user sees and interacts with as the software is used. |
| A. | Controller |
| B. | Entity |
| C. | Boundary |
| D. | Business |
| Answer» D. Business | |
| 182. |
It is intended to find inconsistencies between a program and its specification. These inconsistencies are usually due to program faults or defects. |
| A. | Database |
| B. | Debugging |
| C. | Defect testing |
| D. | Defensive programming |
| Answer» C. Defect testing | |
| 183. |
Transforming of logic and data from design specifications (design descriptions) into a programming language |
| A. | Compatibility |
| B. | Compactness |
| C. | Coding |
| D. | Communication |
| Answer» D. Communication | |
| 184. |
If you were a lead developer of a software company and you are asked to submit a project/product within a stipulated time-frame with no cost barriers, which model would you select? |
| A. | Waterfall |
| B. | Spiral |
| C. | RAD |
| D. | Incremental |
| Answer» D. Incremental | |
| 185. |
Architectural design is a creative process satisfying only functional-requirements of a system. |
| A. | True |
| B. | False |
| C. | none |
| D. | all |
| Answer» C. none | |
| 186. |
Behavioral specification is required for: |
| A. | Modeling |
| B. | Verification |
| C. | Validation |
| D. | None of the above |
| Answer» C. Validation | |
| 187. |
The property of software in which software product may be adapted to changes of specifications. |
| A. | Maintainability |
| B. | Flexibility |
| C. | Testability |
| D. | Portability |
| Answer» E. | |
| 188. |
Which one is not a Category of COCOMO-II? |
| A. | End User Programming |
| B. | Infrastructure Sector |
| C. | Requirement Sector |
| D. | System Integration |
| Answer» D. System Integration | |
| 189. |
A COCOMO model is |
| A. | Common Cost estimation model |
| B. | Constructive cost Estimation model |
| C. | Complete cost estimation model |
| D. | Comprehensive Cost estimation model |
| Answer» C. Complete cost estimation model | |
| 190. |
Estimation of software development effort for organic software is COCOMO is |
| A. | E=2.4(KLOC)1.05PM |
| B. | E=3.4(KLOC)1.06PM |
| C. | E=2.0(KLOC)1.05PM |
| D. | E-2.4(KLOC)1.07PM |
| Answer» B. E=3.4(KLOC)1.06PM | |
| 191. |
ER diagram is a ________of the database system which provides high level conceptual data model and supports the users perception of the data. |
| A. | Graphical representation |
| B. | Hierarchical representation |
| C. | Both of these |
| D. | None above these |
| Answer» B. Hierarchical representation | |
| 192. |
_______ In this each module hides the representation details of a major data structure behind functions that access and modify the data structure. |
| A. | Information hiding criteria |
| B. | Conventional criteria |
| C. | Data abstraction criteria |
| D. | None of these |
| Answer» D. None of these | |
| 193. |
The second level of quality attributes in McCall quality model are termed as |
| A. | quality criteria |
| B. | quality factors |
| C. | quality guidelines |
| D. | quality specifications |
| Answer» B. quality factors | |
| 194. |
_______ This module manages the flow of data between different sub-ordinates. They are used for selection purpose and in decision making. |
| A. | Afferent modules |
| B. | Efferent modules |
| C. | Co-ordinate modules |
| D. | Transform modules. |
| Answer» D. Transform modules. | |
| 195. |
This module gets data from super-ordinates, process that data and again forward It to super-ordinate modules, These modules are used for processing purpose. |
| A. | Afferent modules |
| B. | Efferent modules |
| C. | Co-ordinate modules |
| D. | Transform modules. |
| Answer» E. | |
| 196. |
Which one is the most important feature of spiral model? |
| A. | Quality management |
| B. | Risk management |
| C. | Performance management |
| D. | Efficiency management |
| Answer» C. Performance management | |
| 197. |
For a function of two variables, how many cases will be generated by robustness testing? |
| A. | 9 |
| B. | 13 |
| C. | 25 |
| D. | 42 |
| Answer» C. 25 | |
| 198. |
For a function of n variables robustness testing of boundary value analysis yields: |
| A. | 4n+1 |
| B. | 4n+3 |
| C. | 6n+1 |
| D. | None of the above |
| Answer» D. None of the above | |
| 199. |
For a function of n variables, boundary value analysis yields: |
| A. | 4n+3 test cases |
| B. | 4n+1 test cases |
| C. | n+4 test cases |
| D. | None of the above |
| Answer» C. n+4 test cases | |
| 200. |
Which of the following Requirement Elicitation Techniques is applicable to messy, changing and ill-defined problem situations? |
| A. | Quality Function Deployment (QFD) |
| B. | Prototyping |
| C. | Soft Systems Methodology (SSM) |
| D. | Controlled Requirements Expression (CORE) |
| Answer» D. Controlled Requirements Expression (CORE) | |