Miguel Arias
Quiz by , created more than 1 year ago

Evaluación II 5to Bachillerato - Computación-

59
0
0
Miguel Arias
Created by Miguel Arias almost 9 years ago
Close

Evaluación 5to Bachillerato - Computación-

Question 1 of 20

2

¿Qué entiende por HTML?

Select one of the following:

  • Hyper Text Mask Language

  • Hard Text Markup Language

  • Hyper Text Markup Language

Explanation

Question 2 of 20

2

¿Qué etiqueta utilizamos para definir el cuerpo del documento?

Select one of the following:

  • <background>

  • <b>

  • <body>

Explanation

Question 3 of 20

2

El atributo colspan sirve para especificar el número de filas por las que se extenderá la celda.

Select one of the following:

  • True
  • False

Explanation

Question 4 of 20

2

La etiqueta <th>...

Select one of the following:

  • Hace que el texto de la celda aparezca centrado y en negrita

  • Se utiliza para insertar reglas horizontales

  • Cualquiera de las dos primeras opciones

  • Ninguna de las opciones anteriores

Explanation

Question 5 of 20

2

¿Cómo colocamos una imagen de fondo en una celda de una tabla?

Select one of the following:

  • <tr bgcolor="...">...</tr>

  • <tr background="...">...</tr>

  • <td background="...">...</td>

Explanation

Question 6 of 20

2

Elija la etiqueta apropiada para hacer una lista desplegable.

Select one of the following:

  • <input type="list">>

  • <input type="menu">>

  • <select>

Explanation

Question 7 of 20

2

¿Cómo hacemos para abrir un vínculo en otra ventana?

Select one of the following:

  • <a href="/www.algunsitio.com" new>...</a>

  • <a href="/www.algunsitio.com" target="_new">...</a>

  • <a href="/www.algunsitio.com" target="_blank">...</a>

Explanation

Question 8 of 20

2

En HTML, la etiqueta <p> se utiliza para

Select one of the following:

  • Definir un punto de destino para un hipervínculo

  • Insertar un salto de línea

  • Definir un párrafo

  • Las anteriores respuestas no son correctas

Explanation

Question 9 of 20

2

Para comenzar un formulario usamos formulary (entre signos mayor y menor)

Select one of the following:

  • True
  • False

Explanation

Question 10 of 20

2

En HTML, rowspan y colspan son atributos de la etiqueta

Select one of the following:

  • <div>

  • <p>

  • <table>

  • Las anteriores respuestas no son correctas

Explanation

Question 11 of 20

2

El <input type="submit"> se usa para ejecutar el action de un formulario

Select one of the following:

  • True
  • False

Explanation

Question 12 of 20

2

Los input type=radio con el mismo name hacen que sólo se pueda seleccionar una opción entre ellos

Select one of the following:

  • True
  • False

Explanation

Question 13 of 20

2

¿Qué etiqueta utilizamos para definir el cuerpo del documento?

Select one of the following:

  • <background>

  • <body>

  • <b>

Explanation

Question 14 of 20

2

¿Es lo siguiente un fragmento de código XHTML correcto?
<ul>
<li>Café</li>
<li>Té
<ul>
<li>Té negro</li>
<li>Té verde</li>
</ul>
<li>Leche</li>
</ul>

Select one of the following:

  • True
  • False

Explanation

Question 15 of 20

2

En HTML, la etiqueta utilizada para agrupar campos en un formulario es

Select one of the following:

  • <fieldset>

  • <legend>

  • <label>

  • Las anteriores respuestas no son correctas

Explanation

Question 16 of 20

2

¿Es lo siguiente un fragmento de código HTML correcto?
<table>
<tr>
<td>Enero</td>
<td>Febrero</td>
<tr>
<td>10</td>
<td>20</td>
</table>

Select one of the following:

  • True
  • False

Explanation

Question 17 of 20

2

En un formulario HTML, cuando se pulsa sobre un botón de tipo submit, los datos introducidos en el formulario se envían a la URL indicada en el atributo del formulario llamado

Select one of the following:

  • method

  • post

  • target

  • Las anteriores respuestas no son correctas

Explanation

Question 18 of 20

2

¿Qué son los marcos (frames)?

Select one of the following:

  • Partes que componen un formulario en las que se solicitan datos

  • Partes es que se puede dividir la ventana del navegador para mostrar diferentes páginas web

  • Partes dentro de una misma página web a donde se pueden dirigir los enlaces

  • Las anteriores respuestas no son correctas

Explanation

Question 19 of 20

2

En HTML, cuál de las siguientes afirmaciones es cierta

Select one of the following:

  • La etiqueta <ol> debe ir anidada dentro de la etiqueta <li>

  • La etiqueta <p> debe ir anidada dentro de la etiqueta <strong>

  • La etiqueta <li> debe ir anidada dentro de la etiqueta <ul>

  • La etiqueta <html> debe ir anidada dentro de la etiqueta <body>

Explanation

Question 20 of 20

2

En HTML, las etiquetas <h1>, <h2> y <h3> se emplean para definir

Select one of the following:

  • Hipervínculos

  • Encabezados

  • Listas

  • Tablas

Explanation