Multiple choice

Language used in a computer that is similar to the languages of humans and is easy to understand is referred to as

  1. Source Code

  2. Machine Language

  3. High Level Language

  4. Object Code

  5. Assembly Language

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

High-level languages are designed to be similar to human languages and easy for humans to read and write. Source code is code written in any language, Machine Language is binary (0s and 1s), Object Code is compiled machine code, and Assembly Language is low-level but still uses mnemonics.