1. Software is a combination of computer data and instructions organized in a specific order. Program is a sequence of computer instructions, the work of programming is to arrange for the computer sequence of instructions.
2. Computer voice is often referred to as "program language" or "programming language" and a computer program is always written in some programming language. Programming is the process of writing these programs in some kind of programming language.
3. The program is executed by compiling or interpreting the method.
4. A simple program design generally contains four steps for analyzing problems, designing algorithms, compiling programs, and debugging programs.
5. The so-called flowchart is a graphical solution to a given algorithm. The flowchart, also known as Block diagram, uses a set of graphs, process lines, and text descriptions to represent the basic operation and control flow of the algorithm species.
6. The most common types of errors that occur in a program are syntax errors, logical errors, and run errors.
Software Development Overview