Engineering
Engineering MCQs With Answers
0 Engineering MCQs for CSS, PPSC, FPSC, NTS and entry-test preparation. Take a scored quiz instead →
Which type of cohesion is considered the strongest and most desirable in software design?
AFunctional Cohesion
BCoincidental Cohesion
CLogical Cohesion
DTemporal Cohesion
Which type of coupling is considered the worst and least desirable because modules share global variables?
AContent Coupling
BCommon (Global) Coupling
CControl Coupling
DData Coupling
Which software estimation technique decomposes a system into Function Points based on inputs, outputs, inquiries, files, and interfaces?
ACOCOMO Model
BDelphi Technique
CFunction Point Analysis (FPA)
DLines of Code (LOC)
In the Constructive Cost Model (COCOMO), software projects with small team size and well-understood requirements are classified as:
ASemi-Detached Mode
BEmbedded Mode
CIterative Mode
DOrganic Mode
Software development projects operating within tight hardware constraints and strict operational regulation fall under COCOMO’s:
AEmbedded Mode
BOrganic Mode
CSemi-Detached Mode
DAgile Mode
Software testing executed to evaluate system performance and stability under extreme operational loads beyond normal limits is:
ALoad Testing
BStress Testing
CVolume Testing
DUsability Testing
In Risk Management, the process of prioritizing risks based on their probability of occurrence and potential impact is:
ARisk Mitigation
BRisk Analysis (Risk Assessment)
CRisk Monitoring
DRisk Identification
Black-box testing technique that divides input domain data into equivalent groups from which test cases are derived is called:
ABoundary Value Analysis
BCause-Effect Graphing
CEquivalence Partitioning
DOrthogonal Array Testing
Re-organizing and internal refactoring of existing software source code without changing its external behavior is known as:
ARe-engineering
BReverse Engineering
CRefactoring
DReverse Compilation
Which Gang of Four (GoF) design pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified automatically?
AStrategy Pattern
BDecorator Pattern
CAdapter Pattern
DObserver Pattern
