wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Electrical Engineering Review

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

Where is electric charge located?

a)

In the empty space within atoms

b)

In the area surrounding atoms

c)

In the bonds between atoms

d)

In the particles that make up atoms

2.

What causes all forms of electricity?

a)

A battery that provides energy

b)

The movement of protons

c)

The movement of electrons

d)

A battery that separates particles in atoms

3.

How is a charged object able to move other objects from a distance?

a)

It becomes a battery, supplying electrical energy

b)

It becomes a magnet with a north and south pole

c)

It attracts or repels other objects with its electric field

d)

It sends or receives electrons from other objects

4.

In what way is current electricity like a river?

a)

In both cases, energy is carried by water

b)

Electricity wears down metal, like water wears down rock

c)

Electrons flow through a pathway, like water in a river

d)

The flow of both electrons and water is controlled by gravity

5.

What are electrons?

a)

Negatively charged subatomic particles

b)

Positively charged subatomic particles

c)

Neutrally-charged subatomic particles

d)

Negatively charged atoms

6.

Why is static electricity not useful as a power source?

a)

Because electrons aren't transferred in bursts of static electricity.

b)

Because all energy is released at once in static electricity.

c)

Because static electricity is not a real form of electricity.

d)

Because static electricity only occurs in lightning.

7.

How does rubber differ from most metals?

a)

Rubber is a good conductor; most metals are good insulators.

b)

Rubber conducts electrons; most metals conduct protons.

c)

Rubber is a good insulator; most metals are good conductors.

d)

Rubber is a good power source; most metals are good conductors.

8.

What device opens and closes an electric circuit?

a)

A switch

b)

A power source

c)

A load

d)

A current

9.

What type of robot is programmed to perform tasks using an onboard computer or controller?

a)

Autonomous

b)

Tethered

c)

Remote control

10.

When Machines control machines, it is called _____

a)

local control

b)

control system

c)

machine operation

d)

automation

11.

Computers use the _____ number system to count.

a)

base 10

b)

numeric

c)

binary

d)

base 100

12.

What devices convert non-electrical conditions into electrical values?

a)

transducers

b)

motors

c)

grippers

d)

microcontrollers

13.

What devices convert input signals into mechanical, light, heat, or sound energy?

a)

transducers

b)

motors

c)

grippers

d)

microcontrollers

14.

An ordered set of instructions that control machine operation is called _____.

a)

an operation manual

b)

machine rules

c)

autonomous rules

d)

a computer program

15.

_____ is an area of research derived from combining mechanical engineering, electrical engineering, computer engineering, and computer science.

a)

Programming

b)

Mechatronics

c)

Automation

d)

Thermodynamics

16.
  1. An electric circuit exists when we can create a path that allows _____ to flow.

a)

electrons

b)

plasma

c)

protons

d)

gremlins

17.

In an electric circuit, the source of electricity will want to push electrons at a certain pressure. _____ is a measure of this pressure.

a)

Resistance

b)

Amperage

c)

Capacity

d)

Voltage

18.

In an electrical circuit, the number of electrons in motion is called the _____ or current.

a)

Resistance

b)

Amperage

c)

Capacity

d)

Voltage

19.

Which of the following statements most accurately describes the circuit?

a)

The Leonardo microcontroller will push 5V from pin 13.

b)

The resistor drops the voltage from 5V to 3V so that the LED does not overheat.

c)

Electrons flow through the closed circuit causing the LED to light.

d)

All of the other choices.

20.

The _____ programming command is used to set the value (HIGH or LOW) of a digital pin.

a)

delay

b)

pinMode

c)

digitalWrite

d)

int

21.

The _____ programming command instructs the program to wait for a specified amount of time.

a)

delay

b)

pinMode

c)

digitalWrite

d)

int

22.

To turn the LED on for two seconds, and then off for two seconds, you would need to replace delay(1000) (see lines 9 and 11 in the program above) with _____.

a)

delay(2s)

b)

delay(2000)

c)

wait(2000)

d)

wait(2s)

23.

Which of these statements most accurately describes what happens when the switch is pushed?

a)

Electricity will flow from ground (GND), through the resistor and switch, and finally into pin 2 on Leonardo microcontroller.

b)

Electricity will flow from the 5V POWER pin on the Leonardo microcontroller, through the switch, and then into pin 2 on the Leonardo microcontroller.

c)

Electricity will flow from pin 2 on Leonardo microcontroller, through the switch, and then into the 5V POWER pin on the Leonardo microcontroller.

d)

Electricity will flow from pin 2 on Leonardo microcontroller, through the switch and resistor, and finally to ground (GND).

24.

In the new circuit, pin 2 is defined as a/an _____.

a)

OUTPUT

b)

THROUGHPUT

c)

INPUT

d)

DIGITAL PIN

25.

The _____ programming command is used to read the value (HIGH or LOW) of a digital pin.

a)

digitalRead

b)

pinMode

c)

digitalWrite

d)

int

26.

The _____ statement allows you to make something happen (or not) depending on whether a given condition is true (or not).

a)

digitalRead

b)

digitalWrite

c)

if

d)

pinMode

27.

Which of the following most accurately describes the purpose of line 13 in the program?

a)

A. Read the value of the variable sw_Read, then stop the program.

b)

B. If pin 2 is HIGH (button pushed), execute the group of commands that follow.

c)

C. Read the value of the variable sw_Read, then execute the group of commands that follow.

d)

D. If pin 2 is HIGH (button pushed), stop the program.

28.

A motor controller controls the _____ and _____ of the motors.

a)

charge, state

b)

speed, direction

c)

voltage, amperage

d)

voltage, capacity

29.

Which of the following most accurately describes what happens when lines 23 through 26 in the program are executed?

a)

Both motors move forward.

b)

Both motors stop.

c)

Motor 1 moves forward.

d)

Both motors move in reverse.

30.

Which of the following most accurately describes what happens when lines 28 through 31 in the program are executed?

a)

Both motors move forward.

b)

Both motors stop.

c)

Motor 1 moves forward.

d)

Both motors move in reverse.