examen

martes, 11 de agosto de 2015

ACTIVIDAD PRÓXIMA CLASE

http://examenjork2014.blogspot.com/
1.       HUA QUE CALCULE EL PESO DE UNA PERSONA EN TODOS PLANETAS DEL SISTEMA SOLAR.
2.       HUA QUE CALCULE LA EDAD DE UNA PERSONA EN MINUTOS Y EN SEGUNDOS.
3.       HUA QUE LEA NOMBRE, MATERIA, SEMESTRE Y DIGA SI GANO EL SEMESTRE O LO PERDIÓ.
4.       HUA QUE CALCULE EL ÁREA DE UN TRIANGULO.
5.       HAGA UN ALGORITMO QUE MUESTRE LAS FUNCIONES TRIGONOMÉTRICAS.

ENTREGA: FORMATO DIGITAL 26-08-2015 06:00 AM
GRUPO:2
UTILIZAR LOS SOFTWARE: DFD Y PSEINT (FREE)
PROGRAMA,FLUJOGRAMA,PROGRAMA EJECUTADO

EJER#1:



martes, 17 de marzo de 2015

CODIGO PARA CREAR EL FORMULARIO DENTRO DE UNA PAGINA WEB

<form action="mailto:emaildelaempresaquehaceelformulario@email.com" method="post" enctype="text/plain">
Nombre: <input type="text" name="nombre" size="25" maxlength="50"><br><br>
Apellidos: <input type="text" name="apellidos" size="35" maxlength="100">
<br><br>
Correo electrónico: <input type="text" value="@" name="correo" size="40" maxlength="100">
<br><br>
Población: <input type="text" name="poblacion" size="15" maxlength="50">
<br><br>
Provincia: <input type="text" name="provincia" size="15" maxlength="50">
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>Edad:
<br>
<input type="radio" name="edad" value="020"> 0-20
<br>
<input type="radio" name="edad" value="2040" checked> 20-40
<br>
<input type="radio" name="edad" value="4060"> 40-60
<br>
<input type="radio" name="edad" value="60100"> 60-100</td>
<td>&iquest;C&oacute;mo nos conociste?<br>
<input type="checkbox" name="conocer">
A trav&eacute;s de un amigo.<br>
<input type="checkbox" name="conocer">
A trav&eacute;s de un buscador.<br>
<input type="checkbox" name="conocer">
Navegando por la red.<br>
<input type="checkbox" name="conocer">
Otros</td>
</tr>
</table>
Opinión sobre nuestra p&aacute;gina web<br>
<textarea cols="40" rows="5" name="opinion">Escriba aquí su opinión...</textarea>
<br><br>
Tiene alguna sugerencia...
<br>
<textarea cols="40" rows="5" name="sugerencias">Escriba aquí sus sugerencias...</textarea>
<br><br>
&iquest;C&uacute;anto navegas por intenet? (Se&ntilde;ala la opci&oacute;n que 
m&aacute;s se acerque)<br>
<select name="frecuencia" size="2">
<option value="1">2 horas al día.
<option value="2">4 horas al día.
<option value="3">10 horas a la semana.
<option value="4">20 horas al mes.
</select>
<br>
<br>
<table width="50%" border="0" align="center" cellpadding="10" cellspacing="0">
<tr>
<td><div align="center">
<input type="submit" value="Enviar formulario">
</div></td>
<td><div align="center">
<input type="Reset" value="Borrar formulario">
</div></td>
</tr>
</table>
</form>
FAVOR COPIAR EL CODIGO DEBAJO DEL BODY ADICIONAL LES COLOCO UN TUTORIAL DONDE SE PUEDEN 
LINK TUTORIAL

jueves, 26 de febrero de 2015

Actividad 2 EXCEL

Actividad de Formulas y Actividad de Funciones:
Aquí podra encontrar un Archivo en excel donde podra desgar y mirar los requerimientos de las actividades.
1 Formulas (Archivo de EXCEL)
2 Funciones (Archivo PDF)