Posts

Showing posts with the label Programming Techniques

Program Development PART 2

 Computer Programming Computer programs are written using one of the programming languages Fortran, c, C++, and so on. a program has a set of instructions written in correct order to get the desired result. the method of writing the instructions to solve the given problem is called programming. Programming Techniques There are two types of programming techniques commonly used:- Procedural programming Object-oriented programming (OOP) Procedural programming : In procedural programming for a given program variables are identified and instructions are written using the variables in the correct sequence to get the required result. Sometimes the program may require unconditional transfer to control from one part stop the program to another using GOTO statements. This can be avoided by writing the statement sequence using many blocks is called structured program.             The president programming method is commonly used to solve scientific a...