FAISALABAD BOARD 2013
PAPER COMPUTER SCIENCE
PART-II
Time: 20 Min.
(Objective Part)
Marks.: 17
Note. You have four choice 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. Use marker or pen to till the circles. Cutting or filling two or more circles will result in zero mark in that question.
MS ACCESS
(a) 2
(b) 5
(c) 20
(d) 50
(a) Table
(b) Query
(c) Report
(d) MS Word
(a) Functional
(b) Partial
(c) Associative
(d) Transitive
(a) Attribute
(b) Relationship
(c) Concept
(d) Entity
(a) Primary key
(b)Sort key
(c) Composite key
(d) Secondary key
(a) Data
(b) Information
(c) Processing
(d) Object
C - LANGUAGE OR VISUAL BASIC
C - LANGUAGE
(a) RAM
(b) ROM
(c) Hard disk
(d) Cache
(a) Global variable
(b) Local variable
(c) Automatic variable
(d) Static variable
(a) Complex loop
(b) Infinite loop
(c) Nested loop
(d) Do loop
(a) Continue
(b) Clrser
(c) Switch
(d) Break
(a) If
(b) Nested if
(c) If else
(d) Nested if else
(a) !
(b) :
(c) ?
(d) *
(a) Sizeof
(b) Break
(c) Case
(d) Clrser
(a) Single quotation marks
(b) Double uctation marks
(c) Parenthesis
(d) Curly braces
(a) F9
(b) Alt + F9
(c) F5
(d) Ctrl + F9
OR VISUAL BASIC
(a) Key down
(b) Key up
(c) Key press
(d) Shift
(a) +
(b) ?
(c) ++
(d) -
(a) F2
(b) F4\
(c) Alt + F4
(d) F5
(a) >
(b) <
(c) >:
(d) &
(a) 1
(b) 3
(c) 2
(d) 4
(a) Upload
(b) Download
(c) Unload
(d) Close
(a) 4
(b) 3
(c) 2
(d) 1
(a) Hardware
(b) Computer language
(c) Compiler
(d) Linker
(a) Operand
(b) Constant
(c) Operator
(d) Variable
Time: 3:10 Hours
(Subjective Part)
Marks: 83
Section I
MS-ACCESS
2. Write short answer of any Six Parts. (6 x2 = 12)
C-LANGUAGE
OR
VISUAL BASIC
4. Attempt any SIX short questions. (6 x2 =12)
C-LANGUAGE
4. Write short answer of any Six Parts.
OR
VISUAL BASIC
SECTION II
MS - ACCESS
Attempt any One question carries 08 marks : (8 x 3 = 24)
5.What is relation? Write properties of relation.
6. Explain different data types available in MS-Access.
Section III
Attempt any two (2) questions from C-Language or Visual Basic . Every question carries 08 marks .
(C - LANGUAGE)
7. Define variable write down the rules for naming variables in C language.
8. Write a detailed note on printf function with its syntax and example.
9. Write a program that inputs a number and displays the massage "Prime Number" if it is a prime number.
OR
VISUAL BASIC
7. Define language processor or translator . Explain different types of language translator in VB.
8. What statements are used for displaying outputs in Visual Basic? Explain in detail .
9. Write a program that inputs a number and displays the massage "print Number" if it is a prime number , otherwise displays "Not a Prime Number".