martes, 8 de septiembre de 2015

Integrated Project Blog Activities

1.- Write a 150 words report about your project information:

 My proyect it is about a software simulator. The users will be able to solve problems of differential equations,  numerical methods and electrical circuits. that can simulate problems of the real life with mathematical thinking. The area that it is more significant my IP it is on the education because the students or teachers can solve and verify mathematical problems, but at the same time this simulator will be able to simulate problems or situations for organizations like a UNESCO or something like that. The impact of this kind of proyects is so big because a simulator using in all areas and can make the difference when it use. My team will program on Visual Studio with the language of C# beacause it is a simple language and we know it; But this is a difficult IP and it will test us, but i trust in my team and group.


2. Glossary of technical english terms.



1. Simulator: Virtual recreation of all kinds of scenarios , typical of video games. Multimedia advances to simulate , for example , from racing to Roman battles , through all the maneuvers of an airplane and complete football matches.

2. User manual: Is a technical communication document intended to give assistance to people using a particular system.

3. Variable: In programming, a variable is formed by a space in the storage system and a symbolic name that is associated with that space.

4.System:A group of interacting, interrelated, or interdependent elements forming a complex whole.

5. Numerical methods: They are techniques by which problems can be formulated so that they are resolved by arithmetic operations.

6. Analog electronics: It is a part of studying electronic systems whose variables (voltage, current , etc. ) vary on a continuous basis over time and can take ( at least theoretically) infinite values ​​.

7. Random numbers: It is a result of a random variable specified by a distribution function . When no distribution is not specified, it is assumed that you use continuous uniform distribution on the interval [ 0,1).

8. Differential equation: It is an equation relating nontrivial way an unknown function and one or more derivatives of the unknown function over one or more independent variables.

9. Diode: Electronic device with two electrodes through which current flows in one direction.

10. Resistance: Having a driver opposition to the passage of electric current.

11. Transistor: Small semiconductor device that opens or closes a circuit or amplifies a signal, it is used in integrated circuits to generate bits .

12. Current source: It is the device that converts alternating current, in one or more continuous current, which feed the various circuits of the electronic device to which it is connected ( computer, TV , printer, router , etc. ) .

13. Electrical circuit: It is an electrical network comprising at least one closed path.

14. Analysis: Detailed one thing to know their characteristics or qualities , or state examination, and draw conclusions , performed separately or considering separating the constituent parts .

15. SDLC: Systems Development Life Cycle, in systems engineering and software engineering is the process of creating or modifiación systems , models and methodologies that people use to develop these software systems.

16.Central Processing Unit (CPU): Basically the CPU is the Brain of the computer that performs instructions defined by software and its hardware.

17. UI (User Interface): User interface gives instructions using a mouse and clicking on menus and icons, This is so important in the POO. It’s know as “Form” in the programming.

18. Compiler: Programming language processor that translates a programwritten in a high-level language (the 'source program') which humans can understand, into machine languageprogram (the 'object program') which the computers can understand.

19. Source Code: Computer program written in a high-level language which is converted into object code or machine code by a compiler. Source code is the only stage where a programmer can read and modify a computer program. This is basically the soul of the program.

20. Random Access Memory (RAM): RAM pertains to the internal memory of a computer. RAM is usually a fast, temporary memory area where data and programs reside until saved or until the power is turned off.

21. Keyboard: It’s  a critical part in a computer (computer peripheral), it is compound by keys with letters, numbers and symbols that the peolpe use for type in a computer.

22. Visual Studio 2013 Pro: It is a program that the people can use for programming and it’s based on POO (Object-Oriented Programming) it is a Microsoft’s program and in this case we used it programming.

23. C# : Is an object oriented programming (OOP) language, and is an extension of C language, It’s one of the most popular languages primarily utilized with system/application software, drivers, client-server applications and embedded firmware.

24. Executable program: A file containing machine language instructions that can be directly executed by the computer and is no necessary install in the memory of the computer, the calculator is an Executable program.

25. Software: The programs used to direct the operation of a computer, as well as documentation giving instructions on how to use them, and is the parts of the computer that we can’t touche this componets.