You are on page 1of 2

Government Degree College (Boys), Khurrianwala.

;
Class: ICS/ FA 2nd Year ( Objective Type ) Subject: Computer Science
Name: _______________ Roll No.: _______________
Time Allowed: 20 minute Maximum Marks: 15

Note: Four possible answers are given below to each statement. Tick (✓) the correct answer.
No credit will be given for cutting or ticking two or more answers. (15x1=15)
Q1.
1. The manipulated and processed data is called:

(a) Object (b) Data (c) Information (d) Knowledge

2. A collection of related data field is called:

(a) File (b) Record (c) Data (d) Attribute

3. Data can be recovered in case of loss by using:

(a) Master File (b) Data File (c) Backup File (d) Transaction File

4. Teacher, Students and Cars are example of:

(a) Relationships (b) Entities (c) Attributes (d) Identifiers

5. Statement A+=10 is equal to:

(a) A=A+20 (b) A=A+B (c) A=A+B (d) A=A+10

6. The Format Specifier %s is used for:

(a) Character (b) String (c) Integer (d) Float

7. Which escape sequence is used to begin new line:

(a) \m (b) \n (c) \b (d) \newline

8. The name of header file written between:

(a) () (b) {} (c) <> (d) []

9. If X=10; Then Value of Y after Statement Y=++x; will be:

(a) 10 (b) 11 (c) 9 (d) 0

10. which of the following is called modulus operator:

(a) * (b) % (c) + (d) &

11. Logical operators are:

(a) AND (b) OR (c) NOT (d) All

12. Programming structure executes program statements in:

(a) Relation (b) Decision (c) Sequence (d) Selection

13. Comments are written inside these symbols:

(a) /* */ (b) /# #/ (c) /< >/ (d) /| |/

14. Find out of the result of the following expression: 10*(24/(5-2))+13

(a) 93.0 (b) 84.33 (c) 90 (d) 88.5


15. Number of bytes used by Long Double data type in C is:

(a) 2 (b) 10 (c) 4 (d) 6

You might also like