Search Header Logo

Atividade Arduino 01

Authored by Eliana Vanessa

Engineering

Professional Development

Used 6+ times

Atividade Arduino 01
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

O LED, em série com um Resistor de 1K ohms (conectado ao pino digital 11), deverá ficar aceso por 5 segundos.

Marque a opção CORRETA que mostra a função que configura o pino 11 como pino de "saída":

digitalWrite (11, HIGH);

PinMode (1k, OUTPUT);

PinMode (11, OUTPUT);

digitalWrite (11, LOW);

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

O LED, em série com um Resistor de 1K ohms (conectado ao pino digital 11), deverá ficar aceso por 5 segundos.

Marque a opção CORRETA que mostra a função que ACENDE O LED

digitalWrite (11, HIGH);

PinMode (1k, OUTPUT);

PinMode (11, OUTPUT);

digitalWrite (11, LOW);

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

O LED, em série com um Resistor de 1K ohms (conectado ao pino digital 11), deverá ficar aceso por 5 segundos.

Marque a opção CORRETA que mostra a função que APAGA O LED

digitalWrite (11, HIGH);

PinMode (1k, OUTPUT);

PinMode (11, OUTPUT);

digitalWrite (11, LOW);

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

O LED, em série com um Resistor de 1K ohms (conectado ao pino digital 11), deverá ficar aceso por 5 segundos.

Marque a opção CORRETA que mostra a função que mantém o LED aceso por 5 segundos:

delay (5000);

delay (5);

delay (500);

delay (50);

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Considere que os pinos 11 (Led Verde) e 5 (Led Azul) já estão configurados como pinos de saída.

Marque a opção CORRETA que:
1 - ACENDE o Led verde;

2 - Espera 3 segundos;

3 - APAGA O LED verde.

digitalWrite (11, HIGH);

delay(3000);

digitalWrite(5, LOW);

digitalWrite (11, HIGH);

delay (3000);

digitalWrite (11, LOW);

digitalWrite(5, HIGH);

delay(3000);

digitalWrite(5, LOW);

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

Considere que os pinos 11 (Led Verde) e 5 (Led Azul) já estão configurados como pinos de saída.

Marque a opção CORRETA que:
1 - ACENDE o Led Azul;

2 - Espera 3 segundos;

3 - APAGA O LED Azul.

digitalWrite (11, HIGH);

delay(3000);

digitalWrite(5, LOW);

digitalWrite (11, HIGH);

delay (3000);

digitalWrite (11, LOW);

digitalWrite (5, HIGH);

delay (3000);

digitalWrite (5, LOW);

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual a principal vantagem de usar o Arduino?

Só pode ser utilizado por profissionais

É de código aberto e fácil de usar

É difícil de aprender

É muito caro

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?