Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
FSE100FinalExamStudyGuideQuestionswithComplete Solutions. A CAD model of an elevator is - Correct Answer Descriptive model Torque of a motor depends on its speed. As the speed decreases, the torque - Correct Answer increases instead A motor has a gear of 20 teeth directly attached to it. Meshed with the 20 teeth gear is another 40 teeth gear. What is the gear ratio of this system? - Correct Answer 2 A motor has a gearbox attached, of gear ratio is 0.5.
Typology: Exams
1 / 10
A CAD model of an elevator is - Correct Answer Descriptive model Torque of a motor depends on its speed. As the speed decreases, the torque - Correct Answer increases instead A motor has a gear of 20 teeth directly attached to it. Meshed with the 20 teeth gear is another 40 teeth gear. What is the gear ratio of this system? - Correct Answer 2 A motor has a gearbox attached, of gear ratio is 0.5. At the end of the gearbox, the torque will be _______________ than the motor speed. At the end of the gearbox, the speed will be _______________ than the motor speed. - Correct Answer lower , higher Electric current is the movement of - Correct Answer electrons with negative charge What are the units to measure current? - Correct Answer Amps The larger the value of a resistor in a circuit - Correct Answer the lower the current In an Arduino code there is a void setup() function. - Correct Answer - This is the code where pins are decided as input/output
The 2D drawing which is pulled (aka extruded) to produce something 3D is called a - Correct Answer sketch While making a 2D drawing you may notice, sometimes its lines and curves are blue and sometimes they are black. What is the difference? - Correct Answer black means all the dimensions in the sketch are defined What do we mean by rendering a body? - Correct Answer chose its color and lighting If you want to make a curved 3D shape by starting from a simpler 3D shape like a cylinder, - Correct Answer rotate the sketch about an axis What is at the center of the Engineering Design Process, literally? - Correct Answer Customers Which of the following is part of the POV statement - Correct Answer Insight While brainstorming different solutions, as a step of engineering design process: - Correct Answer Go for quantity of ideas Which of the following is the functional part of a laptop (not a physical part) - Correct Answer operating system Concept combination should be used during: - Correct Answer Brainstorming What are the three 'C' of KEEN Entrepreneurial Mindset? - Correct Answer - connections
ask them 'why' many times Which is a newer approach? - Correct Answer Customer Development Entrepreneurial Mindset is about - Correct Answer Solving relevant problems Which of the following does NOT apply to a project? - Correct Answer ongoing endeavor (not temporary) Which of the following does apply to a project? - Correct Answer a defined outcome/deliverable defined budget constrained resources What are the 6 constraints for project management? - Correct Answer Time Scope Resources Risk Quality Cost The first column of a Gantt Chart is - Correct Answer lists of tasks Which is the following is true regarding WBS? - Correct Answer It stands for work breakdown system it is usually made before making a Gantt chart What the first component of the 'Sandwich structure' in oral presentations? - Correct Answer Introduction What was the most important tip regarding preparing the presentations? It was repeated three times. - Correct Answer prepare and practice
What is the most important thing regarding the slide design (regarding formatting, fonts, background etc). - Correct Answer Consistency Should you use complete sentences in the slides? - Correct Answer Not recommended (to avoid crowding) Engineering drawing is a - Correct Answer Descriptive model How many 2D views do we usually need to fully show a 3D object? - Correct Answer 3 front view, top view, side view What does a dashed line ( - - - - - - - ) in a 2D drawing represent? - Correct Answer An edge hidden from view Which stage of the engineering design process involves imagining a wide variety of possible solutions to a problem? - Correct Answer Brainstorming Which stage of the engineering design process involves interviewing a client and creating a list of requirements? - Correct Answer Identify the problem Which stage of the engineering design process involves investing a large amount of resources towards turning a design concept into reality? - Correct Answer Implementation Which stage of the engineering design process involves exploring designs that have been previously created by others? - Correct Answer Research Which behaviors should you NOT do when interviewing a client? - Correct Answer - Ask questions that assume traits of the user based on gender or socioeconomic status.
Identify 5 Norms you would normally see used in teams. - Correct Answer - Share opinions and knowledge
Which of the following is part of the POV statement - Correct Answer Insight If you are designing a car, which of the following is a requirement and which of the following is a criteria. - Correct Answer Looks and appearance - Criteria It must be red - Requirement While brainstorming different solutions, as a step of engineering design process: - Correct Answer Go for quantity Which of the following is NOT one of the three C's of Entrepreneurial mindset? - Correct Answer Customers Why do we use models?Select all that apply. Correct! - Correct Answer - To test ideas before actually building them (save money!)
Even though the engineering design process is iterative and non-linear, still, arrange the following stages of the design process in the order they appear in the chart provided in the videos. - Correct Answer Identity & Define 1st and 2nd Research 3rd Imagine 4th Model 5th Create 6th Test 7th Improve 8th Which of the following are the correct statements? Select all that apply - Correct Answer - Criteria are used to judge different designs to see how good they are (e.g., low cost).
Why can't we control a dc motor by directly connecting it with Arduino? - Correct Answer All of the above Before you use digitalWrite/Read, you must always use the following function in the setup.
"The first robot to ever walk the moon was LunarRover [1-5]. Since 2045, about 5 other robots have made bases on lunar surface." What does [1-5] mean? - Correct Answer References to five sources about LunarRover There is a light sensor connected to analog input pin A1. And a small motor is controlled by pin3 and pin4. The code is supposed to make the motor go forward when the light sensor reads between 200 and 300, and reverse otherwise. Fill in the three blanks of the code. int y; void setup() { pinMode(A1, INPUT); pinMode(3, OUTPUT); pinMode(4, __________ );}void loop(){ y=analogRead(A1); if( (y>200) && (y<300) ) { digitalWrite(3, HIGH); digitalWrite(4, LOW); }else {digitalWrite(3, __________ );digitalWrite(4, __________ ); }} - Correct Answer Output, LOW, HIGH In an activity diagram / flow chart, a conditional statement is written inside a: - Correct Answer Diamond What will the following Arduino code print: int j=1; void setup() { Serial.begin(9600) ; } void loop () { for (j=1; j<4 ; j=j+1) { Serial.print(j); } } - Correct Answer 123123123....... --------> When two elements are in series. They have same - Correct Answer Current If you want to measure voltage across some element using digital multimeter (DMM), then you must connect the DMM in ________ with it. - Correct Answer Parallel Conventional current (not the flow of electrons) flows from - Correct Answer High to low What the first component of the 'Sandwich structure' in oral presentations? - Correct Answer Introduction Is it recommended to read from your notecards verbatim during the presentation? - Correct Answer NO What was the most important tip regarding preparing the presentations? It was emphasized by writing it three times consecutively. Write the one word answer:(Don't type any space) - Correct Answer Practice
What are the key features that differentiate technical communication from other forms of communication? - Correct Answer Concise yet complete Factual and quantitative Simple and user-centered What is the most important thing regarding the slide formatting (layout, fonts, background etc.) - Correct Answer consistency Should you use complete sentences in the slides? - Correct Answer Not Recommended Which of the following does NOT apply to a project? - Correct Answer on going endeavor (not temporary) The video lecture on Project management, mentions 6 constraints while working on the project.Which of these is not one of those 6? - Correct Answer Customer Req. The first column of a Gantt Chart is - Correct Answer List of task Milestone in a Gantt chart - Correct Answer is an event and not a task (i.e. has zero duration) is shown by diamonds/triangles etc is an important deadline of the project Which is the following is true regarding WBS? - Correct Answer Usually made before the GANTT chart