once

once

6th Grade

14 Qs

quiz-placeholder

Similar activities

Robotics NXT

Robotics NXT

6th - 8th Grade

20 Qs

Computing Essentials - Input/Output Ports

Computing Essentials - Input/Output Ports

6th Grade

10 Qs

สอบกลางภาค JAVA เรียนที่ 1/2562

สอบกลางภาค JAVA เรียนที่ 1/2562

KG - 12th Grade

15 Qs

iGCSE Computer Science: Networks

iGCSE Computer Science: Networks

KG - University

16 Qs

Martian micro:bit habitat quiz

Martian micro:bit habitat quiz

6th - 8th Grade

17 Qs

Монитор порта и переменные; условие if

Монитор порта и переменные; условие if

6th - 8th Grade

18 Qs

Arduino и Интернет вещей 2

Arduino и Интернет вещей 2

6th - 8th Grade

14 Qs

CHAPTER 5 - COLLISION DETECTION

CHAPTER 5 - COLLISION DETECTION

1st - 12th Grade

10 Qs

once

once

Assessment

Passage

Computers

6th Grade

Medium

Created by

Docente Sistemas

Used 6+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

la funcion final "once" esta bien definida

si

no

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

el segundo piezoPin que le falta

definir el tipo de dato

definir el pin

punto y com

parentesis

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

en la funcion "once" cuantos errores hay en total?

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

en la funcion "once" hay algun error a la hora de definirla?

si

no

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

se pueden definir variables y constantes afuera de el void setup?

si

no

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

  if (sensorValue0 >= threshold) { // si detecta un golpe en el piezo A0 envia datos

    Serial.println("Golpeó Piezo 1");

    Serial.write(0);

  }

  else if (sensorValue1 >= threshold) { //

    Serial.println("Golpeó Piezo 2");

    Serial.write(1);

  }

  else if (sensorValue2 >= threshold) {

    Serial.println("Golpeó Piezo 3");

    Serial.write(2);

 
que falta aca

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

las funciones tienen una palabra reservada, la cual es...

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?