Computer Science, asked by Anonymous, 6 months ago

Markup vs programming language


no copied answers!! ​

Answers

Answered by shaillendersinghsola
0

Answer:

There are a lot of programming languages most popular being java ,c++,python

Explanation:

aur programming paradigms procedural or pop programming

Answered by Anonymous
4

Answer:

A markup language is used to control the presentation of data, like "represent these user names as a bullet list or as a table".

A programming language is used to transform data. It does so by creating CPU instructions that rewrite the input data into the output; hopefully, the desired output. Examples of transforming data is to compute a sum out of a number of addends, or solving a system of differential equations from a set of conditions, or writing and reading from a tree-like structure in a consistent manner given a sequence of possibly simultaneous queries.

Similar questions