SlideShare une entreprise Scribd logo
1  sur  1
Télécharger pour lire hors ligne
No. of Printed Page :1                     SET-4
      BACHELOR IN COMPUTER APPLICATIONS (BCA)
                      Term-End Practical Examination                              00316
                                       June, 2011
     CS-74P : INTRODUCTION TO INTERNET PROGRAMMING

Time allowed : 1 hour                                                   Maximum Marks : 30
                                                                          (Weightage : 15%)

Note :     There are two compulsory questions in this paper of 10 marks each. 10 marks
           are for viva—voce. All programs are to be written in Java.

1.    Write a program to accept a string from a keyboard and convert lower case letters in a 10
      string to upper case and upper case to lower case.


2.    Write a program to accept 10 students marks in an array, arrange it into ascending 10
      order, convert into the following grades and print marks and grades in the tabular
      form.
                 Between 40 and 50 : PASS
                 Between 51 and 75 : MERIT
                 76 and above : DISTINCTION




CS-74P/S4                                     1                                          3,000

Contenu connexe

Plus de Web Developer (20)

Eco 2
Eco 2Eco 2
Eco 2
 
Cs 612
Cs 612Cs 612
Cs 612
 
Cs 611 (p)s4
Cs 611 (p)s4Cs 611 (p)s4
Cs 611 (p)s4
 
Cs 611 (p)s3
Cs 611 (p)s3Cs 611 (p)s3
Cs 611 (p)s3
 
Cs 611 (p)s2
Cs 611 (p)s2Cs 611 (p)s2
Cs 611 (p)s2
 
Cs 611 (p)s1
Cs 611 (p)s1Cs 611 (p)s1
Cs 611 (p)s1
 
Cs 610
Cs 610Cs 610
Cs 610
 
Cs 601
Cs 601Cs 601
Cs 601
 
Cs 75
Cs 75Cs 75
Cs 75
 
Cs 74
Cs 74Cs 74
Cs 74
 
Cs 73
Cs 73Cs 73
Cs 73
 
Cs 72 (p)s8
Cs 72 (p)s8Cs 72 (p)s8
Cs 72 (p)s8
 
Cs 72 (p)s5
Cs 72 (p)s5Cs 72 (p)s5
Cs 72 (p)s5
 
Cs 72 (p)s4
Cs 72 (p)s4Cs 72 (p)s4
Cs 72 (p)s4
 
Cs 72 (p)s2
Cs 72 (p)s2Cs 72 (p)s2
Cs 72 (p)s2
 
Cs 72 (p)s1
Cs 72 (p)s1Cs 72 (p)s1
Cs 72 (p)s1
 
Cs 72
Cs 72Cs 72
Cs 72
 
Cs 71
Cs 71Cs 71
Cs 71
 
Cs 70
Cs 70Cs 70
Cs 70
 
Cs 69
Cs 69Cs 69
Cs 69
 

Cs 74 (p)s4

  • 1. No. of Printed Page :1 SET-4 BACHELOR IN COMPUTER APPLICATIONS (BCA) Term-End Practical Examination 00316 June, 2011 CS-74P : INTRODUCTION TO INTERNET PROGRAMMING Time allowed : 1 hour Maximum Marks : 30 (Weightage : 15%) Note : There are two compulsory questions in this paper of 10 marks each. 10 marks are for viva—voce. All programs are to be written in Java. 1. Write a program to accept a string from a keyboard and convert lower case letters in a 10 string to upper case and upper case to lower case. 2. Write a program to accept 10 students marks in an array, arrange it into ascending 10 order, convert into the following grades and print marks and grades in the tabular form. Between 40 and 50 : PASS Between 51 and 75 : MERIT 76 and above : DISTINCTION CS-74P/S4 1 3,000