logo

Crowdly

0221-M01 Muntatge i Manteniment d'Equips

Looking for 0221-M01 Muntatge i Manteniment d'Equips test answers and solutions? Browse our comprehensive collection of verified answers for 0221-M01 Muntatge i Manteniment d'Equips at educaciodigital.cat.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Qué periférico o componente se utiliza como disco para instalar y almacenar datos en la Raspberry?

View this question

Según el código python de más abajo utilizado en la práctica del LED. Cuanto tiempo estarà el LED apagado?

from gpiozero import LED

from time import sleep

led = LED(14)

while True:

  led.on()

  print("Led Rojo ON")

  sleep(1)

  led.off()

  print("Led Rojo OFF")

  sleep(2)

View this question

Que estamos configurando en la raspberry en la siguiente pantalla?

wif
View this question

Indica que conector es el número 2:

PI_NUMS

View this question

¿Qué comando usamos para configurar raspberry?

raspiconfig

View this question

¿Qué conector utilizarías para conectar un ratón o un teclado?

PI_NUMS

View this question

¿Qué configura la opción marcada en rojo?

raspi

View this question

en qué PIN (pin NO.) de la imagen debe estar conectado el led para que el programa funcione?

from gpiozero import LED

from time import sleep

led = LED(14)

while True:

  led.on()

  print("Led Rojo ON")

  sleep(1)

  led.off()

  print("Led Rojo OFF")

  sleep(2)

View this question

Cuál de los puertos corresponde con el GPIO?

 

raspi

View this question

Raspbian (el sistema operativo para Rasberry) es una distribución derivada (o basada) de...

View this question

Want instant access to all verified answers on educaciodigital.cat?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!