See also đa tạ

Noun

Wikipedia has an article on: Data

Wikipedia

data (plural or uncountable)

  1. Plural form of datum.: pieces of information.
  2. (uncountable, collectively) information.
  3. A collection of object-units that are distinct from one another.

From Wiktionary under the GNU Free Documentation License.
Mon Jul 6 10:49:54 2009

Data are pieces of information that represent the qualitative or quantitative attributes of a variable or set of variables. Data (plural of "datum") are typically the results of measurements and can be the basis of graphs, images, or observations of a set of variables. Data are often viewed as the lowest level of abstraction from which information and knowledge are derived.

Meaning of data, information and knowledge

The terms information and knowledge are frequently used for overlapping concepts. The main difference is in the level of abstraction being considered. Data is the lowest level of abstraction, information is the next level, and finally, knowledge is the highest level among all three. For example, the height of Mt. Everest is generally considered as "data", a book on Mt. Everest geological characteristics may be considered as "information", and a report containing practical information on the best way to reach Mt. Everest's peak may be considered as "knowledge".

Information as a concept bears a diversity of meanings, from everyday usage to technical settings. Generally speaking, the concept of information is closely related to notions of constraint, communication, control, data, form, instruction, knowledge, meaning, mental stimulus, pattern, perception, and representation.

Beynon-Davies uses the concept of a sign to distinguish between data and information. Data are symbols. Information occurs when symbols are used to refer to something.

From Wikipedia under the GNU Free Documentation License
Mon Jul 6 07:26:26 2009

data 20 jpg
macrostudio.com.tw
data 20 jpg
1259px x 800px | 273.70kB

[source page]

data 19 jpg 26 Jun 2006 19 57 308K data 20 htm 11 Jul 2006 11 54 2 0K data 20 jpg 26 Jun 2006 19 58 274K data 21 htm 11 Jul 2006 11 54 2 0K

data 24 jpg
macrostudio.com.tw
data 24 jpg
1305px x 800px | 266.00kB

[source page]

data 23 jpg 11 Jul 2006 11 44 272K data 24 htm 11 Jul 2006 11 58 2 0K data 24 jpg 11 Jul 2006 11 45 266K data 25 htm 14 Jul 2006 11 18 2 0K

europium1 224 data png
mpi-inf.mpg.de
europium1 224 data png
512px x 512px | 39.20kB

[source page]

europium1 222 data png 03 May 2004 20 32 35k europium1 223 data png 03 May 2004 20 32 37k europium1 224 data png 03 May 2004 20 32 39k europium1 225 data png 03 May 2004 20 32 38k

From Yahoo Image Search: "data"
Fri Jul 10 05:12:34 2009

Solar Data Needs Standards, Too
earth2tech.com
Solar Data Needs Standards, Too

Jennifer Kho

Fri, 10 Jul 2009 22:30:20 GM

The enormous task of setting smart grid standards has been at the top of the industry's list for months. Now ...

MediaFile Blog Archive Data Domain, EMC's deal that nearly got ...
blogs.reuters.com
MediaFile Blog Archive Data Domain, EMC's deal that nearly got ...

Eric Auchard

Fri, 10 Jul 2009 14:53:35 GM

It's clear that EMC could have won . Data. Domain for significantly less, and a glance at the technology shows how badly it needed the purchase. EMC may be the market leader in . data. storage. But its software and operating system is the key ...

Omniture: Industry Insights Blog Archive Will Data -Driven ...
blogs.omniture.com
Omniture: Industry Insights Blog Archive Will Data -Driven ...

Brent Dykes

hu, 09 Jul 2009 17:27:35 GM

Some of you may have had the opportunity of attending my Omniture Summit 2009 presentation on the 7 Keys to Creating a . Data. -Driven Organization . Others of you may have seen the same presentation as a free webcast provided by our ...

From Google Blog Search: "data"
Sat Jul 11 21:41:31 2009

AM Best ends public data ratings of UK insurers - Business Insurance
news.google.com
AM Best ends public data ratings of UK insurers

Business Insurance

Inc. said Friday it has discontinued public data ratings of UK insurers so its analysts can spend more time on paid, in-depth examinations that Best calls ...

AM Best Withdraws Public Data Ratings on UK Insurers Business Wire (press release)



all 87 news articles »
MathWorks Seminar: Data Analysis with MATLAB for Excel Users - San Francisco Chronicle
news.google.com
MathWorks Seminar: Data Analysis with MATLAB for Excel Users

San Francisco Chronicle

Attend this free seminar to find out how you and your colleagues can use MATLAB to analyze your data more effectively and to overcome some of the ...



and more »
Switzerland Says It May Seize UBS Data Sought by US - Bloomberg
news.google.com
Switzerland Says It May Seize UBS Data Sought by US

Bloomberg

July 8 (Bloomberg) -- Switzerland said it would seize UBS AG data to prevent the US Justice Department from ...

Swiss Vow to Block UBS From Providing Data to US New York Times

Swiss Government Blocks UBS From Sending Account Data to US HispanicBusiness.com

Swiss Gvt Says Law Prohibits Handing Out Bank Client Data Wall Street Journal

The Associated Press  - Banking Business Review  - Wall Street Journal

all 626 news articles »

From Google News Search: "data"
Sat Jul 11 13:37:51 2009

Do I have to be good at data structures in order to work as a programmer or software engineer?
Q. I am majoring in computer engineering ,I am currently taking a data structures course but I am having real problems writing these implementations.I am really good at programming but terrible at data structures.I only know how to use STL data structures.So are there any applications of data structures in industry and do I have to be good at this course to get a programming job or any other related job?
Asked by hg - Sat Dec 6 14:33:43 2008 - - 2 Answers - 0 Comments

A. Yes. Data structures are just one of the things that you have to be an expert in to be a computer programmer or a software engineer.
Answered by Lisa A - Sat Dec 6 14:38:28 2008

How to copy data from another sheet in Excel 2007?
Q. I have to sheets of data in the same file.I need to compare the data in column 1 in sheet 1 with the data in column 1 sheet 2 and get the data corresponding to that data from sheet 2 column 7 and column 8 and display it in the sheet 1 column 2. How can I do this using excel 2007 function. Plz someone give me a solution.
Asked by Judith - Fri Mar 13 03:18:27 2009 - - 2 Answers - 0 Comments

A. If your sheets are actually named "Sheet 1" and "Sheet 2" =VLOOKUP('Sheet 1'!A1,'Sheet 2'!A:H, 7,0) This will loookup the value in Sheet 1 A1 in column A of Sheet 2. If a match is found, it will return the value from Sheet 2 column 7 in the same row as the match. .
Answered by Cozmosis - Fri Mar 13 04:33:45 2009

How do I transfer data sets from schema 1 to a data set in schema 2?
Q. How do you transfer a data set of 50,000 tuples from database schema1 to database schema2. Database schema1 contains table1, which has seven attributes and database schema 2 contains table2, which has five attributes. How to perform the transfer at the database level? Among all techniques available which one is the most efficient?
Asked by distressed programmer - Wed Oct 22 20:34:54 2008 - - 1 Answers - 0 Comments

A. It depends which RDBMS or RDBMSes you are using. It depends whether database 1 and database 2 are on the same server. If you are on the same server, like the same Oracle instance, then insert into schema2.table2 (col1, col2, col3, col4, col5) select cola, colb, colc, cold, cole from schema1.table1 And your user has to have permissions to access both schema. The syntax is the same for most RDBMSes. But if the schema 2 is in a different database or in a remote server; then there is more to know. Since you only have 50,000 tuples, insert/select is fine. But then again, it depends how large each column is. In the end, your rollback segment (Oracle) or your transaction log (SQL Server, Sybase) must be large enough to hold… [cont.]
Answered by Rocky Squirrel - Wed Oct 22 22:20:31 2008

From Yahoo Answer Search: "data"
Fri Jul 10 16:56:08 2009