FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Pseudocode should be generic-It should not use any specific programming language
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Description: Pseudocode is not an actual programming language. So it cannot be compiled into an executable program. It uses short terms or simple English language syntaxes to write code for programs before it is actually converted into a specific programming language.

Detailed explanation-2: -Answer. Answer: Yes it is right/true. It is written in any language you want.

Detailed explanation-3: -Pseudo code condenses a program’s flow but omits supporting information. It is not a real programming language, pseudocode. The result is that it cannot be compiled into an executable programme.

Detailed explanation-4: -Solution(By Examveda Team) Pseudo code summarizes a program’s flow, but excludes underlying details.

There is 1 question to complete.