FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In programming what is the answer to an IF question?
A
In or Out
B
Positive or Negative
C
True or False
D
None of the above
Explanation: 

Detailed explanation-1: -Answer:-(c) True or False. In programming, what is the answer to an IF question is True or False. The IF statement is used to know the statement which is true and then execute it.

Detailed explanation-2: -0!= 0. True or false? And the answer is False.

Detailed explanation-3: -Answer: If the condition of IF is false, then ELSE block will be executed.

Detailed explanation-4: -An if statement can include only simple statements, because it can only execute one line of code at a time. If you want to execute multiple lines of code, you need to use a block statement. A block statement is a way to group multiple simple statements together, and it is denoted by curly braces .

Detailed explanation-5: -output is just what happens onces all the code is done, the end result. after all the calculation are done its what get put into the console. basically its what gets put out.

There is 1 question to complete.