Comprehensive Overview of ENGR 10 Course Topics

undefined
 
ENGR 10 Course Wrap-up
ENGR 10 Course Wrap-up
 
Fall 2020
Fall 2020
 
1
 
2
 
F
i
n
a
l
 
E
x
a
m
 
O
n
l
i
n
e
 
i
n
 
C
a
n
v
a
s
 
(
b
o
t
h
 
L
e
c
t
u
r
e
 
S
e
c
t
i
o
n
s
)
 
E
n
g
r
1
0
 
F
i
n
a
l
 
E
x
a
m
 
Wednesday, Dec. 16, 10:00am to 11:30am
 
You can have an 8 ½ by 11 inch review sheet. Only one
side, hand written or typed, font size 10
 
Basic calculator
 
Final Exam Review Quiz (Due Dec. 15, 11:59pm)
 
A
r
e
a
s
 
o
f
 
s
t
u
d
y
(
s
h
o
u
l
d
 
i
n
c
l
u
d
e
 
b
u
t
 
n
o
t
 
l
i
m
i
t
e
d
 
t
o
)
:
 
U
n
i
t
s
E
x
c
e
l
Basic operations 
(*, -, /, +)
Functions
 
logical (if, countif, etc.) statistical (mean, variance)
Cells:
 
programming and copying
Plotting:
 
what makes a complete correct graph
Selecting the correct type of graph
T
e
c
h
n
i
c
a
l
 
w
r
i
t
i
n
g
The basic sections of a report
Proper formatting for figures and tables
Issues of audience and purpose
APA formatting for references
S
o
l
i
d
W
o
r
k
s
Basic commands: Extrusion, Revolve, Sweep and Loft.
 
3
 
A
r
e
a
s
 
o
f
 
s
t
u
d
y
(
s
h
o
u
l
d
 
i
n
c
l
u
d
e
 
b
u
t
 
n
o
t
 
l
i
m
i
t
e
d
 
t
o
)
:
 
E
t
h
i
c
s
S
o
l
a
r
 
C
e
l
l
s
Basic concepts, how they work, basic composition of atoms
Conductors, insulators, semiconductors
N, P type
PN junction, electrons, holes
Cells in a circuit: series, parallel
Ohm’s Law to calculate V, R and I
Structural Behavior
Definition of stiffness
Moment of Inertia
Relative stiffness of different  structural elements
Relative stiffness of different  materials
 
4
 
A
r
e
a
s
 
o
f
 
s
t
u
d
y
(
s
h
o
u
l
d
 
i
n
c
l
u
d
e
 
b
u
t
 
n
o
t
 
l
i
m
i
t
e
d
 
t
o
)
:
 
C
 
P
r
o
g
r
a
m
m
i
n
g
IF Statements
IF-ELSE Statements
WHILE Statements
Basics of robot programming
Getting the wheels to turn forwards and backwards
Making the bumper switches and limit switches work
E
n
e
r
g
y
 
a
n
d
 
P
o
w
e
r
Calculations of power and energy for mechanical systems
PE = mgh        KE = mv
2
/2
Work = Force X Distance
Calculations of power and energy for electrical systems
Efficiency
 
5
 
A
r
e
a
s
 
o
f
 
s
t
u
d
y
(
s
h
o
u
l
d
 
i
n
c
l
u
d
e
 
b
u
t
 
n
o
t
 
l
i
m
i
t
e
d
 
t
o
)
:
 
S
u
s
t
a
i
n
a
b
i
l
i
t
y
Sustainability concepts
Recycling and resource use
Greenhouse gases and effects
E
n
g
i
n
e
e
r
i
n
g
 
a
s
 
a
 
p
r
o
f
e
s
s
i
o
n
Licensure requirements, training, testing
Engineering majors, specialization
Lifelong learning
E
n
g
i
n
e
e
r
i
n
g
 
d
e
s
i
g
n
Function, form, materials
Process - Basic elements of engineering design process
Human factors
 
6
What is the final value of A?
Int A;
Int i;
A = 0;
i = 0;
while (i < 3)
{
  A = A + i;
  i = i + 1;
}
Ans. (A) 2, (B) 3, (C)4, (D) 6, (E)10
7
 
What is the Stiffness of this Beam?
 
If you increase the length of this beam what will
happen to its 
stiffness
?
 
a)
I
n
c
r
e
a
s
e
b
)
 
D
e
c
r
e
a
s
e
 
Double the length of this beam. What will
happen to its 
stiffness
?
a)
1
/
8
 
x
 
s
t
i
f
f
n
e
s
s
 
b
)
 
1
/
2
 
x
 
s
t
i
f
f
n
e
s
s
 
c
)
 
2
 
x
 
s
t
i
f
f
n
e
s
s
 
d
)
 
8
 
x
 
s
t
i
f
f
n
e
s
s
 
Consider a wind turbine design.
If you 
double the length of the blades
, what
happens to the 
power
 it produces?
 
a)
1
/
2
 
x
 
p
o
w
e
r
 
b
)
 
2
 
x
 
p
o
w
e
r
c
)
 
4
 
x
 
p
o
w
e
r
 
d
)
 
8
 
x
 
p
o
w
e
r
 
e
)
 
1
6
 
x
 
p
o
w
e
r
 
P (power) = ½ 
 A V
3 
 
 
a)
1
/
2
 
x
 
p
o
w
e
r
 
b
)
 
s
a
m
e
 
p
o
w
e
r
c
)
 
2
 
x
 
p
o
w
e
r
 
d
)
 
4
 
x
 
p
o
w
e
r
 
e
)
 
8
 
x
 
p
o
w
e
r
Consider a wind turbine design.
If the 
efficiency is increased by a factor of 2
,
what happens to the 
power
 it produces?
 
P (power) = ½ 
 A V
3 
Power Calculation
Power Calculation
 
T
h
e
 
f
o
l
l
o
w
i
n
g
 
e
x
p
r
e
s
s
i
o
n
 
c
a
n
 
b
e
 
u
s
e
d
 
t
o
c
a
l
c
u
l
a
t
e
 
p
o
w
e
r
:
 
P
o
w
e
r
 
=
 
F
o
r
c
e
 
×
 
S
p
e
e
d
True/False
True/False
 
Answer:
Answer:
Power = work/time
Power = work/time
           = force 
           = force 
X
X
 
 
distance/time
distance/time
           = force 
           = force 
X
X
 speed
 speed
13
 
T
r
u
e
E
n
g
i
n
e
e
r
s
 
s
h
a
l
l
 
u
n
d
e
r
t
a
k
e
 
a
s
s
i
g
n
m
e
n
t
s
o
n
l
y
 
w
h
e
n
 
q
u
a
l
i
f
i
e
d
 
b
y
 
e
d
u
c
a
t
i
o
n
 
o
r
e
x
p
e
r
i
e
n
c
e
 
i
n
 
t
h
e
 
s
p
e
c
i
f
i
c
 
t
e
c
h
n
i
c
a
l
 
f
i
e
l
d
s
i
n
v
o
l
v
e
d
 True
 True
True/False
14
You type the following command in cell A8
=COUNTIF(C2:C7,>2005), What will appear in
cell A8?
D) error , it should be 
=COUNTIF(C2:C7,”>2005”)
A
)
 
2
 
 
 
 
 
B
)
 
3
 
 
 
 
 
C
)
 
4
 
 
 
 
 
D
)
 
e
r
r
o
r
15
I have collected some data from a wind
turbine test. 
 
A.
Linear
B.
Quadratic
C.
Cubic
D.
Exponential
E.
Any function that minimizes R
2
What kind of trend line
should I select?
W
h
y
?
16
 
P (power) = ½ 
 A V
3 
What is the current flowing between
point 2 and point 7?
 
V= IR
V= IR
9 V = I
9 V = I
1
1
(10 k
(10 k
Ω
Ω
)
)
I
I
1
1
 = 9/10,000 = 0.9 mA
 = 9/10,000 = 0.9 mA
17
What is the typical efficiency of a wind
turbine?
 
 
A.
90%-100%
B.
75% - 80%
C.
35% - 45%
D.
20% - 30%
E.
10% - 15%
18
 
 
(a)
0.3 
Ω
(b)
3.1 
Ω
(c)
0.03 
Ω
(d)
30 K
Ω
(e)  30 
Ω
From the values given in the diagram below, what is
the resistance (R) of an IPod?
19
If you use the Sweep command in SolidWorks to
create a feature, which statement is true?
 
 
A.
A solid with round edges is created
B.
A solid with variable cross section is created
C.
A solid with a uniform cross section is created
D.
A solid with hollow section is created
E.
None of the above
20
What value of x will cause the motor to be stopped
for a Cortex controller: SetMotor(2, x)?
 
 
A.
127
127
B.
125
125
C.
0
0
D.
255
255
E.
265
265
21
What is the meaning of the value 2 in this
statement: SetMotor(2, x)?
 
The motor is plugged into slot
The motor is plugged into slot
(Port) #2 on the controller.
(Port) #2 on the controller.
22
 
23
 
Goodbye
 
Adios
Auf Wiedersehn
Sayonara
Alavida
Au Revoir
Shalom
Arrivederci,  Ciao
Aloha
Khodahafez
Proshchay
ќ
xn
Zàijiàn
Paalam filipino
خداحافظ
 
Прощай
 
ลาก่อน
 
Tạm biệt
 
 
अलविदा
Slide Note
Embed
Share

Covering a wide range of subjects from Excel basics to SolidWorks commands, the ENGR 10 course encompasses areas such as technical writing, ethics, structural behavior, C programming, energy calculations, sustainability, and more. Students can expect to explore concepts like solar cells, Ohm's Law, stiffness, and energy efficiency in this well-rounded engineering curriculum.

  • Engineering Education
  • Technical Skills
  • Sustainability Concepts
  • Energy Calculations
  • Structural Behavior

Uploaded on Sep 28, 2024 | 1 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. ENGR 10 Course Wrap-up Fall 2020 1

  2. Engr10 Final Exam Final Exam Online in Canvas (both Lecture Sections) Wednesday, Dec. 16, 10:00am to 11:30am You can have an 8 by 11 inch review sheet. Only one side, hand written or typed, font size 10 Basic calculator Final Exam Review Quiz (Due Dec. 15, 11:59pm) 2

  3. Areas of study (should include but not limited to): Units Excel Basic operations (*, -, /, +) Functions logical (if, countif, etc.) statistical (mean, variance) Cells: programming and copying Plotting: what makes a complete correct graph Selecting the correct type of graph Technical writing The basic sections of a report Proper formatting for figures and tables Issues of audience and purpose APA formatting for references SolidWorks Basic commands: Extrusion, Revolve, Sweep and Loft. 3

  4. Areas of study (should include but not limited to): Ethics Solar Cells Basic concepts, how they work, basic composition of atoms Conductors, insulators, semiconductors N, P type PN junction, electrons, holes Cells in a circuit: series, parallel Ohm s Law to calculate V, R and I Structural Behavior Definition of stiffness Moment of Inertia Relative stiffness of different structural elements Relative stiffness of different materials 4

  5. Areas of study (should include but not limited to): C Programming IF Statements IF-ELSE Statements WHILE Statements Basics of robot programming Getting the wheels to turn forwards and backwards Making the bumper switches and limit switches work Energy and Power Calculations of power and energy for mechanical systems PE = mgh KE = mv2/2 Work = Force X Distance Calculations of power and energy for electrical systems Efficiency 5

  6. Areas of study (should include but not limited to): Sustainability Sustainability concepts Recycling and resource use Greenhouse gases and effects Engineering as a profession Licensure requirements, training, testing Engineering majors, specialization Lifelong learning Engineering design Function, form, materials Process - Basic elements of engineering design process Human factors 6

  7. What is the final value of A? Int A; Int i; A = 0; i = 0; while (i < 3) { A = A + i; i = i + 1; } Ans. (A) 2, (B) 3, (C)4, (D) 6, (E)10 7

  8. What is the Stiffness of this Beam? Deflection of a Cantilever Beam Support F = force L = length = deflection = FL3 3EI Fixed end K=F =3EI L3

  9. If you increase the length of this beam what will happen to its stiffness? Deflection of a Cantilever Beam Support F = force L = length = deflection = FL3 3EI Stiffness Fixed end K=F =3EI L3 a) Increase b) Decrease

  10. Double the length of this beam. What will happen to its stiffness? Deflection of a Cantilever Beam Support F = force L = length = deflection = FL3 3EI Fixed end a) 1/8 x stiffness b) 1/2 x stiffness c) 2 x stiffness d) 8 x stiffness

  11. Consider a wind turbine design. If you double the length of the blades, what happens to the power it produces? P (power) = A V3 a) 1/2 x power b) 2 x power c) 4 x power d) 8 x power e) 16 x power

  12. Consider a wind turbine design. If the efficiency is increased by a factor of 2, what happens to the power it produces? P (power) = A V3 a) 1/2 x power b) same power c) 2 x power d) 4 x power e) 8 x power

  13. Power Calculation The following expression can be used to calculate power: Power = Force Speed True/False Answer: Power = work/time = force X distance/time = force X speed True 13

  14. Engineers shall undertake assignments only when qualified by education or experience in the specific technical fields involved True True/False 14

  15. You type the following command in cell A8 =COUNTIF(C2:C7,>2005), What will appear in cell A8? D) error , it should be =COUNTIF(C2:C7, >2005 ) A) 2 B) 3 C) 4 D) error 15

  16. I have collected some data from a wind turbine test. Wind Velocity vs. Power What kind of trend line should I select? 600 500 400 Power, watts 300 200 100 A. Linear B. Quadratic C. Cubic D. Exponential E. Any function that minimizes R2 0 0 10 20 30 40 50 Wind velocity, mph Why? P (power) = A V3 16

  17. What is the current flowing between point 2 and point 7? V= IR 9 V = I1(10 k ) I1 = 9/10,000 = 0.9 mA 17

  18. What is the typical efficiency of a wind turbine? A. 90%-100% B. 75% - 80% C. 35% - 45% D. 20% - 30% E. 10% - 15% 18

  19. From the values given in the diagram below, what is the resistance (R) of an IPod? 0.1A + + 3v IPod - - (a) 0.3 (b) 3.1 (c) 0.03 (d) 30 K (e) 30 19

  20. If you use the Sweep command in SolidWorks to create a feature, which statement is true? A. A solid with round edges is created B. A solid with variable cross section is created C. A solid with a uniform cross section is created D. A solid with hollow section is created E. None of the above 20

  21. What value of x will cause the motor to be stopped for a Cortex controller: SetMotor(2, x)? A. 127 B. 125 C. 0 D. 255 E. 265 21

  22. What is the meaning of the value 2 in this statement: SetMotor(2, x)? The motor is plugged into slot (Port) #2 on the controller. 22

  23. Goodbye Adios Auf Wiedersehn Sayonara Alavida Au Revoir Shalom Arrivederci, Ciao Aloha Khodahafez Proshchay L xn Z iji n Paalam filipino goodbye1 T m bi t 23

Related


More Related Content

giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#giItT1WQy@!-/#