1. Discuss the concept of arrays of objects. Give examples (10 marks)
2. Write a program to get the average of 10 random numbers given by the user (10 marks)
3. List and describe the arithmetic operators available in C++ (5 marks)
4. List any benefits of Object Oriented Programming (10 marks)
5. List any 5 key words in C++ and describe them (5 marks)
6. Write a C++ program to construct a matrix of size m x n using the concept of constructor (10 marks)
7. Write a program which accepts a set of ten numbers and display the count of negative and the positive values which are entered (10 marks)
8. Write a program in C++ to find factors of a given number (10 marks)
9. Write a C++ program to generate Fibonacci series (10 marks)
10. Write a C++ program to sort an array in ascending order (20 marks)