_______ operator is used to check the given condition is “Not equal to” .
!=
-=
<>
><
Which one of the following is a logical operator?
>
+
-
*
_______ command is used for more condition in IF statement.
AND
NOT
Both a and b
None of these
_______ is used to compare multiple conditions.
OR
IF
THEN
_______ helps us to give multiple condition.
ELSE
IF..THEN..ELSE
70 IF M>60 AND N=THEN GOTO 40 ELSE GOTO 100. In the above code, if m=70 , N=75 the control will go to Line No. _______.
40
60
100
80
_______ command is used for FALSE condition in IF statement.
Both A and B
_______ is the part of the computer which performs all the mathematical and logical operations.
ALU
Input
Output
Memory
In IF statement, the instructions are followed by _______ statement.
Condition
Line No.
Next
ALU does all the _______.
Processing
Logical