Search Header Logo

Examen Código sonido modificado

Authored by Alberto Olivo

Other

11th Grade

Used 2+ times

Examen Código sonido modificado
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué significa "int"?

La variable a crear es de tipo integral.

La variable a crear es de tipo decimal.

La variable a crear es de tipo entera.

Voy a introducir una variable.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Cuál es el código que enciende el monitor serial?

MonitorSerial.begin(9600);

Monitor.begin(9600);

Serial.encender(9600);

Serial.begin(9600);

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué realiza el siguiente código?

VALOR = analogRead(MIC);

Lee los valores digitales que llegan del LED y los guarda en la variable VALOR.

Lee los valores analógicos que llegan del micrófono y los guarda en la variable VALOR.

Escribe los valores analógicos que llegan del micrófono y los guarda en la variable VALOR.

Lee los valores digitales que llegan del micrófono y los guarda en la variable VALOR.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Con qué código se encenderá el LED, teniendo en cuenta que VALOR = 807?

if (VALOR = 806 ) {

digitalWrite(LED, HIGH);

}

if (VALOR < 807 ) {

digitalWrite(LED, HIGH);

}

if (VALOR > 806 ) {

digitalWrite(LED, HIGH);

}

if (VALOR > 805 ) {

digitalWrite(LED, LOW);

}

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

¿Qué función cumple el condicional else?

Sino se cumple la condición del "if", se debe ejecutar "else".

Sino se cumple la condición del "else", se debe ejecutar "if".

Si se cumple la condición del "if", se debe ejecutar "else".

Si se cumple la condición del "else", se debe ejecutar "if".

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?