FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Difficult to write in (but easier than Machine code)
A
Interpreter
B
Translator
C
Compiler
D
Assembly Langauge
Explanation: 

Detailed explanation-1: -It is easier than machine language but more complex than high-level programming languages. Assembly language is also referred to as a low-level language, given they are close to the hardware level. Users working on assembly language codes must know computer architecture and register structure.

Detailed explanation-2: -Assembly language falls between a high-level programming language and Machine language. it has syntaxes similar to English, but more difficult than high-level programming languages. To program in assembly language, one should have understood at hardware level like computer architecture, registers, etc.

Detailed explanation-3: -Assembler programs translate assembly language programs into machine language programs. Assembly language programs can be written faster, have fewer bugs, and are easier to understand and modify than machine language programs.

Detailed explanation-4: -Therefore, the answer is (b) Machine Language Program.

There is 1 question to complete.