Software engineering helps to thisprogramming complexity.
FALSECorrect
Software engineering is a branch of , which uses well-defined engineering concepts required to produceefficient, durable, scalable, in-budget and on-time software products.
TRUECorrect
Software engineering principle whose main purpose is to consider only those aspects of the problem that are relevant for certain purpose and suppress other aspects that are not relevant for the given purpose
abstractionCorrect
Software evolution does not comprises:
Negotiating with clientCorrect
Software Maintenance includes
All of the mentionedCorrect
software process
Large Software, Scalability, Cost, Dynamic Nature, Quality ManagementCorrect
SPICE stands for
Software Process Improvement and Capability DeterminationCorrect
Spiral Model has high reliability requirements.
TrueCorrect
Spiral Model has user involvement in all its phases.
FalseCorrect
Spiral model was developed by
Berry BoehmCorrect
Testing done without planning and Documentation is called
Adhoc testingCorrect
The ___________________ model starts with most specific and basic components. It proceeds with composing higher level of components by using basic or lower level components.
Bottom-up DesignCorrect
The application of a systematic, disciplined,quantifiable approach to the development, operation and maintenance ofsoftware.
Software EngineeringCorrect
The basic form of a research questions involves the use of question words such as who, what, where, when, why, and how
TrueCorrect
The following are elements of the Problem and Its Background except,
Statistical TreatmentCorrect
The following are Quality management along the product life-cycle except for:
DeploymentCorrect
The functionality of the software and constraints on itsoperation must be defined.
Software specificationCorrect
The fundamental notions of software engineering does not account for ?
Software ValidationCorrect
The Incremental Model is a result of combination of elements of which two models?
Linear Model & Prototyping ModelCorrect
The Incremental Model is combination of elements of
Linear Model & Prototyping ModelCorrect
The input is divided into higher and lower end values.If these values pass the test, it is assumed that all values in between may pass too.
Boundary valuesCorrect
The input is divided into similar classes. If oneelement of a class passes the test, it is assumed that all the class is passed.
Equivalence classCorrect
The introduction is very important in establishing the affective setting of the research.
FalseCorrect
The modification of the software to match changes in the ever changing environment, falls under which category of software maintenance?
AdaptiveCorrect
The need of software engineering arises because of of change in user requirements and environment on which the softwareis working.
FALSECorrect
The open source movement has meant that there is a huge reusable code base available at
low costCorrect
The outcome of is anefficient and reliable software product.
TRUECorrect
The process each manager follows during the life of a project is known as
Project Management Life CycleCorrect
The process mapping is a ______ diagram
WorkflowCorrect
The question "What relationships and interrelationships are observed between and among the following variables?" is what kind of research question?
Factor Relating questionCorrect
The reason for software bugs and failures is due to
Both Software companies and DevelopersCorrect
The related literature is different from conceptual literature.
FalseCorrect
The result of the clearer understanding of the theoretical or conceptual framework is a diagrammatic presentation of the study called
ParadigmCorrect
The software must be validated to ensure that it does whatthe customer wants.
Software validationCorrect
The software must evolve to meet changing customer needs.
Software evolutionCorrect
The software to meet the specificationmust be produced.
Software design and implementationCorrect
The sources of stress are related to the different coping mechanisms among businessmen. This statement is an example of what kind of hypothesis?
non directionalCorrect
The spiral model has two dimensions namely _____________ and ____________
radial, angularCorrect
The spiral model was originally proposed by
Barry BoehmCorrect
The SRS document is also known as _____________ specification.
black-boxCorrect
The SRS is said to be if and only if
no subset of individual requirements described in it conflict with each otherCorrect
The SRS is said to be consistent if and only if
no subset of individual requirements described in it conflict with each otherCorrect
The studies can be in the form of theses, dissertations, or journal articles, among others. These are not considered as research literature.
FalseCorrect
The testing in which code is checked
White box testingCorrect
The Title page should be center-justified and in all capital letters, follows the inverted pyramid style, and is single-spaced.
TrueCorrect
The traits of middle level managers do not significantly affect the productivity level of crews in food chains. This is an example of alternative hypothesis
FalseCorrect
The two dimensions of spiral model are
radial, angularCorrect
The word theory is derived from the Latin word, theoria, which means “vision.”
FalseCorrect
Thenew modules are coded with the help of structureddesign created in the design step.
AnalysisCorrect
There is no significant relationship between the reasons for using alternative medicine and the level of comfort of the patients. This is an example of null hypothesis
TrueCorrect
These are actual coding mistakes made by developers. In addition, there is a difference in output of software and desired output is considered as ______.
ErrorCorrect
These are application systems that run on alocal computer, such as a PC.
Stand-alone applications.Correct
These are applications that executeon a remote computer and that are accessed byusers from their own PCs or terminals.
Interactive transaction-based applicationsCorrect
These are business systems that are designed toprocess data in large batches.
Batch processing systemsCorrect
These are questions that are answerable by yes or no. This is?
Non-re searchable questionsCorrect
These are software control systems that control andmanage hardware devices
Embedded control systemsCorrect
These are software control systems that control andmanage hardware devices.
Embedded control systems Correct
These are systems that are composed of a numberof othersoftwaresystems.
Systems of systemsCorrect
These are systems that are developed byscientists and engineers to model physical processes or situations, which include many, separate, interacting objects.
Systems for modeling and simulationCorrect
These are systems that are primarily for personal use andwhich are intended to entertain the user.
Entertainment systemCorrect
These are systems that collect data from their environment using a set of sensors and send that data to other systems for processing
Data collection systemsCorrect
These are systems that collect data from their environment using a set of sensors and send that data to other systems for processing.
Data collection systems Correct
These are the policies that govern the operation of a computer system.
ProceduresCorrect
These aspects are important when the software ismoved from one platform to another: (select all correct answers)
These documentation explains how the software product should work and how it should be used to get the desired results. It may include software installation procedures, how-to guides, user-guides, uninstallation method and special references to get more information like license updation etc.
User documentationCorrect
These documentations contain all the necessary information, which are needed to build the software
Software Design documentationCorrect
These functions do not include destructive updates, thatis, they do not affect any I/O or memory and if they are not inuse, they can easily be removed without hampering the rest of the program.
Pure functionsCorrect
Theseare systems that are developed byscientistsand engineers to model physical processes or situations, which include many,separate, interacting objects.
Systems for modeling and simulation.Correct
Thesedocumentations are maintained by thedevelopersand actual coders. These documents, as a whole, represent information about thecode.