formulario de quimica
De acuerdo con la necesidad de los estudiantes de la educación secundaria y mayor en la solución de problemas de las siguientes áreas de las matemáticas, física y de ingeniería dehardware, este proyecto se llevó acabo con el fin de facilitar la solucion de problmas como las ecuaciones de primer grado, plano inclinado y la función de un circuito alternativo.
Además de un proyectopara que el usuario le mostrara la respuesta correcta, que muestra las formulas y procedimientos para seguir la solucion de estos antes mencionados.
GENERAL OBJECTIVE
Design a program ofoperations and mathematical problems to be used as a tool for students who are attending high school and college in the understanding of procedures and the resolution exercises.
PARTICULAROBJECTIVES
1. Apply the knowledge of informatics technology in a program of mathematics for showing the procedures of problem salving.
2. Include mathematical formulas to facilitate the problem solvingthe areas of mathematical and physical
3. Include in the program necessary settings for in addition to show procedures, allow the realization of practical exercises.
THEORETICAL
According tothe program that is to be performed requires the use of algorithms, pseudocode and flowcharts, the subject of logic programming is the axis of the other as physics, mathematics and engineering hardwarematter.
In logic programming using much math formulas or to know the result of an unknown value by comparing numbers is used.
Logic gates:
AND:
OR:
NOT:
NAND:
NOR:
XOR:
XNOR:PSEUDOCÓDIGO PARA SABER EL RESULTADO DE UNA ECUACIÓN DE PRIMER GRADO CON UNA INCÓGNITA
Inicio
Constantes ax=5, bx=8, c=-15
Enteros x, sum
Reales Div
Escribe (“Resolución de la ecuación de primer gradocon una incógnita: 5x=8x-15”)
Escribe (“Se pasan todos los números que tienen x al lado izquierdo pero cambiando su signo y de igual manera con los números que no tienen solo que se pasan al lado...
Regístrate para leer el documento completo.