FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Replaced machine and assembly level language in all areas of programming because they provide benefits like:Readable familiar notations, Machine independence, Availability of program libraries, Consistency checks during implementation that can be detect errors.
A
Assembly
B
Machine
C
4GL
D
High Level
Explanation: 

Detailed explanation-1: -Assembler: The assembler is a program that translates the mnemonics/ assembly language into machine language (0’s and 1’s) and stores it into the memory. Compiler: The compiler reads the whole program written in High-level language, first and translates into the object code that is executed by the microprocessor.

Detailed explanation-2: -By employing assembly language, programmers can read and write commands with more control and develop a greater knowledge of how the hardware functions.

Detailed explanation-3: -An assembler program translates an assembly language program (the source program) into a machine language program (the object program).

Detailed explanation-4: -The correct answer is Compiler. Compiler-A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or “code” that a computer’s processor uses.

There is 1 question to complete.