InterviewSolution
Saved Bookmarks
| 1. |
_________ time is time charged to the CPU(s) for the R expression.(a) elapsed(b) user(c) response(d) monitorI have been asked this question in an interview for job.I'd like to ask this question from R Profiler in division Profiling, Simulation and Data Analysis of R Programming |
|
Answer» RIGHT option is (a) elapsed Easiest EXPLANATION: Usually, the user time and elapsed time are relatively close, for STRAIGHT COMPUTING tasks. |
|