GEOMETRIC MATH FORMULAS Rectangles – Perimeter: The sum of all the sides. (2L + 2W) Area of a rectangle: length x width Area of a parallelogram: base x height Area of a trapezoid: h (B+b)/2 or “the sum of the bases, times the height, divided by 2” Triangles – The angles of a triangle = 180 Area of a triangle: b x h divided by 2 Pythagorean Theorem: a squared + b squared = c squared or hypotenuse Circles The radius of a circle is from the center to the perimeter. Diameter/2 Diameter is 2R Circumference is the distance around, π x diameter π = C/D (3.14) Area of a circle: π x r squared Volumes – Rectangle: l x w x h Cylinder: π x r squared x height Sphere: 4 x π x r cubed/3 Cone: π x r squared x height divided by 3 Miscellaneous – 3 x 4 = -12 -3 x (-4) = 12 -36 / 4 = -9 -75/(-3) = 25 PEMDAS = parentheses, exponents, multiply or divide from left to right, add or subtract from left to right American System Length 12 inches = 1 foot 3 feet = 1 yard 5280 feet = 1 mile 1760 yards = 1 mile Weight 16 ounces = 1 pound 2000 pounds = 1 ton Volume 8 fluid ounces = 1 cup 2 cups = 1 pint 2 pints = 1 quart 4 quarts = 1 gallon Metric System 1 kilometer (km) = 1000 meters 1 centimeter (cm) = 0.01 meter 1 millimeter (mm) = 0.001 meter 1 centimeter (cm) = 10 millimeters (mm) 1 kiloliter (kL) = 1,000 liters 1 liter (L) = 1000mL 1 milliliter (mL) = 0.001 liter Converting Temperature Celcius to Fahrenheit F = 1.8 x C + 32 Fahrenheit to Celcius C = 5 x F – 160/9
Blog
Trace the flow of lymph through the lymphatic system from ly…
Trace the flow of lymph through the lymphatic system from lymphatic capillaries to the subclavian veins. Hint include composition of lymph, types of trunks and ducts; drainage area etc.
The _____ model maps each user-level thread to one unique ke…
The _____ model maps each user-level thread to one unique kernel thread.
Suppose we have the following thread to return a long value…
Suppose we have the following thread to return a long value to the parent thread. void *return_long_thread(void *arg) { long n1=0; static long n2=0; long *p1 = (long *) malloc(sizeof(long)); if (p1==NULL) exit(); /* some work is done and the same value is saved into n1, n2 and *p1 */ return( ____________); } Which of the following should be used as return statement to be safe in any circumstances?
Suppose we have the following thread to return a long value…
Suppose we have the following thread to return a long value to the parent thread. void *return_long_thread(void *arg) { long n1=0; static long n2=0; long *p1 = (long *) malloc(sizeof(long)); if (p1==NULL) exit(); /* some work is done and the same value is saved into n1, n2 and *p1 */ return( ____________); } Which of the following should NOT be used as return statement in any circumstances?
Mandatory online meetings are on Tuesday and Thursdays 10:00…
Mandatory online meetings are on Tuesday and Thursdays 10:00-11:15am through Zoom! Office hours are on Tuesdays and Thursdays 11:30am–1:00pm through Zoom too What are the office hours for this course?
Given the grading policy of 25% for assignments in this cour…
Given the grading policy of 25% for assignments in this course, is it possible to pass the course without doing any assignments? True, but it would be very hard as you need to get perfect score in all exams, quizzes etc, right?
How many electrons are in the n=2 quantum shell of nitrogen?
How many electrons are in the n=2 quantum shell of nitrogen?
If the wavelength for an atomic relaxation transition is 769…
If the wavelength for an atomic relaxation transition is 769 nm, what would be the wavelength for an atomic relaxation transition with double the energy difference between quantum shells?
A centerpiece of the scientific method is the testing of wha…
A centerpiece of the scientific method is the testing of what?