10th Computer Science MCQS Chapter 3

Google Ads1

10th Computer Science MCQS


A statement which allows only one transfer point:
For statement
FOR…..NEXT statement
On….GOTO statement
GOTO statement

If the value of numeric variable is greater than 255 in ON GOTO statement, which type of error occurs?
Its not an error
Logical error
Runtime
Syntax error

It is recommended to avoid the use of __________ statement.
WEND
FOR
GOTO
IF

Which statement is not used to exit from error handling routine?
RESUME NEXT
RESUME
END
STOP

Which of the following is not a conditional statement.
IF………..ELSE
ON ERROR GOTO
ON GOTO
GOTO

GOTO Statement provides ____________ transfer point.
Double
Multiple
Single
Three

How many type of control strucures in BASIC?
4
2
5
3
Google Ads