Flowchart Assignment PDF

Title Flowchart Assignment
Author Aaron Arnona
Course Introduction To Engineering
Institution Texas Tech University
Pages 6
File Size 183.2 KB
File Type PDF
Total Downloads 88
Total Views 168

Summary

Our flowchart assignment with questions and solutions...


Description

Aaron Arnona 3/22/17 Joseph Dannemiller ENGR1315-004

Given/Find: This algorithm asks the user to enter the length of the opposite and adjacent sides of a right triangle with respect to an angle, T. After the user enters both values, the algorithm asks if the user wants to calculate sin(T), cos(T), or tan(T). The algorithm then displays value of the user’s specified trigonometric function. Solution:

Given/Find:

This algorithm asks the user for the side of a square and the diameter of a circle. The square must fit inside the circle. The output of the algorithm is the remaining area when the area of the square is subtracted from the area of the circle. If the square does not fit inside the circle, then the algorithm shows an error and asks the user again for the side of a square and the diameter of a circle. Solution:

Given/Find:

One of the responsibilities of a civil engineer is to estimate and schedule construction workers to complete projects. Construct a flowchart to make the estimation and scheduling faster. This algorithm asks the user for the following information: (i) Number of workers anticipated to work on the project (ii) Number of days it should take for the number of workers specified in (i) to complete the project (iii) Number of hours each worker from (i) is scheduled to work per day (iv) And then, due to a change in the labor force, the number of workers available when the project begins (v) Number of days until the project deadline (the number of days until the project must be completed) The algorithm will then calculate the required number of working hours/day, for each worker available in (iv), to complete the project on time per the number of days specified in (v). Soltion:...


Similar Free PDFs