(Inter Part - II)
(Session 2013)
Computer Science (Objective)
Time Allowed:- 20 minutes
Max. Marks 15
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 n umber. Use marker or pen to fill that circle cutting or filling two or more circles will result in zero mark in that question. Attempt as many questions as given in objective type question paper and leave others blank. Use of ink remover or white correction fluid is not allowed.
(MA- Access)
(A) Data independence
(B) Data integration
(D) Data integrity
(C) Data model
(A) Relation
(B) Row
(C) Field
(D) Tuple
(A) Centralized
(B) Partitioned
(C) Hybrid
(D) Duplicate
(A) Primary key
(B) Foreign key
(C) Secondary key
(D) Candidates key
(A) Tables
(B) Forms
(C) Queries
(D) Reports
(A) One
(B) Two
(C) Three
(D) Four
(A) Compiler
(B) Debugger
(C) Text editor
(D) Linker
(A) Compiler
(B) Debugging
(C) Coding
(D) Flow chart
(A) Logical
(B) Unary
(C) Binary
(D) Tertiary
(A) Source code
(B) Object code
(C) Linked code
(D) Program
(A) Address Indicator
(B) Cell Address
(C) Address Operator
(D) Binary Operator
(A) Method
(B) Property
(C) Control
(D) Program
(A) Printf( )
(B) Scanf( )
(C) Getch( )
(D) Gets ( )
(A) Initialize
(B) Unload
(C) Terminate
(D) Activate
(A) If
(B) If else
(C) Nested if else
(D) Conditional operator
(A) Title
(B) Barder Text
(C) Caption
(D) Header
(A) One
(B) Two
(C) Three
(D) Four
(A) Integer
(B) Short
(C) Boolean
(D) Date
(A) Continue
(B) Break
(C) Exit
(D) Switch ( )
(A) Four
(B) Three
(C) Two
(D) One
(A) Sending
(B) Filtering
(C) Delivering
(D) Passing
(A) END DO
(B) EXIT DO
(C) END WHILE
(D) LOOP
(A) Hard disk
(B) RAM
(C) ROM
(D) Cache
(A) Declaration
(B) Definition
(C) First reference
(D) Destruction
(Inter Part - II)
(Session 2013)
Computer Science (Subjective)
Time Allowed:- 2.10 hour
Max. Marks: 60
2. Answer briefly any six parts from the following:
(MS-ACCESS)
3. Answer briefly any six parts from the following:
C-Language
3. Answer briefly any six parts from the following:
C-Language
4. Answer briefly any six parts of the following.
OR
Visual Basic
4. Answer briefly any six parts of the following:
Section II
Attempt any ONE question.
Ms-Access
5. Write a note on the advantages of Database system.
6. Explain different data types available in MS-Access.
Section III
Attempt any TWO questions either from “C-Language” OR from “Visual Basic”.
C-Language
7. Describe Language processor or translator? Discuss different types of language and processors.
Visual Basic
7. Define Form object? Explain different types of Form object (2+6=8)
C-Language
8. Briefly describe the basic control structures for writing C-Program.
Visual Basic
8. Briefly describe the basic control structures for writing VB program.
C-Language
9. Write a program in C to input starting number and ending number and to display all even numbers in the given range using do-while-loop.
Visual Basic
9. Write a program in VB to input starting number and ending number and to display all even numbers in the given range using do While loop.