Sahiwal Board 2017
Computer Science (Inter part2)
Note: Pour possible answers A, B; C and D to each question are given. The choice which you think is correct that circle in front that question with Marker or Pen ink. 'Lining or filling two or more circles 'will result in zero mat k in that question. Write the letter A, B. (7 or D in the column.(write correct "option) against each question also. If there k a contradiction in the bubble and hand written answer, bubble option will be considered correct.

(a) tabular
(b) columnar
(c) datasheet
(d) sub-form

(a) rows
(b) tables
(c) data
(d) columns

(a) sample database
(b) wizard
(c) common standards
(d) easier programming

(a) project planning
(b) requirement analysis.
(c) feasibility study
(d) data analysis

(a) a new record
(b) a new column
(c) a view
(d) a new table

(a) file
(b) record
(c) field
(d) database


C-LANGUAGE

(a) 1
(b) 2
(c) 3
(d) 4

(a) function argument
(b) function prototype
(c) function header
(d) function calling

(a) outside the program
(b) Inside the loop body
(c) after loop ends
(d) outside the body of loop

(a) 1
(b) 3
(c) 5
(d) 7

(a) default
(b) If
(c) case
(d) switch

(a) if
(b) if-else
(c) if-else if-else
(d) switch case

(a) \a
(b) \c
(c) \r
(d) \f

(a) 2
(b) 3
(c) 4
(d) 8

(a) 1962
(b) 1969
(c) 1970
(d) 1972

SUBJECTIVE PART
(Section-I)

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

Q.3 Write short answers to any EIGHT (8) questions.

C-Language


Q.4 Write short answers to any SIX (6) questions.

SECTION-II


Q. 5 Define Relation. Write down different properties of relations in detail.
Q. 6 Discuss different types of queries.

C-Language
Note: Attempt any two questions:


Q. 7 Define Language processor or translator and also explain its types.
Q. 8 Write a program in C-Language that accepts a character from the user and displays whether it is a vowel or not.
Q. 9 Define do while loop. Write its syntax and Flow Chart. Explain its working with example.