FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not an example of high-level language?
A
Java
B
C++
C
Machine Code
D
Python
Explanation: 

Detailed explanation-1: -Assembly language is the correct answer to this question.

Detailed explanation-2: -So, Assembly language is not a High Level Programming Language.

Detailed explanation-3: -The correct answer is Compiler. It is a program that translates a source program written in some high-level programming language into machine code for some computer architecture. In simple language, it converts high-level language into machine language.

Detailed explanation-4: -It’s machine-independent: Although C++ isn’t platform-independent, it’s machine-independent. This characteristic means it can work on different computer systems regardless of their components. On the other hand, platform-independent means a Windows-compiled program won’t run on a Linux system.

There is 1 question to complete.