logo

Crowdly

Browser

Add to Chrome

Questions Bank (1240625 total)

On considère le circuit ci-dessous, dans lequel les 2 interrupteurs sont fermés. Déterminer la résistance équivalente (en Ω) vue entre A et B, sachant que tous les résistors ont une même résistance Ω.

Req1

View this question

Read carefully the following program:

  1. import java.util.Scanner;
  2. public class root

  3. {
  4.     public static void main(String[] args)

  5.     {

  6. Scanner input = new Scanner(System.in); 

  7. double number = input.nextDouble();

  8. double a = 2;

  9. while (Math.abs(a-(number/a))>=0.25) {

  10. a = (a+(number/a))/2;

  11. }

  12. a = Math.floor(a);

  13. number = a;

  14. a = 2;

  15. while (Math.abs(a-(number/a))>=0.25) {

  16. a = (a+(number/a))/2;

  17. }

  18. a = Math.floor(a);

  19.         System.out.println((int) a);

  20.     }
  21. }

Suppose the input of this program is the integer 81. What is the value of the variable number right after the execution of line 13? 

View this question

Déterminer la résistance équivalente (en Ω) vue entre A et B, sachant que tous les résistors ont une même résistance Ω.

Req2

View this question

On considère le circuit ci-dessous, dans lequel les 2 interrupteurs sont ouverts. Déterminer la résistance équivalente (en Ω) vue entre A et B, sachant que tous les résistors ont une même résistance Ω.

Req1

View this question

Ein Widerstandsthermometer

(mit Messumformer) ist auf den Temperaturbereich 26-84°C eingestellt (Wasser-Temperaturmessung

in einem Boiler). Dieser Temperaturbereich entspricht einem

Sensorausgangs-Stromsignal von 4-20 mA. Bestimmen Sie anhand des

Ausgangsstromes von 16.2mA, die Wassertemperatur im Boiler.

View this question

Read carefully the following program:

  1. import java.util.Scanner;
  2. public class root

  3. {
  4.     public static void main(String[] args)

  5.     {

  6. Scanner input = new Scanner(System.in); 

  7. double number = input.nextDouble();

  8. double a = 2;

  9. while (Math.abs(a-(number/a))>=0.25) {

  10. a = (a+(number/a))/2;

  11. }

  12. a = Math.floor(a);

  13. number = a;

  14. a = 2;

  15. while (Math.abs(a-(number/a))>=0.25) {

  16. a = (a+(number/a))/2;

  17. }

  18. a = Math.floor(a);

  19.         System.out.println((int) a);

  20.     }
  21. }

Suppose the input of this program is the integer 81. What is the output

View this question

Read carefully the following program:

  1. import java.util.Scanner;

  2. public class submission1

  3. {

  4.     public static void main(String[] args)

  5.     {

  6. Scanner input = new Scanner(System.in); 

  7. double number = input.nextDouble();

  8. double a = 2;

  9. while (Math.abs(a-(number/a))>=0.25) {

  10. a = (a+(number/a))/2;

  11. }

  12. a = Math.floor(a);

  13. if (a * a > number) a = a -1;

  14. if ((a+1) * (a+1) <= number) a = a +1;

  15.         System.out.println((int) a);

  16.     }

  17. }

In Big O notation, what is the run-time of this algorithm as a function of the input size n?

100%
0%
0%
0%
0%
View this question

En

el ensayo a deslizamiento 0, para calcular los parámetros ¿qué circuito

equivalente empleamos?

0%
0%
View this question

Aprēķinient vēlamo pārnesuma skaitli divpakāpju cilindrisko zobratu reduktora otrajai pakāpei.

Kopējais pārnesuma skaitlis 45.

View this question

Ātrumu paaugstinošiem pārvadiem (overdrive) ir raksturīgi, salīdzinot ar ātrumu pazeminošiem (underdrive) :

0%
0%
0%
0%
View this question