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
ALU does all the _______.
Input
Output
Processing
Logical
______operator is used to check the condition “Less than or 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
In IF statement, the instructions are followed by _______ statement.
THEN
Condition
Line No.
Next
10 INPUT “Any two numbers”: A, B . In this line which are the variables.
10
INPUT
A and B
All the above.
_______ statement is used to take a decision.
Let
Goto
Print
If…Then
_______ is the part of the computer which performs all the mathematical and logical operations.
ALU
Memory
_______ is used to compare multiple conditions.
OR
IF