Software Engineering/Software Development Methodologies Sample Test,Sample questions

Question:
 A module has _______if there is some logical relationship in the elements of a module.

1.Logical cohesion

2.Temporal cohesion

3.Both A And B

4.None of these

Posted Date:-2022-07-13 08:35:02


Question:
 In what type of coupling, the complete data structure is passed from one module toanother?

1.Control Coupling

2. Stamp Coupling

3.External Coupling

4.Content Coupling

Posted Date:-2022-07-13 07:52:47


Question:
 Unit testing is done by

1.Users

2.Developers

3.Customers

4.None of the mentioned

Posted Date:-2022-07-13 08:52:57


Question:
 Which of the following is the worst type of module coupling?

1. Control Coupling

2.Stamp Coupling

3.External Coupling

4.Content Coupling

Posted Date:-2022-07-13 08:00:17


Question:
. In specific design process activites a
A. 

1.Architectural design.

2.Abstract specification

3.Interface design

4.All of the above

Posted Date:-2022-07-13 07:47:08


Question:
. Which of the following is the worst type of module cohesion?

1. Logical Cohesion

2.Temporal Cohesion

3.Functional Cohesion

4.Coincidental Cohesion

Posted Date:-2022-07-13 07:51:20


Question:
A data dictionary is created when a __________ created.

1. Instance

2.Segment

3.Database

4.Dictionary

Posted Date:-2022-07-13 07:43:14


Question:
A software engineer must design the modules with the goal of high cohesion and lowcoupling.

1.True

2.False

3.all

4.None of These

Posted Date:-2022-07-13 07:52:06


Question:
Acceptance testing is also known a

1.Grey box testing

2.White box testing

3.Alpha Testing

4.Beta testing

Posted Date:-2022-07-13 08:49:38


Question:
Alpha testing is done a

1. A. Developer’s end

2.User’s end

3.Developer’s & User’s end

4.None of the mentioned

Posted Date:-2022-07-13 08:46:20


Question:
Behavioral testing

1. White box testing

2. Black box testing

3.Grey box testing

4.None of the mentioned

Posted Date:-2022-07-13 08:53:49


Question:
Beta testing is done a

1.User’s end

2.Developer’s end

3.User’s & Developer’s end

4.None of the mentioned

Posted Date:-2022-07-13 08:51:57


Question:
Capitalize initial keyword – This is a rule while writing a pseudo code.

1.True

2.False

3.all

4.none

Posted Date:-2022-07-13 07:44:51


Question:
Exhaustive testing

1. A. always possible

2.practically possible

3.impractical but possible

4.impractical and impossible

Posted Date:-2022-07-13 08:44:18


Question:
If all tasks must be executed in the same time-span, what type of cohesion is beingexhibited?

1.Functional Cohesion

2.Temporal Cohesion

3.Functional Cohesion

4.Sequential Cohesion

Posted Date:-2022-07-13 07:53:44


Question:
Keep the statement language ______________ while writing a pseudo code.

1.Dependent B. C. D.

2.Independent

3.Case sensitive

4.Capitalized

Posted Date:-2022-07-13 07:44:02


Question:
Modules with _______ must have good cohesion.

1.Factoring

2. Fan-in

3.Fan-out

4.System shape

Posted Date:-2022-07-13 07:49:21


Question:
Relational schemas and other metadata about relations are stored in a structure called the____________

1.Metadata

2.Catalog

3.Log

4.Data Dictionary

Posted Date:-2022-07-13 07:42:29


Question:
structured design was developed by ----- and --------------------.

1.ED Yourdon and Larry constatine

2. By codd

3. All of these

4.None of these

Posted Date:-2022-07-13 07:46:35


Question:
Testing done without planning and Documentation is ca

1. Unit testing

2.Regression testing

3.Adhoc testing

4.None of the mentioned

Posted Date:-2022-07-13 08:48:52


Question:
The -----------involves the use of parameterized subprograms.

1.Functional Abstraction

2.Control Abstraction

3.Cohesion

4.Cohesion

Posted Date:-2022-07-13 07:56:28


Question:
The testing in which code is check

1. Black box testing

2.White box testing

3.Red box testing

4.Green box testing

Posted Date:-2022-07-13 08:48:04


Question:
The ________ is used to state a desired effect without stating the exact mechanism ofcontrol.

1. Functional Abstraction

2.Control Abstraction

3.Cohesion

4.Coupling

Posted Date:-2022-07-13 07:57:12


Question:
This module gets data from super-ordinates, process that data and again forward It tosuper-ordinate modules, These modules are used for processing purpose.

1.Afferent modules

2.Efferent modules

3.Co-ordinate modules

4.Transform modules.

Posted Date:-2022-07-13 08:42:53


Question:
Which of the following is black box testing

1. Basic path testing

2.Boundary value analysis

3.Code path analysis

4.None of the mentioned

Posted Date:-2022-07-13 08:54:37


Question:
Which of the following is non-functional testing?

1. Black box testing

2.Performance testing

3.Unit testing

4.None of the mentioned

Posted Date:-2022-07-13 08:50:50


Question:
Which of the following is not used in measuring the size of the softwa

1. KLOC

2.Function Points

3.Size of module

4.None of the mentioned

Posted Date:-2022-07-13 08:55:31


Question:
Which of the following is the best type of module coupling?

1.Control Coupling

2.Stamp Coupling

3.Data Coupling

4.Content Coupling

Posted Date:-2022-07-13 07:59:27


Question:
Which of the property of software modularity is incorrect with respect to benefitssoftware modularity?

1. Modules are robust

2.Module can use other modules

3.Modules Can be separately compiled and stored in a library

4.Modules are mostly dependent

Posted Date:-2022-07-13 07:50:03


Question:
White Box techniques are also classified a

1.Design based testing

2.Structural testing

3. Error guessing technique

4.None of the mentioned

Posted Date:-2022-07-13 08:43:36


Question:
__ This module manages the flow of data between different sub-ordinates. They areused for selection purpose and in decision making.

1. Afferent modules

2.Efferent modules

3.Co-ordinate modules

4.Transform modules.

Posted Date:-2022-07-13 08:41:46


Question:
___ it is a module where the number of immediate bosses it has.

1.Factoring

2.Fan-in

3.Fan-out

4.System shape

Posted Date:-2022-07-13 07:48:42


Question:
___ This module gets data from sub-ordinates and forward it tosuperordinate(boss) modules.

1.Afferent modules

2.Efferent modules

3.Co-ordinate modules

4.Transform modules.

Posted Date:-2022-07-13 08:35:54


Question:
____ In this each module hides the representation details of a major data structurebehind functions that access and modify the data structure.

1.Information hiding criteria

2.Conventional criteria

3.Data abstraction criteria

4.None of these

Posted Date:-2022-07-13 08:29:47


Question:
_____ In this each module hides a difficult or changeable design decision from theother module.

1.Information hiding criteria

2.Conventional criteria

3.None of these

4.None of these

Posted Date:-2022-07-13 07:58:47


Question:
_____ This module gets data from super-ordinate and forward it to sub-ordinates.

1.Afferent modules

2.Efferent modules

3.Co-ordinate modules

4.Transform modules.

Posted Date:-2022-07-13 08:36:37


Question:
_______ defined as a collection of program statements with four basic attribute i.e. inputand output, function, mechanics and internal data

1.Module

2.Factoring

3.Fan in

4.Fan Out

Posted Date:-2022-07-13 07:55:33


Question:
_______ is used to show hierarchy in a pseudo code.

1. Indentation

2.Curly Braces

3.Round Brackets

4.Semicolon

Posted Date:-2022-07-13 07:45:40


Question:
________in this each module and its dub module corresponding to a processing step inthe execution sequence.

1.Information hiding criteria

2.Conventional criteria

3.Data abstraction criteria

4.None of These

Posted Date:-2022-07-13 07:57:53


Question:
___________is the separation of a function contained as code in one module into a newmodule of its own.

1.. Factoring

2. Fan-in

3. Fan-out

4.System shape

Posted Date:-2022-07-13 07:47:52


Question:
______________ is a measure of the degree of interdependence between modules.

1.Cohesion

2.Coupling

3.None of the mentioned

4.All of the mentioned

Posted Date:-2022-07-13 07:50:38


More MCQS

  1. Software Engineering Introduction to System Concept
  2. Software Engineering Requirement Analysis
  3. Introduction to Software Engineering
  4. Analysis and Design Tools Mcq
  5. Software Development Methodologies
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!