Class 10 Computer Science Model Paper 1 MCQs Test

FBISE Federal Board Class 10 Computer Science Model Paper 1 MCQs Test. Do as much practice as you can so that you get good marks in the final exams.

Class 10 Computer Science Model Paper 1 MCQs Test

/12
110

Class 10 Computer Science
Model Paper 1
Practice MCQs Test

1 / 12

1. Which one of the following symbols is used in the flow chart for the statement “Marks<33”?

2 / 12

2. Which escape sequence can be used to insert a Tab in “C” Language?

3 / 12

3. Which one of the following functions is used to read the string “Computer Science”?

4 / 12

4. What is the output of the following code?
int i ;
for(i=1;i<=2;i++) printf (“\\n i=%d”, i);

5 / 12

5. How many times “FBISE” will be displayed by the following code?
for (int i=1; i<10; i=+2) printf (“FBISE”);

6 / 12

6. When the input to an inverter is LOW(0) the output will be:

7 / 12

7. Which one of the following is the correct HTML statements to divide the browser window into 3 columns?

8 / 12

8.

9 / 12

9. Which statement is equivalent to “j=j+a;”?

10 / 12

10. Which one of the following gates has an output = A.B?

11 / 12

11. What is the output of the following code?
int a = 15;
float s = 5.50;
printf (“%f”, a/s);

12 / 12

12. Which one of the following is the most suitable for making two ways decision?

Your score is

0%

Please rate this quiz and give your feedback.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *