Choose a topic to test your knowledge and improve your Software Engineering skills
Relational schemas and other metadata about relations are stored in a structure called the____________
A data dictionary is created when a __________ created.
Keep the statement language ______________ while writing a pseudo code.
Capitalize initial keyword – This is a rule while writing a pseudo code.
_______ is used to show hierarchy in a pseudo code.
structured design was developed by ----- and --------------------.
. In specific design process activites a A.
___________is the separation of a function contained as code in one module into a newmodule of its own.
___ it is a module where the number of immediate bosses it has.
Modules with _______ must have good cohesion.
Which of the property of software modularity is incorrect with respect to benefitssoftware modularity?
______________ is a measure of the degree of interdependence between modules.
. Which of the following is the worst type of module cohesion?
A software engineer must design the modules with the goal of high cohesion and lowcoupling.
In what type of coupling, the complete data structure is passed from one module toanother?
If all tasks must be executed in the same time-span, what type of cohesion is beingexhibited?
_______ defined as a collection of program statements with four basic attribute i.e. inputand output, function, mechanics and internal data
The -----------involves the use of parameterized subprograms.
The ________ is used to state a desired effect without stating the exact mechanism ofcontrol.
________in this each module and its dub module corresponding to a processing step inthe execution sequence.
_____ In this each module hides a difficult or changeable design decision from theother module.
Which of the following is the best type of module coupling?
Which of the following is the worst type of module coupling?
____ In this each module hides the representation details of a major data structurebehind functions that access and modify the data structure.
A module has _______if there is some logical relationship in the elements of a module.
___ This module gets data from sub-ordinates and forward it tosuperordinate(boss) modules.
_____ This module gets data from super-ordinate and forward it to sub-ordinates.
__ This module manages the flow of data between different sub-ordinates. They areused for selection purpose and in decision making.
This module gets data from super-ordinates, process that data and again forward It tosuper-ordinate modules, These modules are used for processing purpose.
White Box techniques are also classified a
Exhaustive testing
Alpha testing is done a
The testing in which code is check
Testing done without planning and Documentation is ca
Acceptance testing is also known a
Which of the following is non-functional testing?
Beta testing is done a
Unit testing is done by
Behavioral testing
Which of the following is black box testing
Which of the following is not used in measuring the size of the softwa