(12" CLASS 12014)
COMPUTER SCIENCE
NEW COURSE
OBJECTIVE
MARKS: 17
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. Use marker or pen to fill the circles . Cutting or Filling two or more circles will result in zero mark in that question. Q.NO.1
Note: Serial No 8 to 17 Ist question relates to C Language and lInd question relates to Visual Basic
(A) Master File
(B) Transaction File
(C) Backup File
(D) Data File
(A) At least two
(B) Only one
(C) No limit
(D) Three
(A) Centralized
(B) Partitioned
(C) Replicated
(D) Duplicated
(A) Parent table
(B) Dependent table
(C) View
(D)Index table
(A) Primary Key
(B) Foreign Key
(C)Secondary Key
(D) Candidate Key
(A) One
(B)Two
(C)Three
(D) Four
(A) Table
(B) Database
(C) Query
(D) Report
(A) Source code
(B) Object code
(C) Syntax
(D) Debugging
OR
All of the following are examples of controls EXCEPT
(A Property
(B) Label
(C)Textbox
(D) Button
(A) Token
(B) Siting
(C) Constant
(D) Variable
OR
Basic was introduced in
(A) 1950
(B)1980
(C) 1970
(D)1960
(A) Stdin.h
(B) Conio.h
(C) Math.h
(D) Tan .h
OR
Data can be entered in a control only when it has
(A) Focus
(B) Tab order
(C) Mask
(D) Control
(A) One
(B) Two
(C) Three
(D) Many
OR
Which event detects the pressing of standard displayable character?
(A) Key down
(B) Key up
(C) Key board
(D) Key press
(A) Relation
(B) Decision
(C) Sequence
(D) Repetition
OR
Following keyword is used to declare variable in Visual Basic
(A) Identifier
(B) Sub
(C) Dim
(D) Event
(A) End select
(B) Break
(C) End case
(D) Case else
OR
Integer data type in Visual Basic takes
(A) 1 2-Byes
(B) 12-Bytes
(C) 16-Bytes
(D) 4-Bytes
(A) if ( )
(B) if ( )- else
(C) switch ( )
(D) for ( )
OR
In Visual Basic 10 Mod 3will result
(A) Three
(B) Four
(C) Two
(D) One
(A) Comma
(B) Semi colon
(C) Colon
(D) Brace
OR
Which error is not detected by compiler?
(A) Run time
(B) Logical
(C) Hardware
(D) Syntax
(A) Function header
(B) Function body
(C) Argument
(D) Parameter
OR
Visual Basic sib programs are referred to as
(A) Procedures
(B) Methods
(C) Modules
(D) Function body
(A) Text Stream
(B) Binary Stream
(C) Output Stream
(D) Input Stream
(12th CLASS 12014)
COMPUTER SCIENCE
TIME : 3.10 HOURS
(NEW COURSE)
MARKS:83
SUBJECTIVE
SECTION-I
MS ACCESS
2. Write short answers to any Eight (8) of the following questions
3. Write short answers to any Eight (8) of the following questions 8X2=16
(Note: In each option Ist question relates to C - language & 2nd question relates toVisual Basic)
4. Write short answers to any Six (6) of the (Note: In each option question relates to C - language
SECTION-II (Essay Tyne)
MS ACCESS
Note: Attempt any one question
5. Discuss different types of relationships (8)
6. What is field property? Discuss d fluent field properties in detail 2+ 6
SECTION-II (Essay Type)
Note: Attempt any two questions. Eitler from" C - Language OR from Visual Basic" (16)
C-Language
7. Explain High level Language and Low level Language (8)
OR
Visual Basic
What is Visual programming? Discuss its advantages (8)
C-Language
8. Write a program that input a number and finds wheter it is even or odd using if-else structure (8)
OR
Visual Basic
Write a program in Visual Basic that inputs a number and finds whether ist is even or odd using if-else structure.(8)
C-Language
9. What is While - Loop? Explain it: working with example (8)
OR
Visual Basic
Explain While - Wend loop in Visual Basic with an example (8)
SECTION-III
(PRACTICAL)
10. Attempt any three parts from A , B ,C , and D (5x3 = 15)
(A) Write procedure to create table in wizard (5)
(B) Write the procedures to add button, check boxes and option batten on the form (5)
(C) Write a program which convert your age from years to months in C-Language or in Visual Basic (5)
(D) Write a program which display the series 5 10 15 20 25 in C-Language or in Visual Basic (5)
(E) Write a program which add two numbers using function in C-Language or in Visual Basic (5)