_______ is the part of the computer which performs all the mathematical and logical operations.
ALU
Input
Output
Memory
_______ command is used for FALSE condition in IF statement.
IF
THEN
Both A and B
ELSE
_______ command is used for more condition in IF statement.
AND
NOT
Both a and b
None of these
_______ helps us to give multiple condition.
IF..THEN..ELSE
IfthenElse ifthenElse ifthenElseEnd if-this syntax is used for ___________ statement.
If---then---else
Else if with---then---else
If---then
All of these
_______ is used to compare multiple conditions.
OR
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
_______ statement is used to check a condition in BASIC.
Let
Print
If
Goto
If OR is used in IF statement, _______ conditions can be used.
Only One
One or more
Two
Three
______operator is used to check the condition “Less than or equal to”
<=
>=
==
<#