(INTER PART-II)
MULTAN BOARD 2017
COMPUTER SCIENCE Paper II (Objective Type)
Time Allowed: 20 Minutes Maximum Marks: 15
Group-I
Note: You have four choices for each objective type question as A, B, C and D. The choice which you think is correct; fill that circle in front of that question number with marker or pen. Cutting or filling two or more circles will result in zero mark in that questions.

(a) Character
(b) File
(c) Record
(d) Database

(a) Master file
(b) Transaction file
(c) Backup file
(d) None of these

(a) Table
(b) Record
(c) Field
(d) Cell

(a) Primary key
(b) Candidate key
(c) Foreign key
(d) Secondary key

(a) Primary key
(b) Candidate key
(c) Secondary key
(d) Mutually exclusive

(a) Design view
(b) Normal view
(c) Datasheet view
(d) Layout view

(a) Form
(b) Main form
(c) Report
(d) Child form


C-LANGUAGE

(a) Syntax
(b) Preprocessor
(c) Bug
(d) Debug

(a) RAM
(b) ROM
(c) Hard Disk
(d) USB

(a) One
(b) Two
(c) Ten
(d) Many

(a) \r
(b) \n
(c) \t
(d) None of these

(a) Sequence, Decision, Repetition
(b) Process, Decision, Alternation
(c) Sequence, Definition, Process
(d) Relation, Comparison, Process

(a) p < q
(b)! (p < q)
(c) p>q
(d) !( p > q)

(a) Cycle
(b) Duration
(c) Iteration
(d) Test

(a) Running loop
(b) Continuous loop
(c) Nested loop
(d) Infinite loop

(a) Return value
(b) Automatic variable
(c) Indicator
(d) Argument

(a) RAM
(b) ROM
(c) Hard Disk
(d) Cache

MULTAN BOARD 2017
(INTER (PART-II)
COMPUTER SCIENCE Paper II (Subjective Type)
Time Allowed: 2:10 Hours Group-I Maximum Marks: 60
Note: Section I is compulsory. Attempt any Three questions from Section II and any Two parts from Section III.
SECTION-I


2. Write short answers to any SIX (6) questions.

3. Write short answers to any eight parts of the following:


C-language


C-Language

4. Write short answers to any Six parts:

SECTION-II


Q.5 What is key? Explain different types of keys.
Q.6. What is query? Explain different types of query.

C-Language


Note: Attempt any two questions:
Q.7. Define language processors. Explain different types of language processors.
Q.8. Write a program that inputs a number and finds whether it is even or odd.
Q.9. Define Do.....WHILE loop in VB. Write its syntax. Explain its working with example.