A programmer has been asked to create a module RollDice() to simulate multiple rolls of a dice. This module will be used as part of a program for a game. The module will: step 1 - take a positive integer parameter representing the number of times the dice will be rolled step 2 - simulate one roll of the dice by generating a random integer between 1 and 6 inclusive step 3 - output the integer generated step 4 - repeat, as required from step 2 step 5 - calculate the average value of the random integers generated step 6 - return the average value. Write pseudocode for the module RollDice()
✓ Correct Answer
The correct answer is —. This question tests the candidate's understanding of programming concepts within the Computer Sciencesyllabus. The examiner's mark scheme requires...
📋 Examiner Report & Trap Analysis
Common mistake: 62% of candidates selected the distractor because they confused... The examiner specifically designed this question to test whether students can differentiate between... To secure full marks, candidates must demonstrate...
Unlock the Examiner's Answer
Sign up for free to reveal the correct answer, the official mark scheme breakdown, and the examiner trap analysis for this question.
Sign Up Free to Unlock →Join thousands of Cambridge students already using Oracle Prep