COMPUTER SCIENCE 2013 PART II
FEDERAL BOARD

Circle the correct option. (15)

a) Von-Neumann                 
b) Al-Khuwarizmi
c) Dennis Ritchie             
d) Charles Babbage

a) Linker                     
b) Loader
c) Compiler                    
d) Interpreter

a) Syntax error                
b) Logical error
c) Program error               
d) None

a) is most important           
b) is used first
c) is faster                        
d) operator on the largest number               

a) +      
b) ++                 
c) >=                     
d) -

a) Visibility                 
b) Beauty
c) Readability                
d) Complexity

a) %        
b) \a      
c) #        
d) *

a) The termination condition occurs unexpectedly
b) The body of the loop will be executed at least once
c) The program will be executed at least once
d) The number of times the loop is executed is not known before the loop is executed

a) 2       
b) 24        
c) 10        
d) None

a) Relational operator        
b) Logical operator
c) Relational results        
d) Logical results

a) image file                
b) Source file
c) Object file               
d) Header file

a) Name                      
b) Life time
c) Data type                 
d) None

a) Null                     
b) ZERO
c) One                   
d) File pointer

a) Memo               
b) Number
c) Text                    
d) Auto number

a) Report     
b) Form     
c) Query      
d) Table

2. Attempt any Thirteen parts. (39)
The answer to each part should not exceed 5 to 6 lines.

Attempt any Three questions. (21)

3. Explain various file Access Modes in which data files are opened in C.

4. Write a program to print the table of a number on the screen. Input a number from the keyboard and print its table using the function.

5. Write a program that inputs a character from the user and checks whether it is a vowel or a consonant, using switch statement.

6. Write detailed notes on the following:

   a) Queries       b) Reports