InterviewSolution
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 CyclingThis question was posed to me during an internship interview.My enquiry is from Functions in portion Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming |
|
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. |
|