Arrays (Part-II) Class 11 Computer Science Notes and Questions

Notes Class 11 Revision Notes

Please refer to Arrays (Part-II) Class 11 Computer Science notes and questions with solutions below. These revision notes and important examination questions have been prepared based on the latest Computer Science books for Class 11. You can go through the questions and solutions below which will help you to get better marks in your examinations.

Class 11 Computer Science Arrays (Part-II) Notes and Questions

Question 1 Define Multi-dimensional arrays.
Ans: Arrays which have more than one subscript or index value to access any element, is called multi-dimensional
array. These arrays can be 2 Dimensional or 3 Dimensional. For example:

Class 11 Computer Introduction and Arrays (Part-II) Notes and Questions

Q:2 What are the different ways to define two dimensional arrays?
Ans: Two dimensional array is a multidimensional array. It is also called Matrix. It stores values in tabular form. It
means it store values in rows and columns as shown below. The different ways to define two-dimensional arrays are
given below:

Class 11 Computer Introduction and Arrays (Part-II) Notes and Questions

Q:3 What is the importance of #define row 10?
Ans: #define is a pre-processor directive. It is used to define symbolic constants in the C program. In the given
example: #define row 10, a symbolic constant named row with value 10 is defined. During the execution of whole
program, value of row will be fixed, i.e. 10. We can not change the value of row during program execution. If we
change the value of row during design time, all occurrences of constant row will automatically changed to the new
value. We need not to change manually every occurrence of constant row in the program.

Arrays (Part-II) Class 11 Computer Science

We hope the above Arrays (Part-II) Class 11 Computer Science are useful for you. If you have any questions then post them in the comments section below. Our teachers will provide you an answer. Also refer to MCQ Questions for Class 11 Computer Science