1.

The elapsed time may be ________ than the user time if your machine has multiple cores/processors.(a) smaller(b) greater(c) equal to(d) nullThe question was posed to me during an interview for a job.This key question is from R Profiler in chapter Profiling, Simulation and Data Analysis of R Programming

Answer»

Correct ANSWER is (a) smaller

Explanation: The ELAPSED TIME may be greater than the user time if the CPU spends a LOT of time waiting around.



Discussion

No Comment Found

Related InterviewSolutions