1. _________ ensures reproducibility of the sequence of random numbers. a) sets.seed() b) set.seed() c) set.seedvalue() d) all of the mentioned AnswerAnswer: b [Reason:] Setting the random number seed with set.seed() ensures reproducibility of the sequence of random numbers. 2. Point out the correct statement : a) When simulating any random numbers it is not…