Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Computation with vectors is achieved using an element-by-element operation for avoiding _________

a) Loops
b) Functions
c) Packages
d) Interfaces

Answer: a
Explanation: Computation with vectors is achieved using an element-by-element operation. This is useful when writing code because it avoids ’for loops’.

Join The Discussion