Words of Wisdom:

"Cheating is admitting you CAN'T" - Teacher

Computer Science

  • Date Submitted: 11/25/2015 08:40 PM
  • Flesch-Kincaid Score: 68.8 
  • Words: 806
  • Essay Grade: no grades
  • Report this Essay
Computer Science (083) Practical File for Class XI |
Index for C++ Programming |
|
SN. | Program Description | Topic |
    1. | Write a program to play the following game:The player guesses a number from 2 to 19 and then the program generates three random numbers from 101 to 199. If the sum of the digits of any of these numbers matches the player’s number, then the player is declared a winner otherwise the player looses the game. | C++ Revision(Class XI) |
    2. | Write a function to generate the nth term in a Fibonacci sequence.   Use this function to print first N terms of the sequence. | C++ Revision(Class XI) |
    3. | Write programs to input the values of x and n and sum up n terms of each of the following series:1-+ -   . . . | C++ Revision(Class XI) |
    4. | WAP to generate n lines of the following patterns on the computer screen:     (i)   If n is 4, the output is               1   121 123211234321 | (ii) If n is 4, the output is         *******           *****           ***             * |
(iii) If n is 7, the output is               *   * * *   **     * *   *   * *               * | (iv) If n is 9, the output is             ** *           *   *           *     *
        *********           *******           ********             * |
    | C++ Revision(Class XI) |
    5. | Write a program to read a string and print out the following :   1) No. of capital alphabets,   2) No. of small alphabets,   3) No. of non-alphabets,   4) No. of Words.(Use suitable functions for each operation) | C++ Revision(Class XI) |
    6. | Write a program to read a string and print it after replacing each of its capital alphabets by the corresponding small alphabet and each small alphabet by its corresponding capital alphabet. | C++ Revision(Class XI) |
    7. | Write a program to input a string. If the string is a palindrome then concatenate “Hello Palindrome “, otherwise concatenate “Hello Non-palindrome “ with the given string. Then display the resultant...

Comments

Express your owns thoughts and ideas on this essay by writing a grade and/or critique.

  1. No comments