#include<stdio.h>
void main()
{
const float PI= 3.14;
float r,h,Area;
printf("Enter Radius and Height of the Cylder\n");
scnf("%f%f",&r,&h);
Area=(2*PI*r*h)+(2*PI*r*r);
printf("surface Area of Cylder is %f\n",Area);
return 0;
}
Pre-Lab Assignment # 2 Find out what the surface area of a cylinder is. Develop a...
2500 Lab Laboratory Eleven Advanced SLC Design Basic 1. A code sequence detector is a SLC which identifies a specific input sequence code, similar to a digital combinational lock 2. State assignment is the process of assigning a specfic binary code to each state of a state diagram or table The complexity of a SLC drcuit can be reduaed by using a state assignment other than a counting sequence. 3. Note: This preab assignment is worth 10 points. Lab is...
PHYS 111 Laboratory - Pre-lab #13 (ARCHIMEDES' PRINCIPLE) Student Name: Lab Day and Time: Due at the beginning of lab. All answers must be legibly handwritten for credit. Show all work. References: lab manual, textbook Ch. 13.1 -13.3. 1) (lab manual and Ch. 13.3) What is Archimedes' Principle? 2) (lab manual and Ch. 13.1) A cylinder of an unknown material has a mass mi = 0.0226 kg, a diameter d=0.0191 (remember this is two times the radius), and a height...
1) Given a coccus bacterium with a radius of 0.85 micrometers, what is its surface area to volume ratio, assuming it has perfect geometry? Report your answer as a decimal, for example a surface area of 1 μm2 with a volume of 3 μm3 would would yield SA / V = 0.67 μm-1. Do not include units when reporting your answer. The formula for the volume of a sphere in the lab manual is incorrect. Here are the formulas for...
Student Name Course/Section Date Instructor PRE-LAB ASSIGNMENT 1. A sample of an unknown liquid is vaporized in a 255-mL flask in a hot water bath at 100.0 C. The atmospheric pressure is 748 torr and the vapor is found to have a mass of 0.714 grams. What is the molecular mass of the vapor? 2 A gas is found to be 85.7 % carbon and 14.3 % hydrogen by mass. Its molecular mass was found to be 98.1 g/mol using...
Pre-lab Assignment Experiment 21-A Simple Electrical Circuits 1. (2 pts) Capacitors need to be treated with a little bit of respect and used carefully. What are two things mentioned in the lab about which you should be careful when using capacitors? 2. Suppose a light bulb is rated for a voltage of 1.8 V. At this voltage it draws a current of 0.054 A. a. (1 pt) Using Ohm’s Law, determine the resistance of the bulb. Show your work. b....
Pre-Lab Assignment 1. Draw separate free-body diagrams for each of the masses from Figure 6.1. Assume that mi > m2. Figure 6.1 2. Using the free-body diagrams for each mass, m, and m2, develop an equation for the acceleration of the system, in terms of mì, m, and g. Do this by using Newton's second law in the vertical direction to analyze each mass separately. This will give two equations that can be solved for acceleration. Hint: You may find...
please do prelab assignment
WEEK 2 PRE-LABORATORY ASSIGNMENT: Before you come to lab, clearly write out in your notebook all calculations necessary for the preparation of the three solutions listed in Part C. Be sure to pay close attention to units! Part C: Preparation of Sodium Sulfate Dilutions An X-fold dilution divides the concentration of a solution by a factor of X. For example: A 5-fold dilution of a 0.25 M stock solution would result in a 0.050 M final...
PRE-LABORATORY ASSIGNMENT 1. What are the three observations that a chemical reaction has occurred? 2. What are the types of reactions we are performing in this laboratory? Describe them in detail. 3. Write the general reactions for single and double displacement reactions. 4. You will be using the reactants below in this lab. Write the chemical formula for each name. Name Chemical Formula Name Chemical Formula Barium chloride BaCl2 Potassium chloride Sodium sulfate Cobalt(II) nitrate Hydrochloric acid Sodium carbonate Sodium...
Experiment #6 Ester Synthesis PRE-LAB ASSIGNMENT This pre-lab assignment is worth 5 points for this Experiment and should be completed on a separate page and turned in at the beginning of lab. 1. Read the experiment carefully 2. Safety Considerations: Summarize O safety and health hazards for working with glacial acetic acid, butanoic acid and petroleum ether. 3. Procedure: Summarize the procedure using a bullet list. Assume you are summarizing the procedure to a fully qualified chemist, i.e. don't include...
CSC151 JAVA PROGRAMMING LAB #7 OBJECTIVES . . . In this lab assignment, students will learn: To get an overview of exceptions and exception handling • To explore the advantages of using exception handling • To declare exceptions in a method header • To throw exceptions in a method • To write a try-catch block to handle exceptions To develop applications with exception handling To use the finally clause in a try-catch block To write data to a file using...