FUNDAMENTALS OF COMPUTER

BASIC COMPUTER CONCEPTS

HISTORY OF COMPUTERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these is NOT considered a high-level language?
A
COBOL
B
Python
C
Binary
D
Java
Explanation: 

Detailed explanation-1: -Machine-level language is a low-level programming language. In this language the instructions are given in binary format, that is, in the form of 0s and 1s.

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

Detailed explanation-3: -Low level languages are used to write programs that relate to the specific architecture and hardware of a particular type of computer. They are closer to the native language of a computer (binary), making them harder for programmers to understand.

Detailed explanation-4: -The lowest level of the computer language is machine language or machine code, which includes binary code. Compiling high-level source code for a given processor is commonly used to produce machine language code.

There is 1 question to complete.