Computer

Data and Computer Information Computer

We explain that it is a data in computer science and what are the types of data that exist. In addition, examples and what is information.

Data in Computing
The information can be processed and composed of the data.
  1. What is a data?

In computer science , the information are symbolic representations (that is to say: numerical, alphabetic, algorithmic, etc.) of a certain attribute or qualitative or quantitative variable, that is: the codified description of an empirical fact , an event, an entity.

The information is, thus, the information (values ​​or referents) that the computer receives through different means, and that is manipulated through the processing of the programming algorithms . Its content can be virtually any : statistics, numbers, descriptors, which separately have no relevance to system users , but can be interpreted as a whole to obtain complete and specific information.

In the programming languages , used to create and organize the algorithms that every computer or computer system pursues, the data is the expression of the punctual characteristics of the entities on which said algorithms operate. That is, they are the initial input, from which the information can be processed and composed.

They are particularly important for the data structure , branch of computing that studies the particular way of storing information in minimum portions to achieve a subsequent efficient recovery.

It can help you: Database .
  1. Type of data

In computing, when we speak of information types (or simply “type”) we refer to an attribute that is indicated to the computer regarding the nature of the data that is available to process. This includes delimiting or restricting the data, defining the values ​​that can be taken, what operations can be performed with them, etc.

Some types of data are:

  • Characters . Individual digits that can be represented by numeric data (0-9), letters (az) or other symbols.
  • Unicode characters . Unicode is a coding standard that allows you to represent data more efficiently, thus allowing up to 65535 different characters.
  • Numeric . They can be real or whole numbers, depending on what is necessary.
  • Booleans . They represent logical values ​​(true or false).
  1. Examples of data

Computer data
The bits are each input of the binary code language.

Some examples of computer information can be those that make up the hierarchy of computer data, in an ascending pyramid from the most basic to the most complex:

  • Bits . Each input of the binary code language, that is, 1 or 0.
  • Characters . Numbers, letters or special characters, each formed from a combination of bits . For example: the decimal number 99 corresponds to 1100011 in binary.
  • Fields . Ordered set of characters, for example a word, such as the name and / or surname of the user filling an online form.
  • Records . Sets of ordered fields, such as those needed to log in to our email.
  • Files . Ordered sets of records, such as the cookies that web pages keep in our system and contain the information of the sessions that we have started.
  1. Information (in computing)

In computing, information is understood as the set of ordered data, sequenced, processed by a programming algorithm , which allow recomposing a referent, as a concrete fact or some real sense.

The recovery of the information from the packages or data sets is, thus, the final goal of the computation, since the computer systems encode and represent the information through different mechanisms and languages ​​that allow them to communicate with each other in a fast and efficient.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Back to top button