Repaso funciones y IA

Repaso funciones y IA

6th - 8th Grade

11 Qs

quiz-placeholder

Similar activities

BASE DE DATOS

BASE DE DATOS

1st Grade - University

10 Qs

Lección de Refuerzo pág 23

Lección de Refuerzo pág 23

6th Grade

10 Qs

Clase 1 de 6 Avanzado

Clase 1 de 6 Avanzado

1st - 10th Grade

10 Qs

Examen de computación

Examen de computación

6th Grade

10 Qs

Algorithms

Algorithms

7th - 8th Grade

10 Qs

Excel 3

Excel 3

6th Grade

15 Qs

Preguntas sobre Excel

Preguntas sobre Excel

8th Grade

10 Qs

Excel

Excel

3rd - 6th Grade

10 Qs

Repaso funciones y IA

Repaso funciones y IA

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Digital Academy

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?