Search Header Logo

Evaluación diagnóstica Tecnologías web

Authored by Marco V

Computers

University

Used 3+ times

Evaluación diagnóstica Tecnologías web
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.

OPEN ENDED QUESTION

3 mins • 1 pt

¿Qué es bootstrap?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

¿Qué es un CDN? Y cuando usarlo

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<!DOCTYPE html>

<html lang="en">

<head>

                <meta charset="UTF-8">

                <title>Suma javascript</title>

                <script type="text/javascript">

                               function suma ()

                               {

                                               var n1=0;

                                               var n2=0;

                                               var result=0;

                                               n1=parseInt(prompt("Digite un numero: "));

                                               n2=parseInt(prompt("Digite otro número: "));

                                               result=n1+n2;

                                                alert("La suma de "+n1+" + "+n2+" es: "+result);

                               }

 

                </script>

</head>

<body>

                <h2>Suma de dos numeros</h2>

                <button type ="button" onclick="suma()">Sumar dos numeros</button>

</body>

</html>

Es correcto el código

Es incorrecto el código

4.

OPEN ENDED QUESTION

5 mins • 1 pt

¿Cuál es la estructura semántica básica de html5?

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

15 mins • 1 pt

Crear una clase llamada Celular la cual contiene dos características principales:

  • Nombre

  • Color

Esta clase va a presentar dos métodos Constructores

  • Constructor No.1 Celular

  • Nombre

  • Color

  • Constructor No.2 Celular

 

El Objeto Celular debe tener métodos especiales para realizar ciertas funciones tales como:

  • Llamar

  • detalleCelular

IMPLEMENTAR LA CLASE Y SUS MÉTODOS Y REFLEJAR UN RESULTADO SIMILAR A ESTE

 

El resultado final en consola es:

Llamando de LG - Rojo

Llamando de MOTOROLA - VERDE

------------------------------

Nombre: MOTOROLA

Color:  VERDE

 

Evaluate responses using AI:

OFF

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?