Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Having high blood pressure is a common problem among adults. New technologies using biometric monitoring devices can measure a patient's blood pressure at home. Other

Having high blood pressure is a common problem among adults. New technologies using biometric monitoring devices can measure a patient's blood pressure at home. Other than blood pressure, other information such as heart rate can also be monitored.

As a senior programmer, you are given following tasks:

  1. Create a structure that is able to store patient information: name, age, date, heart rate, systolic rate and diastolic rate.
  2. Create an array of 30 days for a patient data to be stored.
  3. Create a dynamic linked list data structure to enter one week (7 days) data for the patient.
  4. Display all the data for the seven days which is stored in the linked list data structure.
  5. Sort the data by highest heart rate and display the data stored in the linked list data structure.

The assessment will be done based on the following criteria:

  1. A proper writing of C codes: structure, efficiency and modular.
  2. The readability, consistency, naming and user interface
  3. Robustness and testing
  4. Complete documentation and correct submission.

Note: You MUST write C programming codes for this assignment. Codes written in C++ will not be accepted.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Heikki Topi, Jeffrey A Hoffer, Ramesh Venkataraman

13th Edition

0134773659, 978-0134773650

More Books

Students also viewed these Databases questions

Question

What is conservative approach ?

Answered: 1 week ago

Question

What are the basic financial decisions ?

Answered: 1 week ago