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.
Pop-up menu: A menu of actions which is generally not visible on the screen till a mouse button is clicked. The Popup menus assist to keep a user interface from becoming cluttered.
Comment: It is a piece of text proposed for the human reader of a program. The compilers disregard their contents.
Propagation: When an exception is thrown in a method, and there is no suitable exception handler within the method, the exception might be propagated to the caller of the method. For a checked exception, the method should include a throws clause in it
Briefly describe the Binders?
What are the valid and invalid XHTML element names?
Thread starvation: It is a condition which applies to a thread which is prevented from running by other threads which do not yield or turn into blocked.
Define the term Assignment statement: It is a statement employing the assignment operator.
Explain win 3.1 supports which form of multi tasking?
Class inheritance: Whenever a super class is expanded through a sub class, a class inheritance relationship exists among them. The sub class inherits the attributes and methods of its super class. Class inheritance in Java, is single
What do you mean by Class variable: It is a synonym for the static variable.
18,76,764
1952486 Asked
3,689
Active Tutors
1449804
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!