Class 10 Computer Science 2022 Local MCQs Test

FBISE Class 10 Computer Science 2022 Local MCQs Test contains a total of 12 Multiple Choice Questions, each MCQ has 4 options. For more MCQs Tests visit our MCQs Tests Page.


Class 10 Computer Science 2022 Local
MCQs Test

/12
59

Class 10 Computer Science
Paper 2022 Local
Practice MCQs Test

1 / 12

1. What is the output of following program code segment when a=2 and b=1?
switch (a+b)
{ case 1:
case 2:
case 3:
printf(“%d”,a+b);
break;
default:
printf(“%d”,a-b);
}

2 / 12

2. Which symbol is used to represent Process/Processing in a flow chart?

3 / 12

3. How many reserved words does C language have?

4 / 12

4. Which inputs combination will produce HIGH output in an AND gate?

5 / 12

5. Which loop structure is most suitable when the body of loop executes at least once, even the given condition at first iteration is false?

6 / 12

6. Which combination of logic gates is used to get a NOR gate?

7 / 12

7. Which heading tag pair is used to show the smallest size heading in an HTML web page?

8 / 12

8. Which is a logical operator?

9 / 12

9. Which operator has highest precedence?

10 / 12

10. What is the primary purpose of using a loop structure in a program?

11 / 12

11. What is the output of HTML tag X10 when used in a webpage?

12 / 12

12. What is the output of following program code segment when a=-1 and b=2?
if(++a==0)
printf(“%d”,a+b);
else
printf(“%d”,b-a);

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 *