Class 10 Computer Science 2022 Hard Areas MCQs Test

FBISE Class 10 Computer Science 2022 Hard Areas 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 Hard Areas
MCQs Test

/12
58

Class 10 Computer Science
Paper 2022 Hard Areas
Practice MCQs Test

1 / 12

1. Which operator is an arithmetic operator?

2 / 12

2. Which operator has lowest precedence?

3 / 12

3. How many bytes are used for long int data type?

4 / 12

4. Which of the following is valid data type that can be used as variable/expression in switch statement?

5 / 12

5. How many heading tags are there in HTML language?

6 / 12

6. What is the output of following code segment after execution when a=10, b=-20
if (a>0&&b<0) printf(“%d”, a+b); else printf(“%d”, a-b);

7 / 12

7. Which of the following is unary gate?

8 / 12

8. Which heading tag pair is used to display largest size heading in an HTML web page?

9 / 12

9. What is the output of following code segment after execution when a=1 and b=2?
if (a+b++<4) printf(“%d”, b); else printf(“%d”, a);

10 / 12

10. Which loop structure is most suitable when number of iterations/repetitions are known in advance?

11 / 12

11. Which symbol is used for decision in a flow chart?

12 / 12

12. Which combination of logic gates is used to make a NAND gate?

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 *