Tema 5: Formularios y Eventos

Quiz
•
Computers
•
12th Grade
•
Hard
Antonio Carrasco
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
La etiqueta <FORM> de HTML se convierte en JavaScript
En un objeto de tipo document
En una función del objeto document
En una propiedad del objeto document
En una objeto de la etiqueta document
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Señala las correctas (más de 1):
Dado el formulario identificado por
<FORM id="contactar">
podemos seleccionar el objeto form desde "document."...
getElementByTagName("form")[0]
forms[0]
contactar.form
getElementById("contactar")
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Verdadero o Falso: Dada la etiqueta <FORM id="f" action="url">, la propiedad action del objeto form se puede cambiar desde JS haciendo:
document.getElementById("f").action = otraUrl;
Verdadero
Falso
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
<form id="fB" action="cgi-bin/buscar.pl">
<input type="text" id="entrada">
</form>
Podemos acceder al objeto entrada (+1 correcta):
document.fB.entrada
document.fB.elements[0]
document.forms.entrada
document.forms["fB"].entrada
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Dado la variable hecho que representa un objeto input de tipo checkbox, podemos saber si está seleccionado:
Si
hecho.value = checked
Si
hecho.checked = true
Si
hecho.value = true
Si
hecho.selected = true
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Dada la variable s que representa un objeto de tipo select (etiqueta <select> de HTML)(+1 correcta)
s.options[s.selectedIndex] devuelve el objeto option seleccionado
s.selected.value es el valor de la opción seleccionada
s.selectedIndex es el índice de la opción seleccionada
s.value es el valor de la opción seleccionada
7.
MULTIPLE SELECT QUESTION
1 min • 1 pt
La especificación DOM define cuatro grupos de eventos, señala las correctas (+1 correcta)
Eventos de usuario
Eventos HTML
Eventos de ratón
Eventos de formulario
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
11 IVM | Pestaña Insertar en PowerPoint - Ofimática

Quiz
•
12th Grade - University
15 questions
Evaluacion Diagnostica Progresión IX

Quiz
•
12th Grade
20 questions
QUIZ GUIA 01 NOVENO 01

Quiz
•
9th Grade - University
15 questions
Preguntas sobre Excel 2016

Quiz
•
6th Grade - University
17 questions
Tinkercad 2020

Quiz
•
10th - 12th Grade
15 questions
Evaluación mensual Periodo I

Quiz
•
10th - 12th Grade
15 questions
TA - Corte 2

Quiz
•
12th Grade
15 questions
Introduccion a Java y Alice

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade