Test your basic knowledge |

Introduction To Engineering - 5

Subject : engineering
Instructions:
  • Answer 35 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. In MATLAB - change the 3rd element of the y series to the value - 15






2. Who is responsible for logic based algebra - which is used as arithmetic in computers?






3. Write a MATLAB legend

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


4. Write a MATLAB vector - a - including 2 - 4 - 6 - 8






5. Name four people who were engineers - but are famous for a non - engineering task/accomplishment. Also list what they did.






6. What are the steps for getting a Professional Engineering License?






7. Write a MATLAB plot - with x as a series - height as a y- vector - and the graph dotted ( : ) - red ( r ) - and with diamonds at the points ( d )

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


8. List the cons of having a PE license.






9. How do you plot a function - sin(theta) - with theta as 0:pi/2:pi






10. How would you transpose Matrix A?

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


11. What are the benefits of networking?






12. List some biblical principles against sexual harassment?

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


13. Write a matrix named name - from 1 to 9 - with 3 rows - 3 columns






14. Write a plot with an already determined x- series - and y- vector






15. Give a conflict of interest scenario






16. Explain how to define 'safe' in engineering design.






17. List the pros of having a PE license.






18. Bar or Members are always either in _____ or _____






19. How do you find the size of matrix 'name?'






20. What is the simple plot for y - which is a vector - with x increments of 1






21. Change the value in the matrix 'name' in the 2nd row - 3rd column - to the value 7






22. Write a MATLAB series - y - that starts at 2 - ends at 20 - and is incremented by 2






23. What is Ohm's Law?






24. What commands halt a program before plotting a graph






25. If there are 6 pins in a joint/pin analysis - there will be how many equations?






26. What are the 2 main statistics used in engineering?






27. What would you have done if you were in Chris' shoes - concerning the sexual harassment situation?






28. What MIT grad student wrote a Senior Thesis - relating boolean algebra to electrical circuits - where 0 represents circuit off - and 1 represents circuit on






29. Write how to add labels for the x- axis - y- axis - and title of a plot in MATLAB

Warning: Invalid argument supplied for foreach() in /var/www/html/basicversity.com/show_quiz.php on line 183


30. Why do engineers often also succeed in Liberal arts? Give an example?






31. What is the difference between scalar and vector?






32. What is Standard Deviation?






33. What does negative force mean?






34. When operating on vectors - write the 3 unique operators






35. Solve for X...AX=B - give