Presentation is loading. Please wait.

Presentation is loading. Please wait.

 Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by.

Similar presentations


Presentation on theme: " Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by."— Presentation transcript:

1

2  Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by the entirety of the program. ◦ it also describes the thinking process that goes into developing a programming solution for a specific problem ◦ deals with the analysis, design and implementation of programs.

3  Programming Methodology allows you to "think like a programmer."  You will be able to approach problem solving from a computational perspective, and gain exposure to different areas in Computer Science.  Additionally, you will have a firm grasp of how a programmer should "think," because you will spend a lot of time analyzing, designing, and implementing programs. This is a fundamental skill that will help you tackle more difficult problems and programs in the future.

4  A programming methodology deals with providing a way to consider and manage the development, design, implementation, and testing of a piece of software. For example one common methodology is the Top down approach where you look at the big picture, what do you want to make in the end and break that down into more detailed sub parts until you have a complete understanding of the system

5  In contrast to that a Bottom up approach looks at combining small parts into a more complex and complete system.  Best practice if you are working in large numbers or are developing a program that may change considerably over the life cycle of development is to use an agile development methodology. One such methodology is Scrum which focus's on short cycles of development of individual features in the program

6   A computer is a machine designed to perform operations specified with a set of instructions called a program.   Hardware refers to the computer equipment.– keyboard, mouse, terminal, hard disk, printer   Software refers to the programs that describe the steps we want the computer to perform.

7  Computer system : Hardware and software taken together is referred to as a Computer System  Program : a set of instructions given to a computer to accomplish a certain task.  Software : programs that run the computer and those that are run by the computer. –Ex: operating system (Unix, Windows), word processor

8

9  Clear understanding of the problem : Problem Specification.   Careful solution design paying attention all the constraints : Robust Algorithm Design.   Transform algorithm into a program : Abstraction and coding.   Complete debugging : Error removal.   Thorough testing : Make sure it works for all cases   Maintenance dictated by the environmental changes and time.

10  Developing good program is skill and writing good program is a quality habit.

11  Efficient and effective  User friendly  Self –documenting Code  Reliable  Portable


Download ppt " Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by."

Similar presentations


Ads by Google