BASIC COMPUTER CONCEPTS
HISTORY OF COMPUTERS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
COBOL
|
|
Python
|
|
Binary
|
|
Java
|
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.