Computer Science, asked by prestigesimple, 9 months ago

three programming languages and categorize each of them in these three areas: generation, compiled vs. interpreted, procedural vs. object-oriented

Answers

Answered by Anonymous
2

C== compile, procedural,high level language.

C++==compile, object oriented, high level language

java == compile, object oriented, high level language

Answered by brainlysme13
0

The three programming languages are as follows:

1. Python Programming Language:

  • Python is a general-purpose, high-level, interpreted programming language.
  • Code readability is prioritized in its design philosophy, which makes heavy use of indentation.
  • Python uses garbage collection and has dynamic typing.
  • It supports a variety of programming paradigms, including procedural, object-oriented, and functional programming as well as structured programming (especially this).
  • Due to its extensive standard library, it is frequently referred to as a "batteries included" language.

2. C Programming Language:

  • A general-purpose programming language for computers is called C.
  • Dennis Ritchie developed it in the 1970s, and it is still incredibly popular and influential.
  • The capabilities of the targeted CPUs are clearly reflected in C's features by design.
  • Operating systems, device drivers, and protocol stacks have continued to use it, albeit application software has used it less frequently.
  • The smallest microcontrollers and embedded systems to the greatest supercomputers all use the programming language C.

3. Prolog programming Language:

  • Prolog is a logic programming language related to computational linguistics and artificial intelligence.
  • First-order logic, a formal logic, is the basis of Prolog, and unlike many other programming languages, Prolog is primarily designed to be a declarative programming language.
  • The relations that make up the programme logic are embodied as facts and rules.
  • The first step in a calculation is to run a query over these relations.
  • One of the first logic programming languages was Prolog, which is still the most widely used today and has both free and paid versions.

CLASSIFICATIONS:

Generation:

  • Python is a 4th generation programming language.
  • C is a 3rd generation programming language.
  • Prolog is a  5th generation programming language.

Compiled v/s Interpreted:

  • Python is an interpreted language.
  • C is a compiled language.
  • Prolog can be both compiled and interpreted.

Procedural v/s Object-Oriented:

  • Python is an object-oriented programming language.
  • C is a procedural-oriented programming language.
  • Prolog is a declarative programming language.

Read more on Brainly.in:

1. https://brainly.in/question/5267253

2. https://brainly.in/question/10551155

#SPJ2

Similar questions