Which means keep going forever?void setup() { pinMode(OUTPUT); }void loop() { digitalWrite(HIGH); delay(1000); digitalWrite(LOW); delay(1000); }
OUTPUT
void setup
void loop
digitalWrite
Q.13.
Which means Off?void setup() { pinMode(OUTPUT); }void loop() { digitalWrite(HIGH); delay(1000); digitalWrite(LOW); delay(1000); }
OUTPUT
HIGH
LOW
delay
Q.14.
The (+) column on your breadboard represents the positive charge or power to your circuit.
True
False
Q.15.
Al usar las salidas digitales, tenemos que tener en cuenta que:
La salida máxima que da el puerto es 20 mA
La Imax es 50 mA
La Imax es 100 mA
La Imax es 1 mA
Q.16.
En el siguiente código, decir qué número se muestra en lalínea de pantalla: for(int x =x <x = x * 1.5){ println(x); }
3
4
6
nINGUNO DE LOS ANTERIORES
2
Q.17.
Queremos declarar una entrada digital. ¿Qué tenemos que emplear?
pinMode(7, INPUT);
serial.begin(9000);
pinMode(7,OUTPUT);
digitalwrite (7, digital);
pinMode(7, IMPUT);
Q.18.
Cual de los siguientes dispositivos es una entrada analógica:
LED
Sensor de presión
servo
Pulsador
El corazon
Q.19.
What would happen if we used the following code but the wire was not plugged into pin 13?digitalWrite(HIGH); delay(1000); digitalWrite(LOW); delay(1000);
The LED would not light up at all.
The LED would light up but be very dim.
The LED would light up as normal.
Q.20.
Serial.printlnSerial.print\lnSerial.println
to display text and then force any following text to start on the ...........line
Serial.println("ArduinoforEveryone!");Serial.print\ln("ArduinoforEveryone!");Serial.println("ArduinoforEveryone!");
next
same
on the
in the
Support mcqgeeks.com by disabling your adblocker.
Please disable the adBlock and continue. Thank you.