Field (computer science)



         


In computer science, data that has several parts can be divided into fields. For example, a computer may represent today's date as three distinct fields: the day, the month, the year.

Programming languages usually have a record data type to represent composite data types as a series of fields.

Relational databases arrange data as sets of database records. Each record consists of several fields.

[Top]

See Also

class variable, instance variable, key field, record, n-tuple

This article is a stub. You can help BambooWeb by .





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License