Projects and RV - 10

Projects & RV

Grade 10 - Second Mid Term Syllabus and Question Pattern

Full Marks - 25


Chapter 4 - Programming in Python, Chapter 1 - Computer Network and Communication


Question Pattern

  1. User Defined Function (2 Questions × 2 Marks)
  2. Try-Except (1 Question × 4 Marks)
  3. CSV (1 Question × 4 Marks)
  4. Study the program - Panda (1 Question × 4 Marks)
  5. Case study - Chapter 1 (2 Questions × 2 Marks)
  6. Long question answer (1 Question × 5 Marks)

Revision Questions

  1. Write a Python program using a user-defined function to calculate the circumference of circle.
  2. Write a Python program using a user-defined function to calculate area of triangle.
  3. Write a Python program using a user-defined function to find smallest among two numbers.
  4. Write a Python program using a user-defined function to find whether the number is odd/even.
  5. Write a Python program using a user-defined function to find whether the number is positive, negative or zero.
  6. Write a Python program that accepts two numbers from the user and use try-except to handle a ValueError if the user enters a non-numeric value.
  7. Write a Python program that uses a variable to display its value. Use try-except to handle a NameError if the variable is not defined. And handles the division by zero error using try-except.
  8. To divide two numbers given by the user and handle the division by zero error using try-except.
  9. Write a Python program to create a CSV file and store the Roll Number, Name and Class of students. The program should continue accepting records according to the user's choice and stop when the user chooses not to continue.
  10. Write a Python program to read a CSV file containing Roll Number, Name and Marks and display only those records whose marks are greater than 80.
  11. Write a Python program to read a CSV file containing Roll Number, Name and Marks and display only those records whose marks are greater than 80 and name is Ram.
  12. Explain types of network topologies with suitable diagrams.
  13. Explain types of computer network with suitable diagrams.
  14. Differentiate between guided and unguided media.
  15. Differentiate between peer to peer architecture and client server architecture with suitable diagrams.
  16. What is intranet, how is it different from internet?
  17. How is broadband different from traditional dial up connection?
  18. Differentiate between IPV4 and IPV6.
  19. Why is satellite useful in remote or rural area?
  20. What are components of computer network?