![EBK THINKING LIKE AN ENGINEER](https://www.bartleby.com/isbn_cover_images/8220103633512/8220103633512_largeCoverImage.jpg)
EBK THINKING LIKE AN ENGINEER
4th Edition
ISBN: 8220103633512
Author: OHLAND
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 18, Problem 1ICA
Create a written algorithm and flowchart to determine if a material is in the solid, liquid, or gaseous state given the temperature. The algorithm should acquire the name of the material, its freezing and boiling temperatures, and the actual temperature of the material from the user.
Expert Solution & Answer
![Check Mark](/static/check-mark.png)
To determine
Write an algorithm that determines the state of a material at a given temperature for user specified material, freezing point and boiling point.
Explanation of Solution
Known:
- If the temperature is below freezing point, the material is in solid state.
- If the temperature is above the boiling point, the material is in gaseous state.
Unknown:
- The type of the material.
- The freezing point of the material.
- The boiling point of the material.
Assumptions:
- Assume that the interpreter of the algorithm will input the type of material, freezing point of the material, boiling point of the material and the temperature of the material.
Algorithm:
- Input the type of material, the numerical value of freezing point of the material, boiling point of the material and the temperature of the material.
- Ask if the temperature of the material is less than the freezing point.
-
- a. If yes, state of the material is Solid.
- b. If no, ask if the temperature of the material is greater than the boiling point.
- 1. If yes, the state of the material is Gas.
- 2. If no, the state of the material is Liquid.
- Display the type of the material and the state of the material at the given temperature.
- End the process.
Rules for creating a proper linear flowchart are as follows.
- The flowchart contains START rectangle to mention the beginning of a process.
- All the actions must be mentioned within rectangles.
- Connection between the blocks must be mentioned with a one-directional arrow.
- The flowchart contains END rectangle to mention the end of a process.
Flowchart to determine the state of a material is given in Figure 1.
Conclusion:
Hence, the algorithm and the flowchart that determines the state of a material at a given temperature are created.
Want to see more full solutions like this?
Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
A telemetry system is used to quantify kinematic values of a ski jumper immediately before the jumper leaves the ramp. According to the system r=560 ft , r˙=−105 ft/s , r¨=−10 ft/s2 , θ=25° , θ˙=0.07 rad/s , θ¨=0.06 rad/s2 Determine the velocity of the skier immediately before leaving the jump.
The velocity of the skier immediately before leaving the jump along with its direction is ? I have 112.08 ft/s but can't seem to get the direction correct. Determine the acceleration of the skier at this instant.
At this instant, the acceleration of the skier along with its direction is ? acceleration is 22.8 ft/s^2 but need help with direction. Need help with velocity direction and acceleration direction please.
For Problems 18-22 (Table 7-27), design a V-belt drive.
Specify the belt size, the sheave sizes, the number of belts, the
actual output speed, and the center distance.
only 21
Chapter 18 Solutions
EBK THINKING LIKE AN ENGINEER
Ch. 18.1 - Create a written algorithm that determines the...Ch. 18.1 - Prob. 2CCCh. 18.1 - Create a flowchart that determines the dose of a...Ch. 18.1 - Create a flowchart that determines the state of...Ch. 18.2 - Prob. 5CCCh. 18.2 - Prob. 6CCCh. 18.3 - Assume the following variables have been defined:...Ch. 18.3 - Prob. 8CCCh. 18.3 - Write a short section of MATLAB code that will...Ch. 18.3 - Prob. 10CC
Ch. 18.3 - Prob. 11CCCh. 18.3 - Assume a user has responded to the question "Do...Ch. 18.3 - Assume a user has responded to the question "Do...Ch. 18.4 - Write MATLAB code to represent the following...Ch. 18.4 - Write MATLAB code to represent the following...Ch. 18.4 - Write a MATLAB function named sumTtUp that will...Ch. 18.4 - Prob. 17CCCh. 18.5 - A device constructed to throw various objects can...Ch. 18.6 - Prob. 19CCCh. 18.6 - Prob. 20CCCh. 18.7 - Write MATLAB code to modify the previous gravity...Ch. 18.7 - Write MAT LAB code using try-catch to ask the user...Ch. 18 - Create a written algorithm and flowchart to...Ch. 18 - The Occupational Safety Health Administration...Ch. 18 - Prob. 3ICACh. 18 - Create a flowchart that represents the following...Ch. 18 - Create an algorithm to classify a given altitude...Ch. 18 - Answer the following questions. a. For what...Ch. 18 - Answer the following questions. a. For what...Ch. 18 - For each task listed, write a single MAT LAB...Ch. 18 - Prob. 9ICACh. 18 - What is stored in variable A after each of the...Ch. 18 - What will be displayed by the following code in...Ch. 18 - Ask users to enter a matrix that could be any size...Ch. 18 - A menu is generated using the following code:...Ch. 18 - A menu is generated using the following code:...Ch. 18 - Write a program using if-elseif-else statements...Ch. 18 - Write a program using switch-case statements that...Ch. 18 - Prob. 17ICACh. 18 - Write a program that asks the user to enter the...Ch. 18 - Prob. 19ICACh. 18 - Assume you are required to generate the menus...Ch. 18 - Assume you are required to generate the menus...Ch. 18 - Prob. 22ICACh. 18 - Assume you are required to generate the menus...Ch. 18 - We go to a state-of-the-art amusement park. All...Ch. 18 - A phase diagram for carbon and platinum is shown....Ch. 18 - Prob. 27ICACh. 18 - Prob. 28ICACh. 18 - Prob. 29ICACh. 18 - The Apple TV is a personal video device created by...Ch. 18 - Prob. 2RQCh. 18 - Prob. 3RQCh. 18 - Create an algorithm to determine whether a given...Ch. 18 - The specific gravity of gold is 19.3. Write a...Ch. 18 - An unmanned X-43A scramjet test vehicle has...Ch. 18 - A rod on the surface of Jupiter's moon Callisto...Ch. 18 - The Eco-Marathon is an annual competition...Ch. 18 - Assume a variable R contains a single number....Ch. 18 - Prob. 10RQCh. 18 - Create a program to determine whether a...Ch. 18 - Create a program to determine whether a given Mach...Ch. 18 - Humans can see electromagnetic radiation when the...Ch. 18 - For the protection of both the operator of a...Ch. 18 - Prob. 15RQCh. 18 - Prob. 17RQCh. 18 - Your function should use polyfit to determine the...Ch. 18 - Prob. 19RQCh. 18 - Prob. 20RQCh. 18 - The variable grade can have any real number value...Ch. 18 - Write a MATLAB program that will allow the student...Ch. 18 - One of the 14 NAE Grand Challenges is Engineering...Ch. 18 - Prob. 25RQ
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.Similar questions
- only 41arrow_forwardNormal and tangential components-relate to x-y coordinates A race car enters the circular portion of a track that has a radius of 65 m. When the car enters the curve at point P, it is traveling with a speed of 120 km/h that is increasing at 5 m/s^2 . Three seconds later, determine the x and y components of velocity and acceleration of the car. I need help with finding the y component of the total acceleration. I had put -32 but its incorrect. but i keep getting figures around that numberarrow_forwardThe bracket BCD is hinged at C and attached to a control cable at B. Let F₁ = 275 N and F2 = 275 N. F1 B a=0.18 m C A 0.4 m -0.4 m- 0.24 m Determine the reaction at C. The reaction at C N Z F2 Darrow_forward
- Consider the angle bar shown in the given figure A W 240 mm B 80 mm Draw the free-body diagram needed to determine the reactions at A and B when a = 150 mm. This problem could also be approached as a 3-force body using method of Section 4.2B.arrow_forwardA telemetry system is used to quantify kinematic values of a ski jumper immediately before the jumper leaves the ramp. According to the system r=560 ft , r˙=−105 ft/s , r¨=−10 ft/s2 , θ=25° , θ˙=0.07 rad/s , θ¨=0.06 rad/s2 Determine the velocity of the skier immediately before leaving the jump. The velocity of the skier immediately before leaving the jump along with its direction is ? I have 112.08 ft/s but can't seem to get the direction correct. Determine the acceleration of the skier at this instant. At this instant, the acceleration of the skier along with its direction is ? acceleration is 22.8 ft/s^2 but need help with direction. Need help with velocity direction and acceleration direction please.arrow_forwardFor the stop bracket shown, locate the x coordinate of the center of gravity. Consider a = = 16.50 mm. 34 mm 62 mm 51 mm 10 mm 100 mm 88 mm 55 mm 45 mm The x coordinate of the center of gravity is mm.arrow_forward
- In the given figure, the bent rod ABEF is supported by bearings at C and D and by wire AH. The portion AB of the rod is 250 mm long, and the load W is 580 N. Assume that the bearing at D does not exert any axial thrust. H B A с 30° 250 mm D Z 50 mm 300 mm F 250 mm 50 mm W Draw the free-body diagram needed to determine the tension in wire AH and the reactions at C and D.arrow_forwardA 10-ft boom is acted upon by the 810-lb force as shown in the figure. D 6 ft 6 ft E B 7 ft C 6 ft x 4 ft W Draw the free-body diagram needed to determine the tension in each cable and the reaction at the ball-and-socket joint at A.arrow_forwardLocate the center of gravity of the sheet-metal form shown. Given: r = 26.40 mm . 50 mm 40 mm X 150 mm The center of gravity (✗) of the sheet-metal form is The center of gravity (Y) of the sheet-metal form is The center of gravity ( Z ) of the sheet-metal form is mm. mm. (Round the final answer to three decimal places.) mm.arrow_forward
- Determine the reactions at the beam supports for the given loading if W = 300 lb/ft . W 6 ft A 9 ft. 6 ft- The reaction at Bis lb. The reaction at A is lb. Barrow_forwardIn the given figure, the bent rod ABEF is supported by bearings at C and D and by wire AH. The portion AB of the rod is 250 mm long, and the load W is 580 N. Assume that the bearing at D does not exert any axial thrust. 30° 250 mm 300 mm 50 mm H B C D 50 mm W 250 mm Determine the reactions at C and D. (Include a minus sign if necessary.) The reaction at Cis N) j + N)k The reaction at Dis N) j + ( N)karrow_forwardConsider the angle bar shown in the given figure A B W 240 mm- 80 mm Determine the reactions at A and B when a = 150 mm and W = 320 N. The reaction at A is N ZI The reaction at Bis N.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Principles of Heat Transfer (Activate Learning wi...Mechanical EngineeringISBN:9781305387102Author:Kreith, Frank; Manglik, Raj M.Publisher:Cengage Learning
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305387102/9781305387102_smallCoverImage.gif)
Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
Dimensional Analysis - in physics; Author: Jennifer Cash;https://www.youtube.com/watch?v=c_ZUnEUlTbM;License: Standard youtube license