Шукаєте відповіді та рішення тестів для ENG1013 - Engineering Smart Systems - S1 2025? Перегляньте нашу велику колекцію перевірених відповідей для ENG1013 - Engineering Smart Systems - S1 2025 в learning.monash.edu.
Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!
In the circuit below, vs = 1 Volts, R1 = 9Ω, R2 = 7Ω. Find i in Amps. Give your answer to 3 decimal places.
In the circuit below, i = 4.2 Amps, R1 = 8.3Ω and R2 = 9.4Ω. Find Vs in Volts to 2dp.
How many loops are there in this circuit? Express your answer as an integer.
For the loop picture below, v1 = 0 V, v2 = 0 V and v3 = 2 V. Find vx in Volts.
At the node picture below, i1 = -2 A, i2 = -3 A and i3 = 2 A. Find ix in Amps.
What is the power absorbed in Watts by a resistor with resistance of 9.7Ω connected to a current source of 1 Amps? Give your answer to 3 dp.
If i = 1A, v = -5V, the circuit element below is supplying power. True or false?
This is an individual assessment competency hurdle task. If you have questions or need help, ask privately on the forums. Students caught working together will be awarded an automatic fail.
If you do not know where to begin, make sure you have completed the timer activity in the final lab.
Design a circuit using at least one logical gate (implementing MOSFETs) and a 556 timer that alternatively flashes two LEDs (red and green).
This is an individual assessment competency hurdle task. If you have questions or need help, ask privately on the forums. Students caught working together will be awarded an automatic fail.
Write a python program to calculate the penalty for speeding in Victorville using the conditions in the table provided below. Note that the conditions in the table shown are not in the correct sequence - conditional statements must be written in the right order, so make sure you read all of the conditions and then decide on the most appropriate order for them.
Your program will need to contain two sections, a main() function and a determine_overspeed_penalties() function.
The main() function has no parameters and contains the logic as follows:
At any time, if the user hits CTRL+C (Keyboard Interrupt), the program should end after printing 'Exiting program now'.
The determine_overspeed_penalties() function has the three parameters vehType, roadSpeed, speedLimit:
The function should contain the logic as follows:
| Exceeding the speed limit | Penalty | Demerit points | Automatic licence suspension |
|---|---|---|---|
| By less than 10 km/h | $247.00 | 1 | - |
| 10 km/h to under 25 km/h | $395.00 | 3 | - |
| 25 km/h to under 30 km/h | $543.00 | - | 3 months |
| 30 km/h to under 35 km/h | $642.00 | - | 3 months |
| 35 km/h to under 40 km/h | $741.00 | - | 6 months |
| 40 km/h to under 45 km/h | $840.00 | - | 6 months |
| By 45 km/h or more | $988.00 | - | 12 months |
| 20 km/h to under 25 km/h (in a 110 km/h zone) | $395.00 | - | 3 months |
| Exceeding the speed limit | Penalty | Demerit points | Automatic licence suspension |
|---|---|---|---|
| By less than 10 km/h | $324 | 1 | - |
| 10 km/h to under 15 km/h | $509 | 3 | - |
| 15 km/h to under 25 km/h | $740 | 3 | - |
| 25 km/h to under 30 km/h | $1,017 | - | 3 months |
| 30 km/h to under 35 km/h | $1,294 | - | 3 months |
| 35 km/h to under 40 km/h | $1,572 | - | 6 months |
| 40 km/h to under 45 km/h | $1,849 | - | 6 months |
| By 45 km/h or more | $2,127 | - | 12 months |
| 20 km/h to under 24 km/h (only in a 110 km/h zone) | $740 | - | 3 months |
In the circuit below, i = 8.1 Amps, R1 = 4.5Ω and R2 = 1.6Ω. Find Vs in Volts to 2dp.