Solved


NOT
If a not equal to zero, b = true, else, b = false.

9 days ago

Solved


OR
If a greater than zero or c less than 10, b = true, else, b = false.

9 days ago

Solved


AND
If a greater than 0 and n less than 10, b = true, else, b = false. (Checking a should be in one line by AND special sign in MAT...

9 days ago

Solved


Nested If(s)
If a greater than zero, then check, if a = greater that 1 and less than 10, then b = true, else, b = false.

9 days ago

Solved


If-Elseif-Else
If a more than zero, b = true, if a = zero , b = zero, else, b = false.

9 days ago

Solved


If-Else
If a more than zero, b = true, else, b = false.

9 days ago

Solved


If
If a more than zero, then b = true.

9 days ago

Solved


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

9 days ago

Solved


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

9 days ago

Solved


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

9 days ago

Solved


Basic Physics VII
Calculate the speed.

9 days ago

Solved


Basic Physics V
Calculate the Weight (w).

9 days ago

Solved


Basic Physics IV
Calculate the Work.

9 days ago

Solved


Basic Physics III
Calculate the Potential Energy (PE).

9 days ago

Solved


Basic Physics II
Get the Kinetic Energy (KE).

9 days ago

Solved


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

9 days ago

Solved


Basic Mathematics 2
If a 4’ x 8’ sheet of ½” plywood weighs W lbs and you cut an L” x L” robot base from this material, approximately how much weigh...

10 days ago

Solved


Basic Mathematics 1
If a robot is traveling on a north heading at v1 inches per second and has the ability to only make N degree changes in directio...

10 days ago

Solved


Resistance of a robot
What is the resistance of an industrial robot that draws P watts of power when connected to a power supply delivering V volts? R...

10 days ago

Solved


Voltage in a lamp
A lamp is measured to have a resistance of R ohms when it operates at a power of P Watts. What is the voltage (in volts) being a...

10 days ago

Solved


Resistance in a circuit
Two resistors with values of 6.0 ohms and 12 ohms are connected in parallel. This combination is connected in series with a 4 o...

10 days ago

Solved


Laws of motion 6

10 days ago

Solved


Laws of motion 3

10 days ago

Solved


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

10 days ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

10 days ago