SlideShare a Scribd company logo
1 of 1
Download to read offline
No. of Printed Page : 1                                                                      SET - 8
 BACHELOR IN COMPUTER APPLICATIONS (BCA Revised)

                          Term-End Practical Examination                                    00147
                                          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 to accept three digits (i.e. 0 - 9) and print all its possible combinations.   10
     (For example if the three digits are 1, 2, 3 than all possible combinations are : 123, 132,
     213, 231, 312, 321.)


2.   Write a program to remove all leading and trailing blanks in a character string.               10




CS-74P/ S8                                        1                                             1,000

More Related Content

Similar to Cs 74 (p)s8 (20)

Cs 68 (p)s3
Cs 68 (p)s3Cs 68 (p)s3
Cs 68 (p)s3
 
Bcs 061 (p)s2
Bcs 061 (p)s2Bcs 061 (p)s2
Bcs 061 (p)s2
 
Cs 62 (p)s3
Cs 62 (p)s3Cs 62 (p)s3
Cs 62 (p)s3
 
Cs 62 (p)s1
Cs 62 (p)s1Cs 62 (p)s1
Cs 62 (p)s1
 
Cs 74 (p)s4
Cs 74 (p)s4Cs 74 (p)s4
Cs 74 (p)s4
 
Cs 65 (p)s3
Cs 65 (p)s3Cs 65 (p)s3
Cs 65 (p)s3
 
Bcs 061 (p)s4
Bcs 061 (p)s4Bcs 061 (p)s4
Bcs 061 (p)s4
 
Cs 68 (p)s4
Cs 68 (p)s4Cs 68 (p)s4
Cs 68 (p)s4
 
Cs 65 (p)s2
Cs 65 (p)s2Cs 65 (p)s2
Cs 65 (p)s2
 
Cs 68 (p)s1
Cs 68 (p)s1Cs 68 (p)s1
Cs 68 (p)s1
 
Co question 2009
Co question 2009Co question 2009
Co question 2009
 
Micrcontroller iv sem lab manual
Micrcontroller iv sem lab manualMicrcontroller iv sem lab manual
Micrcontroller iv sem lab manual
 
Shai
ShaiShai
Shai
 
B.tech (it) 5th and 6th sem
B.tech (it) 5th and 6th semB.tech (it) 5th and 6th sem
B.tech (it) 5th and 6th sem
 
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORYGE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
 
vyshnavi
vyshnavivyshnavi
vyshnavi
 
Cs 611 (p)s3
Cs 611 (p)s3Cs 611 (p)s3
Cs 611 (p)s3
 
Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016Dsp lab manual 15 11-2016
Dsp lab manual 15 11-2016
 
SE-IT JAVA LAB SYLLABUS
SE-IT JAVA LAB SYLLABUSSE-IT JAVA LAB SYLLABUS
SE-IT JAVA LAB SYLLABUS
 
Sudha Madhuri Yagnamurthy Resume 2 (5)
Sudha Madhuri Yagnamurthy Resume 2 (5)Sudha Madhuri Yagnamurthy Resume 2 (5)
Sudha Madhuri Yagnamurthy Resume 2 (5)
 

More from 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)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)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)s8

  • 1. No. of Printed Page : 1 SET - 8 BACHELOR IN COMPUTER APPLICATIONS (BCA Revised) Term-End Practical Examination 00147 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 to accept three digits (i.e. 0 - 9) and print all its possible combinations. 10 (For example if the three digits are 1, 2, 3 than all possible combinations are : 123, 132, 213, 231, 312, 321.) 2. Write a program to remove all leading and trailing blanks in a character string. 10 CS-74P/ S8 1 1,000