the spreadsheet below shows the age, grade level, major, and minor of four students in college. a purple…

the spreadsheet below shows the age, grade level, major, and minor of four students in college. a purple background in the major column indicates a student has previously changed his or her major.\nwhich task uses a simple parameter?\nsearching for freshman math students\nsearching for the oldest engineering students\nsorting by age, then by majors from a to z\nsorting from youngest to oldest

the spreadsheet below shows the age, grade level, major, and minor of four students in college. a purple background in the major column indicates a student has previously changed his or her major.\nwhich task uses a simple parameter?\nsearching for freshman math students\nsearching for the oldest engineering students\nsorting by age, then by majors from a to z\nsorting from youngest to oldest

Answer

Answer:

sorting from youngest to oldest

Explanation:

Step1: Analyze each option

Searching for freshman math students requires two parameters (year - freshman and major - math). Searching for the oldest engineering students needs to find the maximum age among engineering students, which is more complex. Sorting by age, then by majors from A - Z involves two parameters (age and major). Sorting from youngest to oldest only has one parameter (age). So the task with a simple parameter is sorting from youngest to oldest.