SlideShare a Scribd company logo
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

More Related Content

PDF
PDF
Cs 74 (p)s1
PDF
Cs 74 (p)s7
PDF
Cs 74 (p)s3
PDF
Cs 74 (p)s6
PDF
Cs 74 (p)s8
PDF
Cs 74 (p)s5
PDF
Cs 74 (p)s2
Cs 74 (p)s1
Cs 74 (p)s7
Cs 74 (p)s3
Cs 74 (p)s6
Cs 74 (p)s8
Cs 74 (p)s5
Cs 74 (p)s2

More from Web Developer (20)

PDF
PDF
PDF
Cs 611 (p)s4
PDF
Cs 611 (p)s3
PDF
Cs 611 (p)s2
PDF
Cs 611 (p)s1
PDF
PDF
PDF
PDF
PDF
PDF
Cs 72 (p)s8
PDF
Cs 72 (p)s5
PDF
Cs 72 (p)s4
PDF
Cs 72 (p)s2
PDF
Cs 72 (p)s1
PDF
PDF
PDF
PDF
Cs 611 (p)s4
Cs 611 (p)s3
Cs 611 (p)s2
Cs 611 (p)s1
Cs 72 (p)s8
Cs 72 (p)s5
Cs 72 (p)s4
Cs 72 (p)s2
Cs 72 (p)s1
Ad

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