FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

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: -While easier to understand than machine language, assembly languages are still quite difficult to understand, which is why high-level languages have been developed. Any high-level language program though, must be translated into binary before a computer can use it.

Detailed explanation-2: -The bugs can get annoying and they are hard to solve sometimes, If you are not good at math then it will not easy to program, Lots of thinking is involved, If you don’t have a good memory, then it will be hard to memorize the syntax of the programming language.

Detailed explanation-3: -To execute a program in a high-level language, it can be compiled or interpreted. A compiler translates the entire program written in a high-level language to machine language prior to execution. An interpreter translates a program line by line during execution.

There is 1 question to complete.