Question: Write an algorithm in PSEUDOCODE (NOT A PROGRAMMING LANGUAGE CODE LIKE C++) or Nassi-Schneidermann-diagram During exercise, we measured our current blood pressure and heart rate

Write an algorithm in PSEUDOCODE (NOT A PROGRAMMING LANGUAGE CODE LIKE C++) or Nassi-Schneidermann-diagram

During exercise, we measured our current blood pressure and heart rate every 5 seconds. What is the minimum positive value for which the blood pressure/heart rate ratio fluctuates a constant with a tolerance? Which value does it fluctuate around?

EXAMPLE TASK (the solution should be similar like in the example):

Task: On a railway line, a train conductor at each station recorded how many people boarded the train. Enter a station where more people took off than at the previous station, but both had take-offs. (Input, output, prerequisite, algorithm)!

Solution:

Input: n-->N, A-->Nn

Output: Exists-->L, S-->N

Prerequisite: n>2

Name of the algorithm: linear search algorithm

Algorithm (Nassi-Schneidermann-Diagram OR pseudocode, the diagram represents sequences, loops and else-if statements, so pseudocode written solutions are also good!)

Write an algorithm in PSEUDOCODE (NOT A PROGRAMMING LANGUAGE CODE LIKE C++)

i:=2 i=0 s A[i-1]>0 s A[i]>A[i-1]) i:=i+1 Exists:=i0 s A[i-1]>0 s A[i]>A[i-1]) i:=i+1 Exists:=i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!