🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Quiz de configuración y lectura de pines digitales en Arduino
10 Questions
0 Views

Quiz de configuración y lectura de pines digitales en Arduino

Created by
@HumbleChrysoprase

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

¿Cuál de las siguientes funciones se utiliza para configurar un pin como salida?

  • digitalRead(pin)
  • pinMode(pin, OUTPUT) (correct)
  • pinMode(pin, INPUT)
  • analogRead(pin)
  • ¿Qué valor devuelve la función digitalRead(pin)?

  • OUTPUT
  • HIGH
  • LOW (correct)
  • INPUT
  • ¿Cuál es la resolución de la función analogRead(pin)?

  • 16 bits
  • 8 bits
  • 12 bits
  • 10 bits (correct)
  • ¿Cuál de las siguientes afirmaciones es verdadera sobre los pines de Arduino?

    <p>Los pines de Arduino funcionan por defecto como entradas.</p> Signup and view all the answers

    ¿Qué función se utiliza para introducir un nivel alto o bajo en un pin digital?

    <p>analogRead(pin)</p> Signup and view all the answers

    La función pinMode() se utiliza para configurar un pin como salida.

    <p>False</p> Signup and view all the answers

    La función digitalRead(pin) devuelve un valor HIGH o LOW.

    <p>False</p> Signup and view all the answers

    La función digitalWrite(pin, value) solo funciona en los pines analógicos.

    <p>False</p> Signup and view all the answers

    La función analogRead(pin) devuelve un valor de 0 a 1023.

    <p>False</p> Signup and view all the answers

    Los pines de Arduino funcionan por defecto como salidas.

    <p>False</p> Signup and view all the answers

    Use Quizgecko on...
    Browser
    Browser