Final answer:
The question is about creating a flowchart to find the highest number among 10 unique whole numbers and also involves statistical sampling methods for quiz scores.
Step-by-step explanation:
The question involves creating a flowchart that accepts 10 unique whole numbers and then prints out the highest number. This task is a basic exercise in programming logic and data processing, which falls under the Computers and Technology category. However, since it relates to numerical comparison, it leans towards Mathematics equally.
To create such a flowchart, you would start with a step to initialize a maximum value variable. Next, you would have a loop that runs 10 times asking for input each time. Inside the loop, you compare each entered number with the current maximum value and update the maximum if necessary. After completing the loop, you would output the highest number recorded.
Regarding the steps for creating a systematic sample of 12 quiz scores using a random integer function from a calculator, the process relates to sampling methods, a concept seen in statistics within Math.