1.

What is the memory limit in R for 32 bit system?(a) 8 TB(b) 9TB(c) 10TB(d) 3GBThe question was asked in final exam.I need to ask this question from Functions in section Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Right option is (d) 3GB

To explain I would SAY: 8TB is the memory limit for 64-bit system memory and 3GB is the limit for 32-bit system memory. A solid UNDERSTANDING of R’s memory management will help you predict how much memory you’ll need for a given TASK.



Discussion

No Comment Found

Related InterviewSolutions