what is jackson structured develepment?? and how is it
different from OMT??



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

Post New Answer

More Programming Languages AllOther Interview Questions

write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

0 Answers   IBM,


Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

0 Answers   Manhattan,


major characteristics of software system

0 Answers  


In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?

0 Answers  


what are the steps for creating prompt table dynamically for the specified field

0 Answers  






You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)

0 Answers   Amazon,


Write a shell program to test whether a given year is leap year or not ?

0 Answers   Patni,


1.Describe about your project?

1 Answers  


I want Ada programming language books. Could anyone post me any link for that?

0 Answers  


Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)

0 Answers   Goldman Sachs,


i want to open a helkp file that is txt file on link buttons click

1 Answers  


Write a program to read and print a text file on screen

1 Answers   Peerless,


Categories