Ask Question
8 December, 20:58

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?

+5
Answers (1)
  1. 9 December, 00:12
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers