Examples Of Procedural Programming Language

733 Words2 Pages

Unit 6 assignment by Ali Nourizadeh Task 1 and task 2
Procedural programming language
Procedural programming language is a type of programming language that works in order, a set of commands .this type of programming more often used for engineering and solving scientific .Some examples of computer procedural language are C ,Pascal ,basic and Cobol.
Procedural language is very accurate and specific to the instructions to tell the computer what to do step-by -step in the order to solve a problem. The limitation of this language can be very hard to change the details when it’s been modified, therefore you should go through whole program to find the problem that you may have. It means the programmer cannot change any errors or remove …show more content…

OLL is a programming language model organized around objects rather than actions and data rather than logic. So OLL is a type of programming that is kept in a single unit called the object, this means the only way that a user can access to data is with the objects methods.so it means that the user will be incapable of corrupting the object when it’s working fully.
Most of languages are developed using Object oriented programming .Some examples of object oriented language are PHP, Python, Ruby and Java.
There are few limitations that object oriented language have, one of them is, it has to be done manually. Another limitation is, there are no tool develop and application and this programming language could be used in PHP coding using software such as VB.net or Adobe Dreamweaver. Another limitation is it makes it much more difficult when we are using some language such as C++ because the code is extremely difficult to learn and read at the beginning. Another limitation is object oriented programs are much bigger in file size as they have many lines of codes for a standard application .therefore they are likely to run slower as they need a large amount of memory to run

More about Examples Of Procedural Programming Language

Open Document