wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Cuestionario Módulo 2

Total questions: 60

Worksheet time: 2hrs 0mins

Name
Class
Date
1.
¿Qué protocolo se utiliza para transferir páginas web?
a)
FTP
b)
SMTP
c)
HTTP
d)
TCP
2.
¿Cuál de las siguientes no es una etiqueta estructural de HTML5?
a)
<header>
b)
<section>
c)
<footer>
d)
<align>
3.
El atributo alt en una imagen es usado para…
a)
Cambiar el tamaño
b)
Añadir un texto alternativo
c)
Modificar el color
d)
Centrar la imagen
4.
¿Cuál etiqueta define un párrafo?
a)
<text>
b)
<p>
c)
<par>
d)
<t>
5.
¿Qué atributo de <a> define el destino del enlace?
a)
src
b)
location
c)
href
d)
target
6.
¿Cuál propiedad controla el fondo de un elemento?
a)
bg
b)
color
c)
background-color
d)
fill
7.
¿Qué unidad CSS se ajusta al tamaño del contenedor?
a)
px
b)
%
c)
cm
d)
pt
8.
¿Qué propiedad controla el espaciado entre líneas?
a)
line-height
b)
spacing
c)
text-gap
d)
row-space
9.
¿Qué propiedad controla el margen exterior?
a)
padding
b)
border
c)
margin
d)
outline
10.
¿Cuál propiedad utiliza Flexbox para alinear horizontalmente?
a)
align-items
b)
justify-content
c)
flex-dir
d)
direction
11.
¿Qué clase de Bootstrap define un botón en color verde?
a)
btn-success
b)
btn-green
c)
btn-ok
d)
btn-accept
12.
¿Qué clase de Bootstrap crea una alerta amarilla?
a)
alert-warning
b)
alert-yellow
c)
warning-alert
d)
alert-attention
13.
¿Qué clase de Bootstrap crea un carrusel?
a)
slider-group
b)
carousel
c)
bootstrap-carousel
d)
gallery
14.
¿Qué atributo activa un modal en Bootstrap?
a)
data-open
b)
data-bs-trigger
c)
data-bs-toggle
d)
modal-action
15.
¿Qué lenguaje permite dinamismo en la web?
a)
CSS
b)
HTML
c)
SQL
d)
JavaScript
16.
¿Qué instrucción muestra un mensaje en un popup?
a)
console.log
b)
alert
c)
print
d)
show
17.
¿Qué operador compara estrictamente valor y tipo?
a)
==
b)
!=
c)
===
d)
equals
18.
¿Qué palabra clave define una función?
a)
func
b)
function
c)
define
d)
new
19.
¿Qué método JS captura elementos por clase?
a)
getElementsByClassName
b)
queryClass
c)
getClass
d)
selectClass
20.
¿Qué propiedad del DOM modifica el contenido HTML?
a)
innerHTML
b)
html
c)
content
d)
change
21.
¿Qué evento se ejecuta al pasar el mouse encima?
a)
onclick
b)
onhover
c)
onmouseover
d)
onpress
22.
¿Qué símbolo inicia un comentario en CSS?
a)
//
b)
#
c)
/* */
d)
<!-- -->
23.
¿Cuál NO es un tipo de input HTML?
a)
date
b)
range
c)
password
d)
cardnumber
24.
¿Qué atributo marca un campo obligatorio?
a)
mandatory
b)
require
c)
required
d)
must
25.
Para enlazar un CSS externo se usa…
a)
<css>
b)
<link>
c)
<style>
d)
<import>
26.
El modelo de caja CSS incluye:
a)
padding, border, margin
b)
border, color, font
c)
margin, float, font-size
d)
width, height, opacity
27.
¿Qué etiqueta representa contenido destacado?
a)
<strong>
b)
<highlight>
c)
<d>
d)
<big>
28.
¿Qué método agrega un elemento al final de un array JS?
a)
append
b)
push
c)
add
d)
insert
29.
¿Cuál NO es un tipo de dato en JS?
a)
string
b)
float
c)
boolean
d)
undefined
30.
¿Qué operador lógico representa el AND?
a)
&&
b)
||
c)
!
d)
&
31.
¿Qué librería facilita manipulación del DOM?
a)
Node
b)
Laravel
c)
jQuery
d)
React
32.
¿Cómo se selecciona un id en jQuery?
a)
$('id')
b)
$('#id')
c)
$(.id)
d)
select('id')
33.
¿Cuál método oculta un elemento en jQuery?
a)
hide()
b)
vanish()
c)
disappear()
d)
none()
34.
¿Qué método ejecuta una función cuando el DOM está listo?
a)
ready()
b)
loadDOM()
c)
start()
d)
init()
35.
¿Qué etiqueta define tablas?
a)
<table>
b)
<tb>
c)
<grid>
d)
<t>
36.
¿Qué propiedad CSS hace el texto cursivo?
a)
style-italic
b)
italic
c)
font-style
d)
text-style
37.
¿Cómo se define un comentario en HTML?
a)
//
b)
#
c)
/* */
d)
<!-- comentario -->
38.
¿Qué elemento contiene toda la info visible del HTML?
a)
<main>
b)
<view>
c)
<body>
d)
<section>
39.
¿Qué elemento contiene metadatos no visibles?
a)
<meta>
b)
<head>
c)
<info>
d)
<script>
40.
¿Qué etiqueta agrupa inputs?
a)
<input-group>
b)
<div>
c)
<form>
d)
<container>
41.
¿Qué atributo abre un enlace en nueva pestaña?
a)
new
b)
tab
c)
target="_blank"
d)
open
42.
¿Qué propiedad controla el ancho?
a)
length
b)
width
c)
size
d)
space
43.
¿Qué comando JS convierte texto a número?
a)
convert()
b)
toNum()
c)
Number()
d)
parseString()
44.
¿Qué método repite código mientras condición?
a)
for
b)
repeat
c)
while
d)
do-log
45.
¿Qué función redondea números?
a)
round()
b)
Math.round()
c)
number.round
d)
int()
46.
¿Qué propiedad activa Grid?
a)
display: grid;
b)
grid: true;
c)
layout: grid;
d)
grid-display;
47.
¿Qué método elimina último elemento array?
a)
remove()
b)
delete()
c)
pop()
d)
tail()
48.
¿Qué atributo usa Bootstrap para colapsar navbars?
a)
data-bs-collapse
b)
collapse
c)
collapse-bs
d)
data-bs-target
49.
¿Qué propiedad controla la opacidad?
a)
alpha
b)
opacity
c)
transparent
d)
blur
50.
¿Qué tag representa texto preformateado?
a)
<pre>
b)
<code>
c)
<format>
d)
<txt>
51.
Git es principalmente un…
a)
Editor de texto
b)
Controlador de versiones distribuido
c)
Lenguaje
d)
Repositorio remoto
52.
GitHub es…
a)
Reemplazo Git
b)
Editor online
c)
Plataforma basada en Git
d)
Software escritorio
53.
¿Qué comando inicia repositorio?
a)
git create
b)
git start
c)
git init
d)
git repo
54.
¿Qué comando clona?
a)
git copy
b)
git clone
c)
git download
d)
git bring
55.
¿Qué comando envía cambios?
a)
git auto
b)
git send
c)
git push
d)
git publish
56.
¿Qué comando obtiene sin fusionar?
a)
git pull
b)
git fetch
c)
git revert
d)
git grab
57.
¿Qué comando crea rama?
a)
git new-branch
b)
git branch
c)
git create
d)
git checkout
58.
¿Qué comando fusiona ramas?
a)
git mix
b)
git pull
c)
git merge
d)
git branch-apply
59.
Pull Request sirve para…
a)
Crear repo
b)
Revisar/fusionar cambios
c)
Backup
d)
Contraseñas
60.
¿Qué comando muestra historial?
a)
git history
b)
git list
c)
git log
d)
git commits