QUESTION 2 [30 MARKS] Alzheimer's disease is the sixth leading cause of death in the USA, killing more people than breast cancer and prostate cancer combined. Furthermore, the disease mortality rate also has surged by 89% since the year of 2000. Alzheimer's disease or similar kind of dementia affects estimated 44 million individuals globally. As a result, several studies on this disease have been conducted. Table 1 below shows the sample data for Alzheimer's disease reported cases in the USA in 2010. As a statistician, you must represent the collected data in a sorted format for comparison purposes. ID Gender Dominant hand 1 2 3 4 5 6 F F F M F M R R R R R R Age 74 55 73 74 52 82 Table 1 Education (Range 1-5) 2 4 4 5 3 2 Estimated Total Intracranial Volume 1344 1147 1454 1636 1321 1477 (a) A larger Total Intracranial Volume provides more cerebral reserve against the effects of Alzheimer's disease. Develop the Merge Sort program with the implementation of Structure Array in C programming language to sort all data input by the user. The sorting must be in descending order to show from best to worst values. The output of this program is shown in Figure 5.
(b) Before sorting the rows: ID 1 2 3 4 5 6 ID 4 6 Gender Hand Age R 74 55 73 74 3 1 5 2 FFFEFE M R R R After sorting the rows: Gender Hand M R R M TTT33 M F F RRRR F R R R R R R 52 82 Age 74 82 73 74 52 55 Figure 5 Edu NWMAANM 2 4 4 5 3 2 Edu AWNANSM 5 2 4 2 4 ETIV 1344 1147 1454 1636 1321 1477 ETIV 1636 1477 1454 1344 1321 1147 [23 Marks] By using the sorted list of Estimated Total Intracranial Volume generated as in Figure 5, illustrate how the Merge Sort processing cycle works. [7 Marks]
QUESTION 2 [30 MARKS] Alzheimer's disease is the sixth leading cause of death in the USA, killing more people than breas
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am