Bahawalpur Board 2013
Computer Science
(Inter Part-II)
(Objective Type)
Time Allowed: 15 Minutes
Maximum Marks:15
GROUP-I

Note: Four possible answers A, B, C and D to each question are given. The choice which you think is correct , fill that circle in front of that question with marker or pen ink. Cutting or filling two or more circles will result in zero mark in that question.
MS-Access & C Language

(A) Field
(B) File
(C) Record
(D) Database

(A) Homonyms
(B) Synonym
(C) Aliases
(D) Redundancy

(A) One-to-One
(B) One-to-Many
(C) Many-to-One
(D) Many-to-Many

(A) 1
(B) 2
(C) 3
(D) 4

(A) .mds
(B) .mdn
(C) .mdb
(D) .mdo

(A) 1
(B) 3
(C) 8
(D) 5

(A) English Words
(B) Mnemonics Codes
(C) 0 ' s & I 's
(D) Binary Digit

(A) Memo
(B) Hyperlink
(C) OLE
(D) Number

(A) % c
(B)%r
(C) % d
(D) % S

(A)
(B) increment
(C) Decrement
(D) All these

(A) RAM
(B) Hard Disk
(C) ROM
(D) Cache,

(A) 5.
(B) 10
(C)15
(D) 50

(A) Break
(B) Delete
(C) Exit
(D) Terminate

(A) External
(B) Normal
(C) Global
(D) Automatic

(A) If
(B) ++
(C) ?
(D) #

MS -Access & Visual Basic

(A) Field
(B) File
(C) Record
(D) Database

(A) Homonyms
(B) Synonym
(C) Aliases
(D) Redundancy

(A) One-to-One
(B) One-to-Many
(C) Many-to-One
(D) Many-to-Many

(A) 1
(B) 2
(C) 3
(D) 4

(A) .mds
(B) .mdn
(C) .mdb
(D) .mdo

(A)
(B) Mod
(C) _
(D) +

(A) Label
(B) Text Box
(C) Button
(D) Property

(A) Memo
(B) Hyperlink
(C) OLE
(D) Number

(A) Dim
(B) Identifier
(C) Sub
(D) Even

(A) Select
(B) Else
(C) If
(D) All

(A) 0
(B) 1
(C) 2
(D) 3

(A) Variable
(B) Forms
(C) Commond Button
(D) Text Box

(A) 8
(B) - 9
(C) -7
(D) -8

(A) 0
(B) 1
(C) 9
(D) 5

Subjective
Computer Science
Time: 2: 10hrs
Total Marks. 60 Section I and Section-Ill consists of two parts i.e. one for "C-Language” and other for "visual Basic, candidates have to attempt only one part from each Section as per objective paper. However the Section-II containing the question
“MS - Access “is compulsory for all candidates. Maker diagram where necessary. It is compulsory to answers six each from Q. No. 2 , 3 and 4 . Each question carry two marks
MS-Access & C' - Language

Q.No.2

  1. Define Data processing.
  2. State the purpose of feasibility study.
  3. Define Entity
  4. What is Candidate Key?
  5. What is Referential Integrity?
  6. Define Field.
  7. Define IDE.
  8. How a Degree of Relation can be defined?
  9. (iv) Write the use of Tabular Form
Q.No.3
  1. Describe the Pre-Processor Directive.
  2. What is Linker?
  3. Write two advantages of High Level Language.
  4. What is Assignment Operator?
  5. Define Variable.
  6. Describe Comments in C.
  7. Compare getch ( ) and getche ( )
  8. Find errors in the following.
    main [   ]
    {
    float n ;
    scanf ( " % f ,n);
  9. Find the output
    Int x=20;
    Inty=30;
    Int temp ;
    Temp=x;
    X=y;
    Y=temp;
    Print f (“x=%d,y=%d,x,y);
Q.No.4.
  1. Define Pointers
  2. What is Function Call?
  3. What is the purpose of Break?
  4. What is Built - In function?
  5. Define If  Statement.
  6. What is While Loop?