Input Output Handling in C++ – Online MCQs Test – Computer Science Class 10th

Online MCQs Test | Chapter 3 : Input Output Handling in C++ | Computer Science Class 10th | Sindh Board Science Group

Below Here to find Online MCQs Test of Chapter 3 (Input Output Handling in C++) Computer Science Class 10th Science Group – Sindh Board. According to New Examination Pattern / Syllabus 2023-24 of Sindh Board Karachi Hyderabad Larkana Sukkur and Mirpurkhas.

0%

You have 12.5 minutes to complete the test consist of 25 Questions

Your time has been finished!


Chap 3 - Input Output Handling in C++ - Computer Science 10th

Science Group - Sindh Board

1 / 25

1. The symbol << is called.

2 / 25

2. In this statement "int main(void)" the second void is.

3 / 25

3. gets ( ) function is used to input data type:

4 / 25

4. Increment and decrement operators operate on only one operand and are called:

5 / 25

5. \n escape sequence is used to move the cursor to.

6 / 25

6. The remainder operator (%) requires that both operands be.

7 / 25

7. getche ( ) function gets a character and the character:

8 / 25

8. The # symbol is called ___________ directives

9 / 25

9. If an increment or decrement operator is placed after a variable, it is called as.

10 / 25

10. Those operators that require two operands are known as:

11 / 25

11. <stdio.h> is ______________ file.

12 / 25

12. Logical NOT operator takes operand:

13 / 25

13. The multi-line comment begins with the character set of.

14 / 25

14. Which of the following escape sequence represents carriage return?

15 / 25

15. This is a statement terminator in C++.

16 / 25

16. In which logical operator, the result of operation will be true, if both operands are true, otherwise false:

17 / 25

17. cin( ) statement is used to data from standard input device:

18 / 25

18. What value does the variable a have, after all of the code executes?

int a =1;

int b;

b = a++;

19 / 25

19. All C++ statements must end with:

20 / 25

20. Relational operators are used to ___________ two operands:

21 / 25

21. Equality operator is denoted by.

22 / 25

22. Every C++ program must have this function.

23 / 25

23. Which of the following operator works only with integer variables?

24 / 25

24. Single line comment written in C++ with ____________ symbol.

25 / 25

25. Each escape sequence must start with.

Your score is

The average score is 0%

0%

You may also like...