Latest Post:
Loading...

Project work Grade 11 2082

 PROJECT WORK

Submission Deadline: Chaitra 25
Dear Students,
Assignment Instructions
  • Solve all the questions provided in the paper on one-sided A4 white sheets.
  • Use a black pen to write the questions and a blue pen to write the answers.
  • Ensure your work is neat, clean, and well-organized.
  • Submit your completed project on or before Chaitra 25.

Project Questions:

  1. Write a program to check whether a given number is even or odd.
  2. Write a program to check whether the input number is negative, positive or zero.
  3. Write a program to check whether a given number is divisible by 5 but not by 11.
  4. Write a program to check whether a given year is a leap year or not.
  5. Write a program to find the greatest among three numbers.
  6. Write a program to input a number and display the sum of its digits.
  7. Write a program to check whether a given number is a palindrome or not.
  8. Write a program to check whether a given number is an Armstrong number or not.
  9. Write programs to display the following series:
    • 1, 5, 9, 13, … up to n terms
    • 1, 11, 111, 1111, 11111, …
    • 1, 4, 9, … up to the 10th term
    • 1, 1, 2, 3, … up to the 15th term
    • 1, 8, 27, … up to the 12th term
  10. Write a program to display the sum of even numbers from 1 to n.
  11. Write a program to display the Fibonacci series up to n terms.
  12. Write a program to display the factorial of a number.
  13. Write a program to display the multiplication table of a number.
  14. Write a program to display prime numbers from m to n.
  15. Write programs to display the following patterns:
    • 1
      1 2
      1 2 3
      1 2 3 4
      1 2 3 4 5
    • 1 2 3 4 5
      1 2 3 4
      1 2 3
      1 2
      1
  16. Write a program to search for a number from 10 numbers entered by the user.
  17. Write a program to input the ages of 15 students and count how many are between 20 and 30 years.
  18. Write a program to input 10 numbers and display the largest and smallest numbers.
  19. Write a program to input n numbers and sort them in descending order.
  20. Write a program to find the difference between two 3×3 matrices.
  21. Write a program to add two 3×4 matrices.
  22. Write a program to input 10 numbers and sort them in ascending order.
  23. Write a program to check whether a given string is a palindrome or not.
  24. Write a program to count the number of vowels and consonants in a string.
  25. Write a program to input the names of 10 students and sort them in alphabetical order.
  26. Explain any 4 string function with examples of each

 




 

Post a Comment