Examen de - JavaScript Completo
Examen de - JavaScript Completo
a) if(i <> 5)
b) if(i != 5)
c) if i <> 5
d) if i != 5
Pregunta 2:
Pregunta 3:
a) ECMA
b) Mozilla
d) W3C
Pregunta 4:
a) ceil(2, 4)
b) top(2, 4)
c) Math.ceil(2, 4)
d) Math.max(2, 4)
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 1/16
6/5/2019 Examen de: JavaScript completo
Pregunta 5:
Pregunta 6:
a) Mozilla
b) Netscape
c) Sun
Pregunta 7:
a) strlen(cad)
b) len(cad)
c) cad.length
Pregunta 8:
DOM es el acrónimo de
b) Document Of Model
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 2/16
6/5/2019 Examen de: JavaScript completo
Pregunta 9:
c) La etiqueta <noscript> puede ser utilizada por los diseñadores para indicar
que una página web emplea scripting: si se utiliza <noscript>, el navegador
procesará la página web más eficientemente
Pregunta 10:
Pregunta 11:
a) round(7.25)
b) Math.round(7.25)
c) Math.rnd(7.25)
d) rnd(7.25)
Pregunta 12:
a) console.append()
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 3/16
6/5/2019 Examen de: JavaScript completo
b) console.log()
c) console.print()
d) console.write()
Pregunta 13:
a) if i=5 then
b) if(i=5)
c) if i==5 then
d) if(i==5)
Pregunta 14:
a) Un atributo
b) Un nodo
c) Una tabla
Pregunta 15:
a) Compilado
b) Interpretado
c) No estructurado
Pregunta 16:
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 4/16
6/5/2019 Examen de: JavaScript completo
a) getElementsById()
b) getElementByName()
c) getElementsByTagName()
Pregunta 17:
¿Qué es JSON?
Pregunta 18:
c) for i = 1 to 5
Pregunta 19:
Pregunta 20:
a) lower()
b) lowerCase()
c) toLower()
d) toLowerCase()
Pregunta 21:
Pregunta 22:
Pregunta 23:
a) deleteChild()
b) dropChild()
c) removeChild()
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 6/16
6/5/2019 Examen de: JavaScript completo
Pregunta 24:
b) call miFuncion()
c) miFuncion()
Pregunta 25:
a) <script>
b) <javascript>
c) <scripting>
d) <js>
Pregunta 26:
b) // Comentario
c) ' Comentario
Pregunta 27:
a) brother
b) next
c) nextBrother
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 7/16
6/5/2019 Examen de: JavaScript completo
Pregunta 28:
a) css
b) class
c) className
d) style
Pregunta 29:
a) browser.appVersion
b) browser.version
c) navigator.appVersion
d) navigator.version
Pregunta 30:
a) Bill Gates
b) Bjarne Stroustrup
c) Brendan Eich
d) Dennis M. Ritchie
Pregunta 31:
a) check()
b) exec()
c) run()
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 8/16
6/5/2019 Examen de: JavaScript completo
d) test()
Pregunta 32:
a) match()
b) replace()
c) slice()
d) split()
Pregunta 33:
a) navigator.go(-1)
b) document.url.prev()
c) url.return()
d) history.back()
Pregunta 34:
a) char()
b) charAt()
c) value()
Pregunta 35:
a) En el <head>
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 9/16
6/5/2019 Examen de: JavaScript completo
b) En el <body>
Pregunta 36:
¿Un fichero externo con código JavaScript debe contener la etiqueta <script>?
a) Sí
b) No
Pregunta 37:
a) "&"
b) "+"
c) "."
Pregunta 38:
a) window.status("el mensaje")
b) navigator.status("el mensaje")
Pregunta 39:
b) ECMA
c) ISO
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 10/16
6/5/2019 Examen de: JavaScript completo
d) W3C
Pregunta 40:
Pregunta 41:
a) document.open("pagina.html")
b) document.new("pagina.html")
c) window.open("pagina.html")
d) window.new("pagina.html")
Pregunta 42:
a) No se puede
b) Exit for
c) break
Pregunta 43:
a) function:miFuncion()
b) function->miFuncion()
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 11/16
6/5/2019 Examen de: JavaScript completo
c) function miFuncion()
Pregunta 44:
a) content
b) text
c) textContent
d) value
Pregunta 45:
Pregunta 46:
Pregunta 47:
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 12/16
6/5/2019 Examen de: JavaScript completo
Pregunta 48:
a) alert("Hola mundo!");
c) alertBox("Hola mundo!);
d) msgBox("Hola mundo!);
Pregunta 49:
b) ExpReg
c) RegExp
d) Rexp
Pregunta 50:
a) document.arrayCookie
b) document.cookie
c) document.getCookie()
Pregunta 51:
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 13/16
6/5/2019 Examen de: JavaScript completo
a) elementType
b) nodeType
c) type
Pregunta 52:
a) -1
b) 0
c) 1
Pregunta 53:
a) # Comentario
b) // Comentario
c) ' Comentario
Pregunta 54:
a) "%"
b) "+"
c) "."
Pregunta 55:
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 14/16
6/5/2019 Examen de: JavaScript completo
a) check()
b) exec()
c) run()
d) test()
Pregunta 56:
Pregunta 57:
a) window.blank("pagina.html", "nueva")
b) window.new("pagina.html", "nueva")
c) window.create("pagina.html", "nueva")
Pregunta 58:
a) document.print("Hola mundo")
b) document.write("Hola mundo")
c) window.print("Hola mundo")
d) window.write("Hola mundo")
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 15/16
6/5/2019 Examen de: JavaScript completo
Pregunta 59:
a) Un árbol
b) Una lista
Pregunta 60:
a) Math.rnd()
b) Math.round()
c) Math.random()
Pregunta 61:
a) appendChild()
b) createChild()
c) newChild()
Corregir examen
gplsi.dlsi.ua.es/proyectos/examinador/test.php?id=24&lang=es 16/16