What's new, new media?
No edit summary
No edit summary
Line 8: Line 8:
   
 
#'''Hierarchical Model'''- Treelike structure, desktop computers use this model, menu-based interactivity.
 
#'''Hierarchical Model'''- Treelike structure, desktop computers use this model, menu-based interactivity.
 
 
#'''Network Model'''- Lattice structure, uses records and sets to organize data.
 
#'''Network Model'''- Lattice structure, uses records and sets to organize data.
 
 
#'''Relational Model'''- Most common model, rows and columns of data (typically mathematical).
 
#'''Relational Model'''- Most common model, rows and columns of data (typically mathematical).
 
 
#'''Object-oriented Model'''- Object databases store objects instead of data; objects consist of attributes and/or methods (this is what we see frequently in new media).
 
#'''Object-oriented Model'''- Object databases store objects instead of data; objects consist of attributes and/or methods (this is what we see frequently in new media).
   
Line 21: Line 18:
 
Some common examples of databases in terms of New Media are:
 
Some common examples of databases in terms of New Media are:
   
#'''Web page''' – A web page might contain photos, which come from a database; a web page also exists among other web pages in the World Wide Web, which is one large database.
+
*'''Web page''' – A web page might contain photos, which come from a database; a web page also exists among other web pages in the World Wide Web, which is one large database.
   
#'''CD-ROM''' – A cd-rom is a portable database of information that can be accessed in a non-linear fashion. An example is a multimedia encyclopedia cd-rom.
+
*'''CD-ROM''' – A cd-rom is a portable database of information that can be accessed in a non-linear fashion. An example is a multimedia encyclopedia cd-rom.
   
#'''DVD''' – A dvd is a portable version of a movie that can be accessed from any point immediately. It has been remediated from it’s former version, the VHS tape.
+
*'''DVD''' – A dvd is a portable version of a movie that can be accessed from any point immediately. It has been remediated from it’s former version, the VHS tape.
   
   
 
== External links ==
 
== External links ==
[http://www.louvre.or.jp/louvre/QTVR/anglais/ ''A Virtual Tour of the Louvre Museum in Paris, France'']
+
*[http://www.louvre.or.jp/louvre/QTVR/anglais/ ''A Virtual Tour of the Louvre Museum in Paris, France'']
   
 
[[Category: Concepts & Terms]]
 
[[Category: Concepts & Terms]]

Revision as of 18:23, 22 October 2006

For other uses see Database.

The term database, as defined by the online Meriam-Webster dictionary, is usually a large collection of data organized especially for rapid search and retrieval (as by a computer). The expanded definition in terms of New Media is roughly the same, but the objects may vary in form, content, and resolution, and might be available beforehand as well as well as on demand.

Database in Computer Science

A database and the information that it contains, can be organized in several different models in the computer science sense of the definition:

  1. Hierarchical Model- Treelike structure, desktop computers use this model, menu-based interactivity.
  2. Network Model- Lattice structure, uses records and sets to organize data.
  3. Relational Model- Most common model, rows and columns of data (typically mathematical).
  4. Object-oriented Model- Object databases store objects instead of data; objects consist of attributes and/or methods (this is what we see frequently in new media).

Database as a Cultural Form in New Media

In his book “The Language of New Media,” Lev Manovich states that “as a cultural form, the database represents the world as a list of items” and we refuse to order that list (p. 225). A database is nonlinear and can be taken out of order based on the user’s choosing. The user can access the database with operations such as view, search, and navigate. The database “becomes the center of the creative process in the computer age” (p.227). There are two components to this discussion: the data structure and the algorithm. The data structure is made up of the database (i.e. CD-ROM, web page, etc.). The New Media narratives (i.e. hypernarritives or interactive narratives) are products of the data structures and algorithms. In relation to New Media, the database becomes the “paint” to the painter.

Some common examples of databases in terms of New Media are:

  • Web page – A web page might contain photos, which come from a database; a web page also exists among other web pages in the World Wide Web, which is one large database.
  • CD-ROM – A cd-rom is a portable database of information that can be accessed in a non-linear fashion. An example is a multimedia encyclopedia cd-rom.
  • DVD – A dvd is a portable version of a movie that can be accessed from any point immediately. It has been remediated from it’s former version, the VHS tape.


External links