Saved Bookmarks
| 1. |
If two vectors with different lengths perform some operation, the elements of the shorter vector will be used again to complete the operation. This is referred to as _________________(a) Element Recycling(b) Recycling(c) Cycling(d) Element Cycling |
|
Answer» Correct choice is (a) Element Recycling For explanation: If two vectors with different lengths perform an operation, the elements of the shorter vector will be used again to complete the operation. This is referred to as element recycling. |
|