FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Statements that only run under certain conditions or situations.
A
Conditionals
B
Run Statements
C
Digital Statements
D
Command
Explanation: 

Detailed explanation-1: -Conditional statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value of true or false.

Detailed explanation-2: -A conditional statement is a statement that can be written in the form “If P then Q, ” where P and Q are sentences. For this conditional statement, P is called the hypothesis and Q is called the conclusion. Intuitively, “If P then Q” means that Q must be true whenever P is true.

Detailed explanation-3: -Zero Conditional If you heat ice, it melts. We use the so-called zero conditional when the result of the condition is always true, like a scientific fact.

There is 1 question to complete.