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
62

Class 10 Computer Science
Paper 2022 Local
Practice MCQs Test

1 / 12

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

2 / 12

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

3 / 12

3. Which operator has highest precedence?

4 / 12

4. 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);

5 / 12

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

6 / 12

6. Which is a logical operator?

7 / 12

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

8 / 12

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

9 / 12

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

10 / 12

10. 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);
}

11 / 12

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

12 / 12

12. How many reserved words does C language have?

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 *