Trabajo Informática INFORMATION AND COMMUNICATION TCHNOLOGY 2
Carlitos3681Apuntes22 de Febrero de 2018
392 Palabras (2 Páginas)115 Visitas
UNIVERSIDAD AUTÓNOMA DE NUEVO LEÓN[pic 1][pic 2]
PREPATORIA 16
“APPLICATION ACTIVITY”
INFORMATION AND COMMUNICATION TCHNOLOGY 2
STAGE 1
Ing. Blanca Verónica Sánchez Nova
Name: | Enrollment |
Fernanda Rangel Arredondo | 1903050 |
Evelyn Rayas Estrada | 1914056 |
Samuel Efrain Rendón Guel | 1905465 |
Oscar Sebastian Reyna Parra | 1911658 |
Carlos Alejandro Reyna Rodriguez | 1899648 |
Place: San Nicolás de los Garza N.L.
Date:20/Febrero/2018
“APPLICATION ACTIVITY”
1-.(Elaborate algorithms of mathematical problems)
Problem A: Determinate the perimeter of a rectangle
1-.Start.
2-.Identify the length of the base and the height.
3-.Calculate the value of the perimeter by adding the two amounts.
4-Know the result.
5-.End.
Problem B: Convert any amount from pesos to dollars
1-.Start
2-.Know the value of 1 dollar in pesos.
3-. Know the result.
4-. End.
Problem C: Determine the área of a pentagon
1-.Start
2-.Identify the value of the apothem and the length of its sides.
3-.Add all sides (5).
4-Multiply the result of the perimeter by the apothem.
5-.End.
Poblem D: Determinate the final velocity of an automobile if its initial velocity is zero, it acceleration is 0.8 m/s2 and the elapsed time is 30 seconds.
1-.Start.
2-.Declaration of the variable: VI=0
3-.Read data = Velocity
4-.Know the result.
5-.End.
Problem E: Determinate if a person has a rigth to vote in the elections. Note:Consider that the age for having the rigth is equal or greater to 18 years old.
1-.Start.
2-.Know the age of the person.
3-.If it is greater than or equal to 18 you can vote.
4-.If you are under 18 can´t vote.
5-.End.
Problem F: Determinate if a student has approved or failed the subject of a Information an Communication Technology 2, base don three partial exams. Note: You have to calculate first the average then determinate if he/she is approved or not.
1-.Start.
2-.Know the minimum approval average.
3-.If it is greater than 70 it is approved.
4-.If it is less than 70 it does not approve the subject.
5-.End.
Problem G: Determinate if any number is positive, negative or zero.
1-.Start.
2-.Make a number line with negative and positive numbers.
3-.Identify the 0 in the middle.
4-.If the number is left, the number is negative.
5-.If the number is rigth, the number is positive.
6-.End.
Problem H: Print the series of numbers from 1 to 10 and print, for each one of them, their respective square.
...