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.
Explain directory and filename?
Case sensitive: The test which is sensitive to whether a character is in upper-case (example, 'A') or lower-case (example, 'a').
Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;
Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla
Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.
Class: It is a programming language concept which permits data and techniques to be grouped altogether. The class concept is basic to the notion of an object-oriented programming language. Methods of a class define the set of permitte
Protected access: Protected access is accessible to a class member prefixed with protected access modifier. This member is accessible to all classes stated within the enclosing package, and any sub-classes expanding the enclosing class.
Explain the term an XHTML element attribute.
Explain the difference between a computer process and thread.
Describe what is Business Process Management (or BPM) in brief.
18,76,764
1931443 Asked
3,689
Active Tutors
1453176
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!