A program displays a progress bar to inform the user of the progress of tasks that take a significant time to complete, such as those involving file transfer operations. Task progress is divided into 11 steps. Each step represents the amount of progress as a percentage. An image is associated with each step and each image is stored in a different file. Different progress bar images may be selected. For a given image, files all have the same filename root, with a different suffix. The table illustrates the process for using the image with filename root BargraphA Step | Percentage progress | Image filename | Image ---|---|---|--- 1 | < 10 | BargraphA-1.bmp | 2 | >= 10 and < 20 | BargraphA-2.bmp | 3 | >= 20 and < 30 | BargraphA-3.bmp | ... | ... | ... | ... 9 | >= 80 and < 90 | BargraphA-9.bmp | 10 | >= 90 and < 100 | BargraphA-10.bmp | 11 | 100 | BargraphA-11.bmp | A procedure Progress() will: • be called with two parameters: ο an integer representing the percentage progress (0 to 100 inclusive) ο a string representing the image filename root • generate the full image filename • call a procedure Display() using the full image filename as the parameter.
✓ Correct Answer
The correct answer is —. This question tests the candidate's understanding of string manipulation 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