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
158

Class 12 Computer Science
Model Paper 2
Practice MCQs Test

1 / 15

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

2 / 15

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

3 / 15

3. A pointer is a(n):

4 / 15

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

5 / 15

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

6 / 15

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

7 / 15

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

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. Ofstream is a(n):

10 / 15

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

11 / 15

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

12 / 15

12. What will be the last phase in SDLC?

13 / 15

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

14 / 15

14. Which of the following is FALSE about destructor?

15 / 15

15. 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;

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 *