Computer Science, asked by gautamrajneesh2007, 10 days ago

write a short note on any two programing language​

Answers

Answered by aditithakur1207
0

Answer:

1st type : A PROCEDURAL LANGUAGE.

2nd type: FUNCTIONAL PROGRAMMING LANGUAGE.

Explanation:

(1)A procedural language, as the name implies, relies on predefined and well organized procedures, functions or sub-routines in a program's architecture by specifying all the steps that the computer must take to reach a desired state or output. The procedural language segregates a program within variables, functions, statements and conditional operators. Procedures or functions are implemented on the data and variables to perform a task. These procedures can be called/invoked anywhere between the program hierarchy, and by other procedures as well. A program written in procedural language contains one or more procedures. Procedural language is one of the most common types of programming languages in use, with notable languages such as C/C++, Java, ColdFusion and PASCAL.

(2)Functional programming languages are designed on the concept of mathematical functions that use conditional expressions and recursion to perform computation. Functional programming supports higher-order functions and lazy evaluation features. Functional programming languages don't support flow Controls like loop statements and conditional statements like If-Else and Switch Statements. They directly use the functions and functional calls. Like OOP, functional programming languages support popular concepts such as Abstraction, Encapsulation, Inheritance, and Polymorphism..

I hope it will help you.

And pls Mark me as brainliest .

And follow me....

Similar questions