Search Header Logo

Repaso funciones y IA

Authored by Digital Academy

Computers

6th - 8th Grade

11 Questions

Used 3+ times

Repaso funciones y IA
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

¿Cuando definimos una función le enseñamos a Karel una nueva palabra?

Verdadero

Falso

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

¿Cuál es el hechizo correcto para DEFINIR una nueva función?

function functionName() {

}


function functionName();

funcion nombreFuncion() {

}

3.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

Media Image

¿Cuál es el código correcto para definir la función turnRight()?

function turnRight();

function turnRight() {

turnLeft()

turnLeft()

turnLeft()

}

function turnRight() {

turnLeft();

turnLeft();

turnLeft();

}

function turnRight(); {

turnLeft();

turnLeft();

turnLeft();

}

4.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

¿Cuáles de los siguientes nombres de función NO son válidos?

5moves()

buildtower()

makePancakes()

turnAround()

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

En el siguiente código:

function turnRight() {

turnLeft();

turnLeft();

turnLeft();

}

move();

turnRight();

move();

turnRight();

¿Cuantas veces declaramos la función turnRight() y cuantas veces la llamamos?

Declaramos 1 vez

Llamamos 2 veces

Declaramos 2 veces

Llamamos 1 vez

No estamos declarando la función

No estamos llamando a la función

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

¿Qué hace un modelo de Machine Learning?

Organiza los datos pero no hace predicciones

Aprende de los datos y hace predicciones

Crea nuevos datos

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

¿Qué tipo de datos utilizamos para entrenar el modelo de Machine Learning del camaleón?

Videos de camaleones reales

Sonidos

Imágenes de objetos de diferentes colores

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?

Discover more resources for Computers