SlideShare a Scribd company logo
No. of Printed Page :1                                                                       SET-3
      BACHELOR IN COMPUTER APPLICATIONS (BCA)
                       Term-End Practical Examination                                    00296
                                          June, 2011
     CS-74P : INTRODUCTION TO INTERNET PROGRAMMING

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

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


1.    Write a program to determine the sum of the following harmonic series for a given               10
      value
                                     1
      1+ Y + Y +
          2   3                    + —
                                     n
      The value of n should be given interactively-through the keyboard.


2.    Write a program to extract a portion of a character string, and print the extract string.       10
      Assume that m characters are extracted, starting with the nth character. The value of m and
      n should be accepted through the keyboard.




 CS-74P/S3                                         1                                                3,000

More Related Content

PDF
Cs 74 (p)s2
PDF
Cs 74 (p)s8
PDF
Cs 62 (p)s3
PPTX
Internet
DOC
The Power Of Namasmaran Dr Shriniwas Janardan Kashalikar
PDF
Techniques of differentiation further
PPS
Andalusia - Cordoba - Mezquita 2 (2010)
PPTX
Blogging vocabulary
Cs 74 (p)s2
Cs 74 (p)s8
Cs 62 (p)s3
Internet
The Power Of Namasmaran Dr Shriniwas Janardan Kashalikar
Techniques of differentiation further
Andalusia - Cordoba - Mezquita 2 (2010)
Blogging vocabulary

Viewers also liked (19)

PDF
Monfort Emath Paper1_printed
PPTX
Resonate
PPTX
Trigonometry and triangles
DOCX
Explanation of app
DOC
Poem (Composed )
DOC
Title Powerpoint
PPT
八上第一篇第三章維護生活環境
DOCX
Formato tabla
PDF
Treball col·laboratiu en l'elaboració de materials de divulgació
DOCX
Practica Trigonometria
DOC
Culture And Language Dr Shriniwas Kashalikar
PPS
Man rules
PPTX
Nuclear energy
PPTX
Fp growth
PDF
Cs 72 (p)s5
DOCX
English Written Task
PPT
香港六合彩
PPTX
Welcome To Prod Soc
PPTX
New Year, New You: Give 2012 a Heart Healthy Start!
Monfort Emath Paper1_printed
Resonate
Trigonometry and triangles
Explanation of app
Poem (Composed )
Title Powerpoint
八上第一篇第三章維護生活環境
Formato tabla
Treball col·laboratiu en l'elaboració de materials de divulgació
Practica Trigonometria
Culture And Language Dr Shriniwas Kashalikar
Man rules
Nuclear energy
Fp growth
Cs 72 (p)s5
English Written Task
香港六合彩
Welcome To Prod Soc
New Year, New You: Give 2012 a Heart Healthy Start!
Ad

Similar to Cs 74 (p)s3 (20)

PDF
Cs 74 (p)s7
PDF
Cs 74 (p)s1
PDF
Cs 74 (p)s4
PDF
Cs 74 (p)s5
PDF
Cs 74 (p)s6
PDF
Bcs 061 (p)s2
PDF
Cs 62 (p)s1
PDF
Bcs 061 (p)s3
PDF
Bcs 061 (p)s1
DOCX
DSP_Lab_MAnual_-_Final_Edition[1].docx
PDF
DSP_Lab_MAnual_-_Final_Edition.pdf
PDF
Bcs 061 (p)s4
PDF
Dsp file
PPS
C programming session 04
PDF
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
PDF
C Programming Lab manual 18CPL17
DOC
Lab 5 array
PDF
CBCS 2018 Scheme I sem Lab Manual for 18CPL17
PDF
Cs 68 (p)s3
PDF
Cs 74 (p)s7
Cs 74 (p)s1
Cs 74 (p)s4
Cs 74 (p)s5
Cs 74 (p)s6
Bcs 061 (p)s2
Cs 62 (p)s1
Bcs 061 (p)s3
Bcs 061 (p)s1
DSP_Lab_MAnual_-_Final_Edition[1].docx
DSP_Lab_MAnual_-_Final_Edition.pdf
Bcs 061 (p)s4
Dsp file
C programming session 04
GE3171-PROBLEM SOLVING AND PYTHON PROGRAMMING LABORATORY
C Programming Lab manual 18CPL17
Lab 5 array
CBCS 2018 Scheme I sem Lab Manual for 18CPL17
Cs 68 (p)s3
Ad

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
PDF
Cs 72 (p)s8
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)s4
Cs 72 (p)s2
Cs 72 (p)s1

Cs 74 (p)s3

  • 1. No. of Printed Page :1 SET-3 BACHELOR IN COMPUTER APPLICATIONS (BCA) Term-End Practical Examination 00296 June, 2011 CS-74P : INTRODUCTION TO INTERNET PROGRAMMING Time allowed : 1 hour Maximum Marks : 30 (VVeightage : 15%) Note : There are two compulsory questions, 10 marks each. 10 marks for viva—voce. All programs are to be written in Java. 1. Write a program to determine the sum of the following harmonic series for a given 10 value 1 1+ Y + Y + 2 3 + — n The value of n should be given interactively-through the keyboard. 2. Write a program to extract a portion of a character string, and print the extract string. 10 Assume that m characters are extracted, starting with the nth character. The value of m and n should be accepted through the keyboard. CS-74P/S3 1 3,000