Correct option is B
Machine language is not a high-level language.
· Instead, it is a low-level programming language that directly corresponds to the machine code instructions executed by a computer's central processing unit (CPU).
· Machine language consists of binary digits (0s and 1s) that represent the instructions understood by the computer hardware.
· High-level languages, on the other hand, are programming languages that are closer to human language and are easier for programmers to read, write, and understand. High-level languages are designed to be more user-friendly and abstract away many of the complexities of machine language.
· Examples of high-level languages include C++, Java, and C, among others.