You are on page 1of 5

Software

Programming
fundamentals
 features of software programming

1. It ensures the given instructions are performed succesfully  - It make sure the given task follow order succesfully.

2. It ensures the given instruction are performed in sequential order -   It make sure the given task is "No" error or
checking. 

3. Explains the input (data) given is correct or insufficient and accordingly gives the result. -  It make sure the given
task success place in the screen.

4. It written with high language – Like java is known as a high-level languages because it can be read and written
easily by human.
                                                                                                                                                                                 
  STEPS OF PROGRAM DEVELOPMENT

1.  Defining the problem - The first step in which the problem must be defined.
2. Analysis of Task and Methods – The second step is once the problem is specified, the
developer examines and creates several solutions in order to tackle the problem, before
settling on the best practicable solution. 
3. Development of Algorithm – The third step is a method for displaying the correct answer in
logical and practical steps. Flowcharts and pseudocodes are commonly used in algorithm
development.
4. Verification of Algorithm – The fourth step is method cannot be used immediately once it has
been built; instead, it must first be tested for correctness. If there is a mistake, it is corrected
and resolved right away. Time, money, and energy are all saved through the verification
process.
5.    Coding – The fifth step is real coding of a program in the provided
programming language begins when the basic procedures and steps have been
successfully performed.
6.    Testing of Program – The sixth step is another important component is the
testing of program code development. Because program code is prone to mistakes,
testing ensures that it is error-free. The developer continues to test and correct the
coding until it is completed.
7.    Documentation – The seventh step is developer task is to record all of these
features and stages after the coding and programming is complete. The described
program explains how to run and operate the software.
8.   Implementation – The eighth step is produced codes (programming language)
are deployed in the computer system for end users once the preceding stages have
been completed successfully. The users are also instruction manuals, detailing how
to utilize the programs.
• (7) Introduction to Program
ming and Computer Science
- Full Course - YouTube

You might also like