InterviewSolution
Saved Bookmarks
| 1. |
N identical cells are connected to form a battery. When the terminals of the battery are joined directly (short - circuited), current I flows in the circuit. To obtain the maximum value of I,A. all the cells should be joined in sereisB. all the cells should be joined in parallelC. two rows of `N//2` cells each should be joined in parallelD. `sqrt(N)` rows of `sqrt(N)` cells each should be joined in parallel, given that `sqrt(N)` is an integer |
|
Answer» Correct Answer - B |
|