Programming Languages

Subdecks (1)

Cards (15)

  • Machine code is the binary code that is used by the CPU to execute instructions.
  • Machine code is low level language, which holds binary instructions.
    • Does not need to be translated as written in binary already.
  • high level language is a programming language that is very simple and easy to understand by humans
  • low level language is close to a processor's instruction set, such as machine code or assembly language.