That’s because when you lie down your blood pressure changes and blood flow to the upper part of your body can increase,including the blood flow to your head and nasal passageways.This increased blood flow can inflame the vessels inside your nose and nasal passages which can cause or worsen congestion.Also you may just have a common cold which symptoms include nasal congestion,runny nose,and sneeze.You also may have an allergy.Consult with your doctor if it’s constantly happening and if it’s bothering you.Have a great day.
Characteristics of an Algorithm
Not all procedures can be called an algorithm. An algorithm should have the following characteristics −
Unambiguous − Algorithm should be clear and unambiguous. Each of its steps (or phases), and their inputs/outputs should be clear and must lead to only one meaning.
Input − An algorithm should have 0 or more well-defined inputs.
Output − An algorithm should have 1 or more well-defined outputs, and should match the desired output.
Finiteness − Algorithms must terminate after a finite number of steps.
Feasibility − Should be feasible with the available resources.
Independent − An algorithm should have step-by-step directions, which should be independent of any programming code.
Hope this helps!
(dont forget to give bainliest!)
What are the guidelines given?