FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which is NOT a high-level language?
A
Python
B
C++
C
Machine Code
D
Java
E
Visual Basic
Explanation: 

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

Detailed explanation-2: -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.

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: -Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.

There is 1 question to complete.