lunes, 29 de febrero de 2016

TECHNOLOGY- ICT'S 29/02/16

Dilemmas: things that people worry the most about the ict's

- Questions: about th value of ict's
- Myths
- Presures
- The dilemmas affect the decision maker.

Realities:

- Analyze educational objectives.
- Determine objective for ict.
- Understand potential of investment.
- Implement prerequisites and corequisites.
- Evaluate and adjust continously.

Necesities:

- Globalization of economy, information, tech inovations, knowledge-based economy, society, esclating demand for education.


TECHONOLY- Exercise 29/02/16


domingo, 7 de febrero de 2016

ENTREPRENEURSHIP- Activity 07/02/16

1) Have the ability to learn on your own (Self-learning, curiosity, discipline)

If i want to be a good professional in the future, i need to continue being responsable and dedicated to work, because these are important aspects that make people sucessful. Also, i wantA to build the best version of me, and develop a social sense to improve some problematics of our country.

2) Achieve personal growth (willingness to grow)

I need to work on my tolerance, because sometimes the way i treat people is not appropriate. The most important thing that humans have is the fact of being part of a society, so for that reason, we have to take care of each other, despite any circunstance.

3) Develop intelectual activities (talent, intelligence)

I want to develop my participation in the society, contributing with my capacity of helping people, for example, there are many children that doesn´t have the resources to acces to education, so i want to share my knowledge, giving them the opportunity to learn about some many subjects.

4) Personal values (honesty, moral, generosity, altruism)

I´m a responsable, honest, humble woman, that despite, some things that i need change, i think that the most important value that my parents inculcated to me, is faith, so i will believe in myself knowing that im not alone  because god is guiding me all the time.

5) Create your own style

I see myself in the future, being a blissful woman surrounded by her family, and distinguished for her excellence and the way she provides help to the people that needs her. Also i want to be recognized as the just woman that fullfil with all her objetives by her own and commitment.

lunes, 1 de febrero de 2016

TECHNOLOGY - Activity 01/02/16


TECHNOLOGY- Computer programming 01/02/16

COMPUTER  PROGRAMMING

1) Library: it is where the computer code commands algorithms, functions and dynamic memory management.
2) Variables:  they are the data type of computer input or output to store information, and the examples are, int, double, char, booleam and string.
2.1) Integer: it is a variable type to store integers. Ex: 1,2,3.
2.2) Double: it is a variable type to store decimals. Ex: 2.5, 3.9, 3.1416. 
2.3) Char: it is a variable type to store letters. Ex: A, B, C, D.  (A is not a, they are differents)
2.4) Boolean: it is a variable  type to store T (1) or F (2).  Ex: (10>5) = T= 1
                                                                                                   (10<5) = F = 0

2.5) String: it is a variable type to store different variables in a determined number of spaces.  Ex: String [5] = 1 2 3 4 5.
3) Loop or cycle: is a repetition instruction to do an operation.