

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Data Structure knowledge and support exam preparation. Choose a topic below to get started.
1. |
Consider the 3 3 matrix {{2,1,-3},{6,3,4},{-2,3,0}}. What is the sum of the elements of the maximum sum rectangle? |
A. | 13 |
B. | 16 |
C. | 14 |
D. | 19 |
Answer» D. 19 | |
2. |
Consider the 2 2 matrix {{-1,-2},{-3,-4}}. What is the sum of elements of the maximum sum rectangle? |
A. | 0 |
B. | -1 |
C. | -7 |
D. | -12 |
Answer» C. -7 | |
3. |
Consider the 2 3 matrix {{1,2,3},{1,2,3}}. What is the sum of elements of the maximum sum rectangle? |
A. | 3 |
B. | 6 |
C. | 12 |
D. | 18 |
Answer» D. 18 | |