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 |
My Qualification is MCA.My interview is on 5th may.They may ask q as------AS u r MCA...Why u r not tring anywhere else? What can be the ans?
0 Answers State Bank Of India SBI,
How to use string functions in QTP?give some examples
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
what is jackson structured develepment?? and how is it different from OMT??
How to update a data for the views in the relational data base schema
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
how to data grid use in data bind?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
What are data structures?
What Is The Difeerence Between C & C++
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?