Ask Question
27 July, 10:19

What kind of programming language allows you to use a vocabulary of reasonable terms such as "read," "write," or "add" instead of the sequence of on/off switches that perform these tasks?

+3
Answers (1)
  1. 27 July, 11:06
    0
    High level programming language

    Explanation:

    There are two groups of programming software:

    1. High level programing: Here you can program using almost natural languaje and making complex instructions on a simpler way. The advantages is faster programming and the ability to do complex programs. In this example we can use languages like C/C++, visualbasic.

    2. Low level programming: This type of programing is near to machine language (binary - '0' and '1'), and usually is used to obtain full performance of the processor. But requires a high level of expertise from the programmer and is complex to write simple task, like "store a variable". Example: Assembler languague.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What kind of programming language allows you to use a vocabulary of reasonable terms such as "read," "write," or "add" instead of the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers