Está en la página 1de 3

<html>

<body>
<head>
<meta http-equiv="Content-Type" content="text/html";charset=UTF-8"/>
</head>
<form name="form1" action="calificacion.php" method="POST">
<body>
<table border="0" width="100%">
<td width="20%" bgcolor="LightGrey" height="100px">
<center> <img src ="imagen1.jpg"> </center>
</td>
<td width="50%" bgcolor="LightGrey">
<center> <H2> UNIVERSIDAD TECNICA DE AMBATO </H2></center>
<center> <H2>FACULTAD DE CIENCIAS HUMANAS Y DE LA EDUCACION </H2></center>
<center> <H2>DOCENCIA EN INFORMATICA</H2> </center>
</td>
<td width="20%" bgcolor="LightGrey" >
<center> <img src ="imagen2.jpg"> </center>
</td>
</table>
</tr>
<table border="1" bgcolor="#FFCC99" align="center" width="100%">
<td colspan="2"><center><B>CUESTIONARIO</B></center></td>
<center>
<tr>
<td> Nombre: </td>
<td > <input type="text" name="nombre"> </td>
</tr>
<tr>
<td> Apellido: </td>
<td> <input type="text" name="apellido"> </td>
</tr>
<tr>
<td colspan="2">
1- En qu atributo de un formulario
los datos del mismo?
<br><input type=radio name=pregunta1
<br><input type=radio name=pregunta1
<br><input type=radio name=pregunta1
<br><input type=radio name=pregunta1

especificamos la pgina a la que se van a enviar


value=name> name
value=file> file
value=action> action
value=description> descripcion

</td>
</tr>
<tr>
<td colspan="2">
2- Cul de estas instrucciones est
<br><input type=radio name=pregunta2
<br><input type=radio name=pregunta2
<br><input type=radio name=pregunta2
<br><input type=radio name=pregunta2
</td>

correctamente escrita en PHP?


value=a > if (a=0) print a
value=holamundo> if (a==0) echo hola mundo ;
value=echook> if (a==0) { echo ok }
value=if> if (a==0): print a;

</tr>
<tr>
<td colspan="2">
3-Dos de las formas de pasar los parmetros entre pginas PHP son:
<br><input type=radio name=pregunta3 value=RequireeInclude > Require e Include
<br><input type=radio name=pregunta3 value=GetyPut> Get y Put
<br><input type=radio name=pregunta3 value=PostyGet> Post y Get
<br><input type=radio name=pregunta3 value=IntoeInclude> Into e Include
</td>
</tr>
<tr>
<td colspan="2">
4- Cual de las siguientes nombres de variables no es vlido?
<br><input type=radio name=pregunta4 value=flag> $flag
<br><input type=radio name=pregunta4 value=numero> $NUMERO
<br><input type=radio name=pregunta4 value=estrellas> $5estrellas
<br><input type=radio name=pregunta4 value=valor> $_valor
</td>
</tr>
<tr>
<td colspan="2">
5- Cal es el caracter utilizado para separar instrucciones?
<br><input type=radio name=pregunta5 value=dospuntos> :
<br><input type=radio name=pregunta5 value=puntoycoma> ;
<br><input type=radio name=pregunta5 value=coma> ,
<br><input type=radio name=pregunta5 value=punto> .
</td>
</tr>
<tr>
<td colspan="2">
6.- Cuales de los siguientes items son elementos de un formulario ?
<br> <input type=checkbox name=pregunta6 value=boton> Boton <br>
<input type=checkbox name=pregunta6 value=casilla> Casilla de verificacin <br>
<input type=checkbox name=pregunta6 value=cuadro> Cuadro de texto <br>
<input type=checkbox name=pregunta6 value=arrays> Arrays <br>
<input type=checkbox name=pregunta6 value=bucles> Bucles<br>
</td>
</tr>
<tr>
<td colspan="2">
7.- Puede indicar cual de las siguientes instrucciones estan categorizadas como
bucles ?
<br> <input type=checkbox name=pregunta7 value=for> For <br>
<input type=checkbox name=pregunta7 value=foreach> Foreach <br>
<input type=checkbox name=pregunta7 value=switch> Switch <br>
<input type=checkbox name=pregunta7 value=do> Do while <br>
<input type=checkbox name=pregunta7 value=while> While<br>
</td>
</tr>

<tr>
<td colspan="2">
8.- En el siguiente array en que indice de vector se encuentra el dia "jueves" ?
<center> <img src ="jueves.jpg"> </center>
<select name=pregunta8>
<option value=dos> 2 </option>
<option value=cuatro> 4</option>
<option value=tres> 3 </option>
<option value=uno> 1 </option>
<option value=seis> 6 </option>
</select>
</td>
</tr>
<tr>
<td colspan="2">
9.- La siguiente imagen es un elemento de formulario html ?
<center> <img src ="pregunta9.jpg"> </center>
<select name=pregunta9>
<option value=verdadero> verdadero </option>
<option value=falso> falso</option>
</select>
</td>
</tr>
<tr>
<td colspan="2">
10- Para agregar comentarios de varias lineas de codigo, se utiliza?
<br><input type=radio name=pregunta10 value=opcion1> /*y*/
<br><input type=radio name=pregunta10 value=opcion2> />
<br><input type=radio name=pregunta10 value=coma> //
<br><input type=radio name=pregunta10 value=punto> !>
</td>
</tr>
<tr>
<td> <center><input type="submit" name="add value="Corregir"> </center></td>
</tr>
</center>
</table >
</form>
</body>
</html>

También podría gustarte