Steps comprised in designing programming
Write down some of the steps comprised in designing programming?
Expert
Before getting to the design, the designer must go through the SRS created by the System Analyst. The major tasks of design are Architectural Design and Detailed Design. In Architectural Design we find out what are the main modules in the problem domains. In detailed design we find out what must be done in each and every module.
Operating system: The operating system permits a computer's hardware devices to be accessed by the programs. For example, it permits data to be managed on a computer's disks in the form of a file system and it delivers the co-ordinate positions of a m
State the term LDAP?
Leverage Model-Based Design: Model-based design provides useful hints of how a large system can be reduced so that its state space becomes searchable. If not inherently visible in the design (for example, by means of using a “State” design
Define the term Stack trace: It is a display of the runtime stack.
Memory leak: It is a situation in which memory which is no longer being employed has not been returned to the pool of free memory. The garbage collector is designed to return unreferenced objects to the free memory pool in order to shun memory leaks.<
Software reuse: It is the ability to reuse software components in various contexts. The object-oriented languages aid to encourage reuse by their support of encapsulation.
Assignment operator: The operator (=) employed to store the value of an expression into the variable, for example: Variable = expression; The right-hand
What are collections and generics?
Garbage collector: It is a daemon thread which recycles objects to which there are no extant references in a program.
18,76,764
1936337 Asked
3,689
Active Tutors
1419340
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!