_______ statement is used to take a decision.
Let
Goto
Print
If…Then
_______ helps us to give multiple condition.
IF
THEN
ELSE
IF..THEN..ELSE
ALU does all the _______.
Input
Output
Processing
Logical
_______ is the part of the computer which performs all the mathematical and logical operations.
ALU
Memory
10 INPUT “Any two numbers”: A, B . In this line which are the variables.
10
INPUT
A and B
All the above.
_______ command is used for FALSE condition in IF statement.
Both A and B
IfthenElse ifthenElse ifthenElseEnd if-this syntax is used for ___________ statement.
If---then---else
Else if with---then---else
If---then
All of these
_______ command is used for more condition in IF statement.
AND
NOT
Both a and b
None of these
If OR is used in IF statement, _______ conditions can be used.
Only One
One or more
Two
Three
In IF statement, usually Logical operations are used for _______
Line No.
Condition
Statements