Qual è la differenza tra informazioni e dati?

2

Da "Demystifying Java" ..

For many of us, the terms information and data are synonymous. However, information and data are distinctly different in programming. Data is the smallest amount of meaningful information.

Qualcuno può darmi un esempio che potrebbe aiutarmi e forse riguardare un bambino di 14 anni? I sorta di capisco, ma quando provo a separare i due nella mia testa, sto avendo problemi per qualche ragione (probabilmente pensandoli come lo stesso per tutta la mia vita è la ragione di questo) .

    
posta David 04.08.2011 - 06:01
fonte

3 risposte

5

aiuta a vedere una parte più ampia dello spettro:

  • dati
  • informazioni
  • conoscenza
  • saggezza

Si può dire che i "dati" sono la forma più grezza; forse una massa amorfa di numeri, o un enorme tavolo senza abbastanza contesto. L'informazione è qualcosa di utile per uno scopo, dati applicati in un contesto che lo rende utilizzabile per qualcuno o per un processo. La conoscenza è nel regno dell'intelligenza e della comprensione. La saggezza è ... beh, sa di cosa si tratta.

(A proposito, sono d'accordo con le altre risposte in quanto è totalmente estraneo alla programmazione)

    
risposta data 04.08.2011 - 06:19
fonte
3

Ecco un link che spiega i due.

Data are plain facts. When data are processed, organized, structured or presented in a given context so as to make them useful, they are called Information.

It is not enough to have data (such as statistics on the economy). Data in themselves are fairly useless. But when these data are interpreted and processed to determine its true meaning, they become useful and can be called Information. Data is the computer's language. Information is our translation of this language.

Both data and information are types of knowledge or something used to attain knowledge. Though used interchangeably, there are many differences between the meanings of these two words.

Data refers to the lowest abstract or a raw input which when processed or arranged makes meaningful output. It is the group or chunks which represent quantitative and qualitative attributes pertaining to variables. Information is usually the processed outcome of data. More specifically speaking, it is derived from data. Information is a concept and can be used in many domains.

Information can be a mental stimulus, perception, representation, knowledge, or even an instruction. The examples of data can be facts, analysis, or statistics. In computer terms, symbols, characters, images, or numbers are data. These are the inputs for the system to give a meaningful interpretation. In other words, data in a meaningful form is information.

Comunque dal contesto non vedo come questo abbia qualcosa a che fare con il linguaggio Java stesso. Al contrario di alcuni dettagli ottusi di informazioni che l'autore sta cercando di trasmettere.

    
risposta data 04.08.2011 - 06:11
fonte
0

Suona come una parola inutile che mi sta tagliando. Non me ne preoccuperei. Certamente non ha alcun significato tecnico nel contesto dell'inizio di Java che io conosca. C'è una sotto-disciplina di Computer Science / EE chiamata Information Theory dove una distinzione tra dati e informazioni è matematicamente significativa, ma non ha nulla a che fare con l'apprendimento del programma in Java. Quando l'autore inizia a parlare di bit, byte e parole, allora potresti voler iniziare a prestare attenzione di nuovo.

    
risposta data 04.08.2011 - 06:12
fonte

Leggi altre domande sui tag