0% found this document useful (0 votes)
4 views4 pages

Programming Languages Overview: C++, Java, SQL

Eduardo Lugo Navarro belongs to group 404. The document lists several programming languages and tools he masters, such as C++, Java, and SQL. It also briefly describes some key features of these languages and tools, such as compilers, linkers, and integrated development environments.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Programming Languages Overview: C++, Java, SQL

Eduardo Lugo Navarro belongs to group 404. The document lists several programming languages and tools he masters, such as C++, Java, and SQL. It also briefly describes some key features of these languages and tools, such as compilers, linkers, and integrated development environments.

Translated by

ScribdTranslations
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

LUGO NAVARRO EDUARDO.

GROUP: 404.

C++ Java SQL


LANGUAGES
DE
PROGRAMMING
ON
C++ is a language that offers a framework Extreme that contributes to the
programming for the development of users of your
object-oriented applications an organization
which takes the base of distributed secure platform
C language and adds it multilayer (3-tier, n- reliable and productive
the capacity of web-based tier for the applications of
abstract types like in Clear Separation company data e
Smalltalk. The intention between presentation business intelligence
from its creation was the (interface), model (BI). SQL Server 2005
extend to the successful (business) logic and offers tools
language of [Link] a known and of great
PLATFORM C programming with infrastructure com effectiveness for the
mechanisms that a basic for the IT professionals, like this
allowed the access to databases like for those who
manipulation of date they work with the
objects Subsequently information. These
were added tools reduce the
facilities of complexity that entails
generic programming the process of creating
implement, manage
and use data
business and
analytical applications
on different platforms
Eclipse SQL*Plus uses a buffer
EasyEclipse to store the last one
The editor is an editor. NetBeans SQL statement executed
simple text Gel (does not affect the )
EDITOR OF DrJava Java IDE SQL*Plus Commands.
TEXT BlueJ Java IDE Incorporate an editor of the
JIPE Java IDE elemental lines for
EMPLOYEE JCreator Java IDE LE make changes
(Light Edition) minimums
in that SQL statement,
how to visualize it (LIST)
edit it (ED), etc.
LUGO NAVARRO EDUARDO.
GROUP: 404.

The compiler only Compile means The compilation


takes into account the translate the code conditional allows to
header files. written in 'Language SQL include directives of
Therefore, if a understandable by compiler that is
class is not defined humans to a code used to determine
COMPILER in the files of in 'Language the real SQL that is
header is like if "Machine," that compiles.
did not exist. No they understand the
you will be able to use it because machines, but not There are two types of
it will not exist for him understandable by compiler directives
compiler. That we do that can be used
eliminate the need this because to the for the compilation
of having a human visibility we conditional
for the classes (like it would be almost
it is the case of internment impossible to work
class in C#). directly with the
language of the
computers.
The linker is a It is a module or A linker of
step after the program that joins consultations are a model
compiler. That the development side code files
it means that a code objects (generated client that provides
can compile well in the first part of the maximum level of
(that is, that the code the flexibility and reusability
Objective-C is valid and compilation) There are when creating applications of
that all the headers programs that StreamInsight. In this
there are) but having link model, the adapters
LINKER linker errors dynamically, this and the templates of
(which means that it means that this query is registered
some of the libraries the process is done as objects of
not found or not moment that is metadata
does the program really contain the load independents that more
classes or methods that forward they can
define the file of link to create
header). instances of a
consultation.
Ultimate++ BlueJ SQL Server
Zinjai Eclipse Management Studio is
CodeLite IDEA a development environment
Code Blocks Jbuilder integrated to write
ENVIRONMENTS OF DevStudio Attached JCreator the Transact queries
DEVELOPMENT Geany JDeveloper SQL MDX, DMX, and XML,
Kdevelop NetBeans and the commands of
INTEGRATED Monodevelop Sun Java Studio SQLCMD. The tutorial
Qt Creator Enterprise illustrate the use of the editor
Sun Studio of engine inquiries
Among others... database for
LUGO NAVARRO EDUARDO.
GROUP: 404.

write a script
Transact-SQL.
Lugo Navarro Eduardo.
GROUP: 404.

PORTABILITY:

Portability is a key element in high-level programming.


level. It is said that a software program is portable when it is able to
run on different platforms. Ideally, all programs should
they will function independently of the technical support. Sometimes to refer to
In programming, the term multiplatform is used for portability.

It is defined as the characteristic that a software has to run in


different platforms, the source code of the software can be reused in
instead of creating a new code when the software switches from one platform to
another (see the note below this paragraph). The greater the portability, the lower it is
the dependency of software on the platform.

Regarding hardware, it is the ease with which it can be transported.


electronic device (computer, game console, etc.) and is basically
related to the weight and dimensions of the equipment. The lower the weight and dimensions,
the device is more portable.

You might also like