Programming Paradigms: Click To Edit Master Subtitle Style
Programming Paradigms: Click To Edit Master Subtitle Style
2/16/13
2/16/13
Object-oriented programming
This is a programming paradigm that represents the concepts as objects that have data fields (attributes that describe the object) and associated procedures known as methods. Objects ,which are instances of classes, are used to interact with one another to design applications and computer programs.
2/16/13
Imperative programming
A programming paradigm that describes computation in terms of statements that change a program state. In much the same way that imperative mood in natural languages expresses commands to take action, imperative programs define sequences of commands for the computer to perform.
2/16/13
Functional programming
A programming paradigm that treats computation as the evaluation of mathematical functions and avoids state and mutable data. It emphasizes the application of function, in contrast to the imperative programming style, which emphasizes change in state.
2/16/13
Logic programming
One of the main four programming paradigms. its theory of computation is based on first order logic. Programming languages such as prolong and datalog implement it.
2/16/13
2/16/13
A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that control the behaviour of a machine and/or to express algorithms precisely. A scripting language is a
programming language that supports the writing of scripts ,programs written for a software environment the automate the execution of tasks which could alternatively be executed one-by-one by a human operator.
2/16/13