COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A disadvantage of programming in High Level is
A
A lot of code must be translated before it can be executed
B
Difficult to debug
C
High level of technical skill is required
D
None of the above
Explanation: 

Detailed explanation-1: -Disadvantages of High-Level Language Slower execution: High-level languages are generally slower than low-level languages, as they require more processing time to convert their code into machine code.

Detailed explanation-2: -Source code must be translated into machine code before a computer can understand and execute it.

Detailed explanation-3: -Any program written in a high level language is known as source code . However, computers cannot understand source code. Before it can be run, source code must first be translated into a form which a computer understands-this form is called object code .

Detailed explanation-4: -Any program written in a high level language is known as source code . Source code must be translated into machine code before the computer can understand and execute it. High level languages are known as one-to-many languages as each high level instruction is translated into many machine code instructions.

There is 1 question to complete.