1. __________ prints out the function call stack after an error occurs. a) trace() b) traceback() c) back() d) all of the mentioned AnswerAnswer: b [Reason:] traceback() does nothing if there’s no error. 2. Point out the wrong statement : a) The primary task of debugging any R code is correctly diagnosing what the problem…