Fascinated with the world of writing, technology and social media. Letting creativy lead the way.
RSS
content top

Database Introduction


Let us begin the database introduction by defining its concept: 

“a collection of information organized and presented to serve a specific purpose.”  (networkdictionary.com)

It can be either computerized or non-computerized (phone books or filing systems). We are going to concentrate on the former.

A database has many, many uses. For example, companies use it to keep employee records; the government, to keep files concerning different areas of administration. ..and even you may have one for personal use (i.e. to organize your own files, music…)

The main advantages of a computerized database involve speed of information retrieval, capability to update and delete information easily, security and multiple accesses; on the other hand, some disadvantages are implied, such as privacy and ethical matters, and the fact that the initial expense is high because of the software needed.

In this database introduction, it is important to take a look at terminology:





Also, keep in mind that every record that is in the same table has the same fields. A database is designed so that data is stored only once.

The terms “database” and “database management systems (DBMS)” are not equivalent.  The latter is a mechanism used to manage the data.

This concludes the database introduction. Later on, we will take a look at more functions and terms.
How did you like this introduction?

@lichabarreto

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read comments

Software Languages




Software languages are used to create executable programs or even operating systems. Let us take a look at what is behind computer products.

C
 
It is used for software application development such as business programs, engineering programs and games, too. The UNIX operating system is written with this language.

It looks like this:
C++

This language derives from C. The difference is that C++ is object-oriented, which is why it is used for graphical applications. 

It looks like this:
Visual Basic

It was developed by Microsoft and it is a language that programmers can use to create simple graphical user interface (GUI) applications as well as complex ones. The programming involves arranging components or controls and specifying attributes of said components. Also, lines of code are added for functionality. 

It looks like this:
Java

It is considered a powerful and flexible language that creates applets (a program executed within another program). They run inside web sites and in software applications. With Java you can interact with the user, create graphical programs, read from files…

It looks like this:

Do you know any other software language?

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS
Read comments