Vidyalelo
R Programming · Q32

Data Structures in R Programming

Programming · R Programming · question 32

Q32

Point out the wrong statement?

A.
Very less operations in R are vectorized
Answer
B.
Vectorization allows you to write code that is efficient, concise, and easier to read than in non-vectorized languages
C.
vectorized means that operations occur in parallel in certain R objects
D.
Matrix operations are also vectorized

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board