Question:

What are procedural language?

by  |  earlier

0 LIKES UnLike

What are procedural language?

 Tags:

   Report

4 ANSWERS


  1. Procedural languages are used in the traditional programming that is based on algorithms or a logical step-by-step process for solving a problem.

    The focus of procedural programming is to break down a programming task into a collection of variables, data structures, and subroutines,

    Examples of computer procedural languages are BASIC, C, FORTRAN, and Pascal.  


  2. A procedural language lets you tell the computer what to do one step at a time.  Some examples are BASIC, C, C++, Java, Python and many, many others.

    Some languages, like C++, Python and Java are also object oriented.

    Some languages, like Python, have some functional oriented features.

    Prolog is a logic programming language.  You specify the boundaries, and it looks for a solution.  Logic programming can be performed in other languages, for example Scheme.


  3. procedural languages are old pattern of programming for modularity approach.it is concept purely base on procedure calls were you have

    sequence of comptutational step to be carried out for execution.

    while in OO languages everything is treated as objects.

  4. their are two types of languages in comp. one is object oriented and other is procedure oriented.in procedure oriented languages one has to give the whole program and instructions by ourselves.eg.c,java.but in oop(object oriented language)we simply give the values to be used in the program.eg...oracle

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.