proyecto de ingles traducido

12
PROJECT OF: ENGLISH DOCENTE: ING: DANNY JARRE NAME: CESAR MIELES LEVEL: TERCERO “B” HAY QUE SABER VALORAR EL INGLES POR QUE TODA LA VIDA SERA MUY SIGNIFICATIVO

Upload: miguel-mastarreno-macias

Post on 29-Jan-2015

150 views

Category:

Documents


2 download

DESCRIPTION

 

TRANSCRIPT

PROJECT OF:

ENGLISH

CESAR ALBERTO

MIELES GARCIA

DOCENTE: ING: DANNY JARRE

NAME: CESAR MIELES

LEVEL: TERCERO “B”

HAY QUE SABER VALORAR EL INGLES POR QUE

TODA LA VIDA SERA MUY SIGNIFICATIVO

VISION UTM

Formar académicos, científicos y profesionales responsables, humanistas,

éticos y solidarios, comprometidos con los objetivos del desarrollo

nacional, que contribuyan a la solución de los problemas del país como

universidad de docencia con investigación, capaces de generar y aplicar

nuevos conocimientos, fomentando la promoción y difusión de los saberes

y las culturas, previstos en la Constitución de la República del Ecuador.

MISION UTM

Ser una institución Universitaria, líder y referente de la educación superior

en el Ecuador, promoviendo la creación, desarrollo, transmisión y difusión

de la ciencia, la técnica y la cultura, con reconocimiento social y

proyección regional y mundial.

VISION F.C.I

Ser una unidad con alto prestigio académico, con eficiencia, transparencia

y calidad educativa, organizada en sus actividades, protagonista del

progreso regional y nacional.

MISION F.C.I

Formar profesionales eficientes e innovadores en el campo de las ciencias

informáticas, que con honestidad, equidad y solidaridad, den respuestas a

las necesidades de la sociedad elevando su nivel de vida.

CLASS 1

PROGRAMMING IN JAVA

Java

It is a programming language of high level object-oriented, developed by James Gosling

in 1995. The language itself derives much of its syntax from C and C but has a simpler

object model and eliminates low-level tools, often induce many errors as direct

manipulation of pointers or memory. Memory is managed by a garbage collector.

Java applications are typically compiled into a bytecode, although compilation to native

machine code is also possible. At runtime, the bytecode is usually either interpreted or

compiled to native code for execution, although direct hardware execution of bytecode

by a Java processor is also possible.

The original and reference implementation of the compiler, the virtual machine and the

Java class libraries were developed by Sun Microsystems in 1995. Since then, Sun has

controlled the specification, development and evolution of language through the Java

Community Process, although others have also developed alternative implementations

of these Sun technologies, some even under free software licenses.

Between December 2006 and May 2007, Sun Microsystems released most of its Java

technologies under the GNU GPL, according to the specifications of the Java

Community Process, so that virtually all Sun Java software is now free but class library

of websites included in the libraries of objetacion of objects to be compiled as

applications are not fully engaged compressed according to Sun says that an interpreter

is required to run Java programs.

WHAT’S PROGRAMMING

Programming is the process of designing, coding, debugging and maintaining the source

code of computer programs. The source code is written in a programming language. The

purpose of programming is to create programs that display a desired behavior. The

process of writing code often requires expertise in several different areas, and the

mastery of language to use, specialized algorithms and formal logic. Schedule does not

necessarily involve other tasks such as analysis and design of the application (but the

design of the code), but are often fused in developing small applications.

Java Virtual Machine

A Java virtual machine (JVM) is a virtual machine native process, ie executable on a

specific platform, able to interpret and execute instructions expressed in a special binary

code (the Java bytecode), which is generated by the compiler Java language.

The Java binary code is not a high-level language, but a real low-level machine code,

viable even as input language for physical microprocessor. Like all Java puzzle pieces,

was originally developed by Sun.

The JVM is one of the cornerstones of the Java platform. Basically is at a level above

the hardware system on which you intend to run the application, and this acts as a

bridge that understands both the bytecode as the system on which you intend to run. So,

when you write a Java application, it is thought to be executed on a Java virtual machine

in particular, being the ultimately converts bytecode to native code of the final device.

The great advantage of the Java virtual machine is to provide portability to language, so

that from Sun Microsystems have created different java virtual machines for different

architectures, and thus a program. Written class in Windows can be interpreted in a

Linux environment. It is only necessary to have such a virtual machine for such

environments. Hence the famous axiom that follows Java "write once, run it anywhere"

or "Write once, run anywhere".

INTEGRATED DEVELOPMENT ENVIRONMENT

An integrated development environment, also called IDE is a computer program

consists of a set of programming tools. You can devote himself exclusively to a single

programming language or it can be used for several.

Dev C + +, an environment for the programming language C + +.

WebDevStudio, an online IDE for the programming language C / C + +.

An IDE is a programming environment that has been packaged as an application

program, ie is a code editor, a compiler, a debugger, and a GUI builder (GUI). IDEs

applications can be alone or can be part of existing applications. The Visual Basic

language, for example, can be used within Microsoft Office applications, making it

possible to write Visual Basic statements as macros for Microsoft Word.

The IDE provides a framework friendly to most programming languages such as C + +,

PHP, Python, Java, C #, Delphi, Visual Basic, etc.. In some languages, an IDE can

function as a run-time system, where you can use the programming language

interactively without work oriented text files, such as Smalltalk or Objective-C.

CLASS

2

ECLIPSE

Eclipse is an integrated development environment for developing cross-platform open

source what the project calls "rich client applications" as opposed to applications "thin

client-based" browsers. This platform has typically been used to develop integrated

development environments (IDE English), as the Java IDE called Java Development

Toolkit (JDT) and compiler (ECJ) delivered as part of Eclipse (and which are also used

to develop the same Eclipse). However, it can also be used for other types of client

applications, such as BitTorrent or Azureus.

Eclipse is also a community of users, constantly extending the application areas

covered. An example is the recently created Eclipse Modeling Project, covering almost

all areas of ModelDrivenEngineering.

Eclipse was originally developed by IBM as the successor to its VisualAge family of

tools. Eclipse is now developed by the Eclipse Foundation, an independent non-profit

organization that promotes open source community and a set of complementary

products, capabilities and services.

Eclipse was originally released under the CommonPublicLicense, but was later re-

licensed under the Eclipse PublicLicense. The Free Software Foundation has said that

both licenses are free software licenses, but they are incompatible with the GNU

General Public License (GNU GPL).