SlideShare ist ein Scribd-Unternehmen logo
1 von 1
Downloaden Sie, um offline zu lesen
No. of Printed Page : 1                    SET-6
 BACHELOR IN COMPUTER APPLICATIONS (BCA Revised)

                          Term-End Practical Examination                          00292
                                      June, 2011
              CS-74P : Introduction to Internet Programming

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

Note :     There are two compulsory questions, 10 marks each. 10 marks are for viva-voce.
           All Programs are to be written in Java.

1.   Write a program in java that prompts the user to enter an integer number. It should     10
     throw a user-defined exception Invalid number if a number is negative.


2.    Write a program to compare the corresponding elements of the two arrays and return 10
      TRUE if there is a match, otherwise return FALSE.




CS-74P/ S6                                   1                                             1,000

Weitere ähnliche Inhalte

Ähnlich wie Cs 74 (p)s6 (20)

Cs 74 (p)s3
Cs 74 (p)s3Cs 74 (p)s3
Cs 74 (p)s3
 
Cs 62 (p)s1
Cs 62 (p)s1Cs 62 (p)s1
Cs 62 (p)s1
 
Cs 68 (p)s3
Cs 68 (p)s3Cs 68 (p)s3
Cs 68 (p)s3
 
Cs 62 (p)s3
Cs 62 (p)s3Cs 62 (p)s3
Cs 62 (p)s3
 
Micrcontroller iv sem lab manual
Micrcontroller iv sem lab manualMicrcontroller iv sem lab manual
Micrcontroller iv sem lab manual
 
66781291 java-lab-manual
66781291 java-lab-manual66781291 java-lab-manual
66781291 java-lab-manual
 
Cs 65 (p)s3
Cs 65 (p)s3Cs 65 (p)s3
Cs 65 (p)s3
 
Bcs 061 (p)s1
Bcs 061 (p)s1Bcs 061 (p)s1
Bcs 061 (p)s1
 
Praveen Kumar S S.docx(1)
Praveen Kumar S S.docx(1)Praveen Kumar S S.docx(1)
Praveen Kumar S S.docx(1)
 
SE-IT JAVA LAB SYLLABUS
SE-IT JAVA LAB SYLLABUSSE-IT JAVA LAB SYLLABUS
SE-IT JAVA LAB SYLLABUS
 
Cs 72 (p)s8
Cs 72 (p)s8Cs 72 (p)s8
Cs 72 (p)s8
 
Abhishek Mittal Resume
Abhishek Mittal ResumeAbhishek Mittal Resume
Abhishek Mittal Resume
 
shivaram2
shivaram2shivaram2
shivaram2
 
Cs 68 (p)s1
Cs 68 (p)s1Cs 68 (p)s1
Cs 68 (p)s1
 
Bcs 061 (p)s2
Bcs 061 (p)s2Bcs 061 (p)s2
Bcs 061 (p)s2
 
Sankerth Resume
Sankerth ResumeSankerth Resume
Sankerth Resume
 
Java multi thread programming on cmp system
Java multi thread programming on cmp systemJava multi thread programming on cmp system
Java multi thread programming on cmp system
 
Bradley Lin Wan Resume
Bradley Lin Wan ResumeBradley Lin Wan Resume
Bradley Lin Wan Resume
 
ECET 340 Effective Communication/tutorialrank.com
 ECET 340 Effective Communication/tutorialrank.com ECET 340 Effective Communication/tutorialrank.com
ECET 340 Effective Communication/tutorialrank.com
 
iHale Milestone 1 Feedback
iHale Milestone 1 FeedbackiHale Milestone 1 Feedback
iHale Milestone 1 Feedback
 

Mehr von 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 611
Cs 611Cs 611
Cs 611
 
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)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)s6

  • 1. No. of Printed Page : 1 SET-6 BACHELOR IN COMPUTER APPLICATIONS (BCA Revised) Term-End Practical Examination 00292 June, 2011 CS-74P : Introduction to Internet Programming Time allowed : 1 hour Maximum Marks : 30 (Weightage : 15%) Note : There are two compulsory questions, 10 marks each. 10 marks are for viva-voce. All Programs are to be written in Java. 1. Write a program in java that prompts the user to enter an integer number. It should 10 throw a user-defined exception Invalid number if a number is negative. 2. Write a program to compare the corresponding elements of the two arrays and return 10 TRUE if there is a match, otherwise return FALSE. CS-74P/ S6 1 1,000