Class 12 Computer Science Model Paper 2 MCQs Test

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


Class 12 Computer Science Model Paper 2 MCQs Test

/15
154

Class 12 Computer Science
Model Paper 2
Practice MCQs Test

1 / 15

1. Assume value is an integer variable. If the user enters 333.14 in response to the following programming statement, what will be stored in value? cin >> value;

2 / 15

2. How many values a function can return at a time?

3 / 15

3. What will be the last phase in SDLC?

4 / 15

4. A pointer is a(n):

5 / 15

5. Ofstream is a(n):

6 / 15

6. Which of the following is a valid declaration, if a string needs to be store 10 characters?

7 / 15

7. What will be printed after executing the following code? int x = 5; if ( x++ = = 5) cout << " Five "; else if ( ++x = = 6) cout << " Six ";

8 / 15

8. Which of the following is used to open a file for writing and move the read/write control immediately to the end?

9 / 15

9. Which of the following phase of SDLC involves training of personnel to use the new system?

10 / 15

10. Which of the following header file is included in program to use setw( ) function?

11 / 15

11. Which of the following pointer hold address of any type and can be type-casted to any data type:

12 / 15

12. Which of the following Operating system is time bound and has a fixed deadline?

13 / 15

13. In the following array definition, what value is stored in number [4]? int number [5] = { 1, 2, 3 };

14 / 15

14. Which of the following is FALSE about destructor?

15 / 15

15. What will be the output of following program segment? for (i = 1 ; i < 10 ; i = i + 5) ; cout << i << " t ";

Your score is

0%

Please rate this quiz and give your feedback.


Similar Posts

2 Comments

Leave a Reply

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