1.

Computation with vectors is achieved using an element-by-element operation for avoiding _________(a) Loops(b) Functions(c) Packages(d) InterfacesI had been asked this question in my homework.I'm obligated to ask this question of Data Types topic in section Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Correct choice is (a) Loops

Easiest explanation: COMPUTATION with vectors is ACHIEVED using an element-by-element operation. This is useful when writing CODE because it AVOIDS ’for loops’.



Discussion

No Comment Found

Related InterviewSolutions