2 Matching Annotations
  1. Oct 2023
    1. . Programs written in a high-level language take less time to write, they are shorter and easier to read, and they are more likely to be correct. Second, high-level languages are portable, meaning that they can run on different kinds of computers with few or no modifications.

      high level language advantages-

      1. written quicker
      2. Shorter in length (I assume the word shorter in programming means shorter in length like normally)

      3. more readable and accurate

      4. More portable- portable means that you can run (or execute) the program on different computers with little or no changes.
    2. achine language is the encoding of instructions in binary so that they can be directly executed by the computer.

      machine language is binary code. Assembly language is slightly different way to show low-level languages.