Computer Science Class 10 MCQs With 3 Tests

10th Class Computer Science Chapter 3 Control Structure MCQs TEST 1:

0

Computer Science Chapter 3 – Control Structure Test 1

1 / 20

How many types of control statements?

2 / 20

Which of the following control structure is used for making decision?

3 / 20

Which of the following is used to control the flow of execution of a program?

4 / 20

Control structures?Loop

5 / 20

By using GOTO statement and loops, we can make the computer to perform tasks?

6 / 20

Which loops makes by WHILE…..WEND?

7 / 20

When we are not sure about the number of iteration we use?

8 / 20

Which is the BASIC command to make decision?

9 / 20

BASIC the loop FOR I = 2 to 20 step 4 will be executed for?

10 / 20

Which of the following is unconditional control transfer statement?

11 / 20

Which one is a multiple branching statement?

12 / 20

Loop inside loop is called?

13 / 20

Go to loop break through the key?

14 / 20

If nested loops have the same end point?

15 / 20

IF….. THEN are which kind of commands in BASIC?

16 / 20

Which of the following BASIC statement is used to transfer the control to the specified line number of program if any error occurs during the execution of program?

17 / 20

Which among the following is not a logical operator?

18 / 20

Types of transfer program are?

19 / 20

Statement is uses to transfer the control of program without any condition is called?

20 / 20

In Which of the following control structure instructions are executed according to the increasing order of their line numbers?

Your score is

The average score is 0%

0%

10th Class Computer Science Chapter 3 Control Structure MCQs TEST 2:

0

Computer Science Chapter 3 – Control Structure Test 2

1 / 15

The value after the STEP parameter in the FOR….NEXT statement may be?

2 / 15

Which among the following is the last statement in BASIC program?

3 / 15

Which of the following cannot be used to exit from an error handling routine?

4 / 15

There are three logical operators?

5 / 15

Which of the following causes a move of the control from one part of the program to the other without any condition?

6 / 15

Which of the following BASIC statement contains one condition and two branches?

7 / 15

Which of the following BASIC statement is a conditional loop statement?

8 / 15

Which of the following statement is avoided in the programming?

9 / 15

How many maximum transfer points can be specified with ON… GOTO statement?

10 / 15

Which of the following statement is used for error trapping purpose in GW-BASIC?

11 / 15

How many statements can be placed between FOR and NEXT statement in BASIC?

12 / 15

Which of the following word specifies the end of WHILE loop?

13 / 15

Which of the following BASIC loop statement is used to execute a set of statements for a specified number of times?

14 / 15

To specify two different alternatives with if statement the key word is used?

15 / 15

The ERR and ERL are words each other?

Your score is

The average score is 0%

0%

10th Class Computer Science Chapter 3 Control Structure MCQs TEST 3:

0

Computer Science Chapter 3 – Control Structure Test 3

1 / 14

In GW-BASIC every error is assigned?

2 / 14

Which of the following is a special variable used assign an error code on occurrence of an error in BASIC?

3 / 14

Which of the following is a special variable used to assign the error line number where an error occurs?

4 / 14

In BASIC statement FOR A=1 to 20, A is known as?

5 / 14

In BASIC , if a loop A is lies entirely within loop B, loops A and B are called?

6 / 14

 Which of the following resumes the execution at the specified line number?

7 / 14

How many types of loop statements in BASIC?

8 / 14

NEXT is used to implement?

9 / 14

Which of the following keyword is not related to ON ERROR GOTO statement?

10 / 14

Which of the following is an expression that evaluates to true or false?

11 / 14

Which of the following is used to represent the true condition?

12 / 14

Reserved words are?

13 / 14

The while loop keeps repeating an action until an associated condition becomes?

14 / 14

Which of the following can not be used to exit from an error handling routine?

Your score is

The average score is 0%

0%