what is jackson structured develepment?? and how is it
different from OMT??
Answer / vijith
Jackson structured development (JSD) is anothermature
methodology which has a different style than SA/SD or OMT.
The JSD methodology was developed by Michel Jackson and is
especially popular in Europe.JSD
does not distinguish between analysis and design and instead
lumps analysis and design as specification.JSD divides system
development into two stages
(1)Specification
(2)Implementation.
The OMT Methodology: System Design
The ESA terminology for system design is Architectural Design.
The object-oriented viewpoint introduces no new insights
into system design, but system
design is included in OMT for compete coverage of the
development process.
The steps taken during system design are:
•Organize the system into subsystems (top-level components).
•Identify concurrency inherent in the problem.
•Allocate subsystems to processors and tasks
(processes/threads).
•Choose the basic strategy for implementing data stores in
terms of
data structures, files and databases.
•Identify global resources and determine mechanisms for
controlling
access to them.
•Choose an approach to implement software control:
•use the location within the software to hold the state, or
•directly implement a state machine, or
•use concurrent tasks.
•Consider boundary conditions (initialization, termination,
failure).
•Establish trade-off priorities (speed, memory, portability,
...).
| Is This Answer Correct ? | 19 Yes | 23 No |
Outline the two important features of a terminating recursion. Any ideas?
what is different between kenerl mode and user mode?
WAP to print all prime nos between 1 to 100 without using user input...pls reply within few hours...
What is Partial class and its use?
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
which worker is involved in all the phases of SDLC?
Delta 5 weight scale not connect with oracle application what i can do?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
What is web.configuration? how is it work? & wht is use this?
Given a arbitrary pointer to an element in a singly linked list?what is the time complexity for its deletion .