COMPUTER SCIENCE
(OBJECTIVE)  
PAPER(II)

TIME ALLOWED: 20 MINUTES           
MAXIMUM MARKS: 15

NOTE:- you have four choices for each objective type question as A,B,C and D. the choice that you think is correct , fill the circle in  front of the 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. attempt as many questions as given in objective type question paper and leave others blank. write the letter A,B,C or Din the column against each question. If there is a contradiction in the bubble and hand written answer, bubble option will be considered correct.

Q.1         (MS-ACCESS)
          

(A)information                                 
(B)data                                
(C)new data      
(D)closed data

(A)table                                                           
(B)attribute                    
(C)relationship  
(D)tuple

(A)person                                          
(B)object                            
(C)concept         
(D)action

(A)functional                                    
(B)non functional            
(C)associate      
(D)transitive

(A)tools                                                               
(B)properties                    
(C)entities         
(D)objects

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

(C-LANGUAGE)

(A)C++                                                 
(b)B                                    
(C)fortran           
(D)pascal

(A)number                                        
(B)under score                 
(C)upper case letter
(D)lower case letter

(A)one                                                
(B)two                                
(C)three              
(D)many

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

(A)p<q                                                
(B)!(p<q )                           
(C)p>q                 
(D)!p<q

(A)cycle                                                               
(B)duration                      
(C)post               
(D)iteration

(A)complex loop                             
(B)infinite loop                
(C)2 staged loop
(D)nested loop

(A)RAM                                                                (b)ROM                                               
(c)hard disk       
(D)cache

(A)RAM                                                                (b)ROM                                               
(c)hard disk       
(D)cache

OR (VISUAL BASIC)

(A)programming                             
(B)flow chart                     
(C)program        
(D)algorithm

(A)tool bar                                         
(B)tool box                        
(C)solution explorer
(D)menu bar

(A)lab                                                
(B)lbl                                   
(C)lbe                   
(D)l

(A)Boolean                                        
(B)short                              
(C)integer          
(D)date

(A)+                                                     
(B)-                                       
( C)mod                
(D)s

(A)a<>b                                                               (B)a<b                                 
(C)a>b                 
(D)a>=b

(A)0                                                      
(B)2                                      
(C)at most 255  
(D)unlimited

(A)nested loop                               
(B)complex loop              
(C)outer loop    
(D)inner loop

(A)END DO                                        
(b)EXIT DO                        
(c)END WHILE   
(d)LOOP

COMPUTER SCIENCE
(SUBJECTIVE)   
PAPER(II)

TIME ALLOWED:2.10 HOURS
MAXIMUM MARKS:60

2.           ANSWER BRIEFLY ANY SIX PARTSFROM THE FOLLOWING:-     6X2=12

MS-ACCESS

C-LANGUAGE

3.  ANSWER BRIEFLY ANY SIX PARTS FROM THE FOLLOWING:-     6X2=12

OR   VISUAL BASIC
3. ANSWER BRIEFLY ANY SIX PARTS FROM THE FOLLOWING:-

C-LANGUAGE

4.            ANSWER BRIEFLY ANY SIX PARTS FROM THE FOLLOWING:-     6X2=12

OR VISUAL BASIC

4. ANSWER BRIEFLT ANY SIXPARTS FROM THE FOLLOWING:-                                                          6X2=12

           SECTION II

NOTE: ATTEMPT ANY ONE QUESTION    8X1=8

MS-ACCESS

5.            Describe different types of keys used in databases?

6.            what is a form? Explain its uses and types

SECTION III


NOTE: ATTEMPT ANY TWO QUESTIONS EITHER FROM “C-LANGUAGE” OR FROM “VISUAL BASIC”
C-LANGUAGE     8X2=16

7.  define language processor? Explain different types of language operator.

OR  VISUAL BASIC

7.  Define data type? Explain different data types used in visual basic.

C-LANGUAGE

8. Write a program that inputs a number from user and determines weather it is positive, negative or zero.
OR   VISUAL BASIC

8.            write a program that inputs a number from user and determines weather it is a positive , negative or zero.

C-LANGUAGE

9.  What is “for” loop? Explain its working with example
OR   VISUAL BASIC

9.  Explain while… wend loop. Explain its working with examples