10th Computer Science MCQS Chapter 3

Google Ads1

10th Computer Science MCQS


Decision making statement is
IF ELSE
THEN ELSE
WHILE WEND
IF THEN

Into how many ways the control is transfer from one part of the program to another?
4
2
3
5

Error code is assigned to a special variable is called.
ERROR
ERL
ERR
None of these

If FOR……………NEXT loop dafault value of step is
3
4
2
1

Which statement enables error-trapping feature?
ON GOTO
GOTO
IF…….. THEN
ON ERROR GOTO

Which one is a multiple branching statement?
ON ………GOTO
IF……..ELSE
GOTO
On Error GOTO line number.

In ____________ structures instruction ae executed according to to increasing order of line number.
None of these
Selection
Sequence
loop

Maximum _________ transfer points can be specified with ON GOTO statement.
234
10
15
255

Which one is a control structure statement?
All of these
ON GOTO
IF………….THEN
FOR …………….NEXT

In GW-BASIC the range of value of numeric, variable is:
0 to 100
0 to 255
0 to 150
0 to 40

Continue Reading Go to Next Page

Google Ads