Thursday 11 July 2013

Program Short Note

According to user requirements, an electron machine has to do some specific work. for that same side, command has been given to the machine and so the specific machine can understand how to perform, this is defined as programming.

There are 4 types of programming language.
1. machine language
2. assemblly language
3. procedure oriented programming
4. object oriented programming

1. MACHINE LANGUAGE
    Programming language that can understood to a machine[computer] without conversion and translation. machine language is set of instructions coded that the computer can easily used it without further translation.

2. ASSEMBLY LANGUAGE
    Some special electronic equipments in which the machine language programming is already completed, which makes complex secret and we can do programming in this complex secret, this type of programming is known as assembly language.

3. SOFTWARE PROGRAMMING
    To do some specific type of computer operations {mathimetical logical} , a programmer has to do some specific programming and this type of programming is known as software programming.
    There are 2 types of software programming.
1. procedure oriented programming
2. object oriented programming

1] PROCEDURE ORIENTED PROGRAMMING:
    In this type of software programming, an excuted statement will be execute one by one or step by step. if we made long program then it will become more difficult and more complex to understand that which program is work more difficult. this kind of programming is known as procedure oriented programming.
for ex.... c, pascal....

2] OBJECT ORIENTED PROGRAMMING:
    in this type of programming language, a group of instruction get define in a single module that is known as class and all types of set of instruction executed by one module that is known as object. this kind of programming in mathology is known as object oriented programming language.
for ex.... c++ and java.

No comments:

Post a Comment