InterviewSolution
Saved Bookmarks
| 1. |
Which of the following following is not equal to watt?A. `"Joule" // "second"`B. `"Ampere" xx "volt"`C. `("Ampere")^(2) xx "ohm"`D. `"Ampere" // "volt"` |
|
Answer» Correct Answer - d `"Watt" = "Joule"// "second" = "Ampere" xx "volt" = "Ampere"^(2) xx "Ohm"` |
|