FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
disadvantages of low level language
A
slow to write
B
100s of commends to learn
C
difficult to find errors
D
tends to be machine specific
E
only works with compilers
Explanation: 

Detailed explanation-1: -It is machine dependent i.e. it differs from computer to computer. It is difficult to program and write. It is prone to errors • It is difficult to modify. It is a low level programming language that allows a user to write a program using alphanumeric mnemonic of instructions.

Detailed explanation-2: -Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being “close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture.

Detailed explanation-3: -The first two generation languages are low level languages or machine dependent, while the other two are high level languages or machine independent. Machine dependent means the program can only work on the type of computer it was designed for while Machine independent means the program can work on any computer system.

There is 1 question to complete.