Atividade Arduino 01

Atividade Arduino 01

Professional Development

10 Qs

quiz-placeholder

Similar activities

Tema 1.4 Dibujo Computarizado

Tema 1.4 Dibujo Computarizado

Professional Development

10 Qs

Understanding Transmission Lines

Understanding Transmission Lines

Professional Development

11 Qs

Cyber Security for Remote Users

Cyber Security for Remote Users

Professional Development

10 Qs

Self Service StMB (Mandiri)

Self Service StMB (Mandiri)

Professional Development

7 Qs

Quiz 5 Training Project Management [17/04/25]

Quiz 5 Training Project Management [17/04/25]

Professional Development

5 Qs

Kick off - DC

Kick off - DC

Professional Development

15 Qs

Repaso-Unidad 1 Admin para Ing-EPE

Repaso-Unidad 1 Admin para Ing-EPE

Professional Development

6 Qs

Integración empresarial de SI.

Integración empresarial de SI.

Professional Development

11 Qs

Atividade Arduino 01

Atividade Arduino 01

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

Eliana Vanessa

Used 6+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?