Opentopia Directory Encyclopedia Tools

Encyclopedia: DAT...

Encyclopedia : D : DA : DAT (836 articles)


DAT
DAT can mean: day after tomorrow, a J-Pop band.Dental Admission Test, a standardized test used for admission to dentistry programs in North AmericaDigital Audio TapeDiet as tolerated, a medical jargonDelta Air Transport or SN Brussels AirlinesDAT - Danish Air TransportDopamine transporter, a type o..
Data
For other uses, see (disambiguation)}}}. Data is the plural of datum. A datum is a statement accepted at face value (a "given"). A large class of practically important statements are measurements or observations of a variable. Such statements may comprise numbers, words, or images. Contents 1&n..
DATA
For other uses, see Data (disambiguation). DATA (Debt, AIDS, Trade, Africa) was established in 2002 by Bono (Paul David Hewson) of the Rock band U2, and Bobby Shriver, along with activists from the Jubilee 2000 Drop the Debt Campaign, as an organisation focused on Justice, not charity. Some of DATA'..
Data's Day (TNG episode)
Data's Day is a fourth season episode of [[Star Trek: The Next Generation]]. Data records the event of a single day of his life, which include Chief O'Brien and Keiko's pre-wedding jitters, learning to dance and investigating the loss of a Vulcan Ambassador in a transporter accident. [Spoile..
Data-driven design
In computer science, data-driven design is the result of adapting abstract data type design methods to object-oriented programming (Wirfs-Brock & Wilkerson, 1989). This type of design is used in object-oriented programming to define classes during the conception of a piece of software. References W..
Data-flow analysis
Data-flow analysis is a technique of automatically gathering information about the values calculated in a procedural computer program by applying rules to its control flow graph. The information gathered is often useful in optimizing the program, so most compilers for procedural languages include o..
Data-Link Switching
Description DLSw (Data-Link Switching) is a protocol designed to tunnel non-IP based protocols such as IBM Systems Network Architecture (SNA) and NetBIOS over an IP network. DLSw was initially documented in IETF RFC 1434 in 1993. In 1995 it was further documented in the IETF RFC 1795. DSLw version..
Data-snooping bias
In statistics, data-snooping bias is a form of statistical bias generated by the misuse of data mining techniques which can lead to bogus results in scientific research. Although data-snooping biases can occur in any field that uses data mining, data snooping biases are a particular concern in fin..
Data-structured language
A Data-structured language is a programming language in which the data structure is a main organizing principle, representation, model, for data and logic (code) alike, in which both are stored and operated upon, i.e., program data and logic are structured and operated on in the same way. They are ..
Data: URI scheme
The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions]. The data: URI scheme defined in IETF standard RFC 2397, is an URI scheme that allows inclusion of small data items inline, as if they were bein..
Database
A database is an organized collection of data. The term originated within the computer industry, but its meaning has been broadened by popular use, to the extent that the European Database Directive (which creates intellectual property rights for databases) includes non-electronic databases within i..
Databases for psychologists
There are a number of databases that psychologists use to access the knowledgebase of their science. They include: MEDLINE PubMed PsycINFO PsycARTICLES PsycFIRST PsycSCANs Online [[PsycSCAN: Applied Psychology]][[PsycSCAN: Behavior Analysis & Therapy]][[PsycSCAN: Developmental Psychology]]..
Database abstraction layer
A database abstraction layer, is an Application Programming Interface or separate piece of software which is used by a program to communicate with a database such as MySQL or Oracle. The purpose of a database abstraction layer is to change the way another program communicates with a database. The id..
Database administrator
A database administrator (DBA) is a person who is responsible for the environmental aspects of a database. In general, these include: Recoverability - Creating and testing BackupsIntegrity - Verifying or helping to verify data integritySecurity - Defining and/or implementing access controls to the ..
Database and Collections of Information Misappropriation Act
The Database and Collections of Information Misappropriation Act is a proposed resolution in the United States House of Representatives, which opponents claim would severely limit fair use law, and make database collection projects (like the Wikipedia) targets for liability, under claims of propert..
Database audit
Contents 1 What is a database?2 What are some examples of databases?3 What are the classes of Database users?4 What are the commonly used databases?5 Is security important in databases and what does it comprise?6 What practical security measures can be put in place?7&..
Database catalog
The database catalog of a database instance consists of metadata in which definitions of database objects such as Basis tables, view tables, synonyms, value ranges, indexes, users, and user groups are stored. ..
Database consistency
In database systems, a consistent transaction is one that does not violate any integrity constraints during its execution. If a transaction leaves the database in an illegal state, it is aborted and an error is reported. Consistency is one of the ACID properties. See also AtomicityIsolationDura..
Database design
Database design is the process of producing a detailed data model of a database. This model contains all the needed logical and physical design choices and physical storage parameters needed to generate a design in a Data Definition Language, which can then be used to create a database. A fully att..
Database dump
For information on obtaining the Wikipedia database, see [Database download]. A database dump contains a record of the table structure and/or the data from a database and is usually in the form of a list of SQL queries. A database dump is most often used for backing up a database so tha..
Database engine
A database engine is the underlying component that a Database Management System (DBMS) uses to create, retrieve, update and delete (CRUD) data from a database. One may command the database engine via the DBMS's own user interface, and sometimes through a network port.Utilizing standards-based techno..
Database Forensics
Database Forensics is a computer science term to refer to the forensic study of databases. Computer Forensics as applied to Operating System files has been well investigated and these principles can be applied to the virtual file system of a Relational Database and the RDBMS software that supports i..
Database integrity
This article or section is in need of attention from an expert on the subject.Please help recruit one, or improve this page yourself}} if you can. See [discussion page] for details. Database Integrity is to ensure that data entered in the database is accurate and valid. This means that..
Database log
In in the field of databases in computer science, a database log (also transaction log or binary log) is a history of actions executed by a database management system to guarantee ACID properties over crashes or hardware failures. Physically, a log is a file of records stored in stable storage. If..
Database machine
A database machine or back end processor is a computer or special hardware that stores and retrieves data from a database. It is specially designed for database access and is coupled to the main (front-end) computer(s) by a high-speed channel. This contrasts with a database server, which is a comput..
Database management system
A database management system (DBMS) is a computer program (or more typically, a suite of them) designed to manage a database (a large set of structured data), and run operations on the data requested by numerous clients. Typical examples of DBMS use include accounting, human resources and customer..
Database marketing
Database marketing is a form of direct marketing using databases of customers or potential customers to generate personalized communications in order to promote a product or service for marketing purposes. The method of communication can be any addressable medium, as in direct marketing. The distin..
Database mining
Database mining is a special case of Structured Data Mining. It is the process of finding and extracting useful information from raw datasets. See also XML databaseRelational data mining Data warehouseDocument warehouse Database External links [Mining structured data] References http..
Database model
Database models Common models HierarchicalNetworkRelationalObject-relationalObject Other models AssociativeConcept-orientedMulti-dimensionalStar schema A database model is a theory or specification describing how a database is structured and used. Several such models have been suggested. Common..
Database normalization
This article or section is in need of attention from an expert on the subject.Please help recruit one, or improve this page yourself}} if you can. See [discussion page] for details. In relational databases, normalization is a process that eliminates redundancy, organizes data efficientl..
Database of Recorded American Music
A joint venture by New World Records and New York University, the Database of Recorded American Music ([DRAM]) is designed to facilitate the music research of scholars and students by offering on-demand, streaming access to an extensive and ever-growing catalog of essential music. As of 2..
Database protection bill
The Database and Collections of Information Misappropriation Act (HR 3261) is currently pending in the 2004 United States House of Representatives. It would alter copyright law to permit assertion of copyright ownership over factual data. Proponents argue that the bill is based on the 1996 EU datab..
Database publishing
For the company formerly known as Database Publications, see Europress. Database Publishing is a term used in the area of automated mediaproduction to indicate tecniques to automatically make up publications starting from data residing in traditional databases. Common examples are the making up of ..
Database query language
Database query languages are like programming languages. The person formulating the query is expected to understand the relevant rules for formulating the query, and to program the query according to the requirements. Their preciseness can be contrasted with the processing of an Information retrie..
Database rights
..
Database security
Database security is the system, processes, and procedures that protect a database from unintended activity. Unintended activity can be the result of internal misuse, malicious external attacks or inadvertent internal mistakes. Traditionally databases have been protected from external access by fi..
Database server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model. The term may also refer to a computer dedicated to running such a program. Database management systems frequently provide database server functional..
Database Source Name
Database Source Names, more commonly seen as the abbreviation, DSN, are data structures used to describe a connection to a database. This DSN will take the form of protocol: subprotocol: host: port: database so as to completely specify all parameters of the connection. The exact format of the DSN wi..
Database Technologies
DBT Online DBT Online was founded by Hank Asher as Database Technologies. The group once had a data management contract with the FBI, however, this was terminated following allegations that Asher was associated with Bahamian drug dealers. (1 p.18) According to Vanity Fair article 050131 "The Net's ..
Database transaction
A database transaction is a unit of interaction with a database management system or similar system that is treated in a coherent and reliable way independent of other transactions that must be either entirely completed or aborted. Ideally, a database system will guarantee all of the ACID propertie..
Database trigger
A database trigger is procedural code that is automatically executed in response to certain events on a particular table in a database. Triggers can restrict access to specific data, perform logging, or audit access to data. There are two classes of triggers, they are either "row triggers" or "stat..
Database tuning
Please [Glossary#Wwikify] (format) this article or section as suggested in the [Guide to layoutGuide to layout] and the [Manual of StyleManual of Style]. Remove this template after wikifying. This article has been tagged since April 2006. Database Tuning describes a..
DataBlade
A DataBlade is an extension/add-on to the Informix database system. A DataBlade adds new functionality to the database system through new data types and operations. The DataBlade extension framework qualifies Informix to be included in the object-relational database category of database systems. A..
Datablogging
Datablogging is a collaborative blogging platform that allows for extended data fields to be appended to blog posts so that the information from these posts can be amalgamated, analyzed and tracked. Contents 1 History2 Elements3 Example4 Legacy Integration5 External links..
DataCAD
DataCAD is a computer-aided design and drafting (CADD) software for 2D and 3D architectural design and drafting, developed and sold by DATACAD. DataCAD was one of the first PC-based CADD programs developed specifically for architects and is the only CADD software ever to be endorsed by the American..
Datacasting
Datacasting is the broadcasting of data over a wide area via radio waves. It most often refers to supplemental information sent by television stations along with digital television, but may also be applied to digital signals on analog TV or radio. It generally does not apply to data which is inher..
Datacom
Datacom refers to the following: USA - DataCom, Inc of Broken Arrow, OK. A leading provider of online integration solutions, with a focus on web based applications based on MS dotnet. http://www.data-com.net a relational database for IBM mainframes sold by Computer Associates (CA-Datacom)an abbre..
Datacraft Asia
Datacraft Asia Limited SGX: [D06] is a programming services provider based in the city-state of Singapore in Asia. It is part of the Straits Times Index of the SGX, the stock exchange of Singapore. Its clients include Oracle Corporation, Corning and VISA International. External links &#..
DataEase
DataEase (Soimetimes known as DataMaster), was one of the first relational database packages developed for MS-DOS. The first version, DataEase 1.0, was released in 1981. The DOS versions of DataEase were exceptionally easy to develop with. You could create interactive data entry forms and reports,..
DataFlash
DataFlash is a low pin-count serial interface for flash memory. This is an Atmel proprietary interface compatible with standard SPI protocol. ..
Dataflex
DataFlex originated in around 1980 as a database programming language, self-described as an applications development database. It is a relatively early example of a fully fledged and commercially used fourth-generation programming language (4GL). In its early forms, DataFlex was available for UNIX, ..
Dataflow
Dataflow is a term used in computing, and may have various shades of meaning. It is closely related to message passing. Contents 1 Software architecture2 Diagrams3 Concurrency4 Hardware architecture5 See also6 External links Software architecture Dataflow is a softw..
Dataflow architecture
Dataflow architecture is a computer architecture that directly contrasts the traditional von Neuman or control flow architecture. Dataflow architectures do not have a program counter or (at least conceptually) main memory and the executability and execution of instruction is determined based on avai..
Dataflow language
In computer programming, a dataflow language is a visual programming language that implements dataflow principles and architecture, and models a program, conceptually if not physically, as a directed graph of the data flowing between operations. Dataflow languages share some features of functional l..
Dataflux
Dataflux corporation is located in Cary, NC. It is a wholly owned subsidiary of [SAS] (also located in Cary, NC). Dataflux offers data management software and business consulting services. DataFlux offers a variety of software packages designed to assist in the areas of data quality and an..
Datafork TrueType
Datafork Truetype is a font format by Apple Computer, based on Adobe's OpenType. It uses the file extension .dfont. ..
Dataganj
Dataganj is a town and a nagar panchayat in Budaun district in the state of Uttar Pradesh, India. Geography Dataganj is located at [28.03° N 79.4° E][Falling Rain Genomics, Inc - Dataganj]. It has an average elevation of 158 metres (518 feet). Demographi..
Datagram Congestion Control Protocol
Internet protocol suite Layer Protocols Application DNS, TLS/SSL, TFTP, FTP, HTTP, IMAP, IRC, NNTP, POP3, SIP, SMTP, SNMP, SSH, TELNET, BitTorrent, RTP, rlogin, … Transport TCP, UDP, DCCP, SCTP, IL, RUDP, Network IP (IPv4, IPv6), ICMP, IGMP, ARP, RARP, … Link PPP, SLIP, FDDI, ATM, ..
Datagram Delivery Protocol
Datagram Delivery Protocol (DDP) is a member of the AppleTalk networking protocol suite. Its main responsibility is for socket-to-socket delivery of datagrams over an AppleTalk network. Note: All application-level protocols, including the infrastructure protocols NBP, RTMP and ZIP were built on to..
Datagram Transport Layer Security
In information technology, the Datagram Transport Layer Security (DTLS) protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol ..
Dataindustrier AB
Dataindustrier AB or DIAB was a Swedish computer engineering and manufacturing firm, founded in 1970 by Lars Karlsson and active in the 1970s through 1990s. The company's first product was a board-based computer centered around a specific bus named Data Board 4680. This unit was used for automatic c..
Datajack
A datajack is a physical input/output port that allows direct connection between a computer or other device and the operator's brain. Currently, datajacks are only the subject of cyberpunk and other sci-fi fiction, but could someday be a way for living beings to communicate diectly between mind and..
Datakortet
Datakortet is the Norwegian Licensee of the European Computer Driving Licence. Datakortet is located in Kirkenes and its products are distributed through 400 test centres around Norway. 140,000 Norwegians participate in the ECDL programme. ..
DataLink OASIS
DataLink OASIS (for "Online Automated Sales & Inventory System") is an Australian eBusiness software range that allows businesses to efficiently transfer their data to and from MYOB and their osCommerce online store. The DataLink OASIS has been developed by DataLink UK Ltd and distributed throughout..
Datalog
Datalog is a query and rule language for deductive databases that syntactically is a subset of Prolog. Its origins date back to around 1978 when Hervé Gallaire and Jack Minker organized a workshop on logic and databases. The term Datalog was coined in the mid 1980's by a group of researchers inter..
Datalogic
POSSIBLE COPYRIGHT VIOLATION If you have just labeled this page as a possible copyright infringement, please add the following to the bottom of [ Wikipedia:Copyright_problems/2006_August_26/Articles]* {{subst:article-cv|}} from []. ~~~~ The previous content o..
Datalore (TNG episode)
”Datalore” is a first season episode of [[Star Trek: The Next Generation]], first broadcast January 18, 1988. It is episode #13, production #114, teleplay written by Robert Lewin and Gene Roddenberry, based on a story by Robert Lewin and Maurice Hurley, and directed by Robert Bowman. Overview..
DataManagerPC
Timeworks Inc. DataManagerPC was the most advanced and easy to use personal database software ever produced for the DOS operating system. First introduced for Atari computers in 1987, the program used the relational database format that was easy to make into custom forms and data entry panels. It..
Datamation
Datamation was a computer magazine published in the United States between 1957 and 1997. When first published it wasn't clear there would be a significant market for a computer magazine given how few computers there were. Until microcomputers came along Datamation was the main general periodical of..
Datamax
Datamax is a manufacturer of barcode label printers, used mostly in industrial and commercial applications. Datamax was formed in 1977 and the main manufacturing plant is in Orlando, Florida, USA. In 2005, Datamax was acquired by the Dover Corporation who own a number of technology based companies ..
Datamax UV-1
The Datamax UV-1 was a pioneering computer designed by a group of computer graphics artists working at the University of Illinois at Chicago, known as the Circle Graphics Habitat. It was primarily the brainchild of Tom DeFanti, who was trying to build a machine capable of running his GRASS programmi..
Datames
Datames (in Greek Δατάμης; killed 362 BC) was a general and provincial governor under the Persian empire. A Carian by birth, he was the son of Camissares by a Scythian or Paphlagonian1 mother. His father being satrap of Cilicia under Artaxerxes II, and high in the favour of that monarch, Data..
DataMirror
To meet Wikipedia's and conform with our [NPOVNPOV] policy, this article or section may require [Cleanupcleanup].The current version of the article or section reads like an [What Wikipedia is not#Wikipedia is not a soapboxadvertisement].Please discuss this issue on the..
Datamon
Datamon is a fictional character in the Digimon TV series. In the Japanese version, Datamon is known as Nanomon. Contents 1 Evolution1.1 Special evolution2 Abilities2.1 Attacks3 Appearances3.1 Digimon Adventure3.2 Digimon Frontier Evolution Special evolution ..
Datang
Datang is a Chinese telecommunication equipment vendor. Datang Telecom Technology Co., Ltd. is a large-scale science and technology enterprise that is engaged in the development of leading information communication equipment and systems such as high-capacity digital switching optical networking, mo..
DataOne
DataOne is a broadband internet access service offered by BSNL in India. DataOne claims to be a high speed ADSL, "always-on" service, and claims download speeds ranging from 256 kbit/s to 2 Mbit/s. DataOne offers a wide range of plans including some home users targeted plans in which surfing from 2..
DATAPAC
DATAPAC is Canada's packet switched data network. Current Uses One of the current uses of DATAPAC network is to transmit debit card transactions between retailers and the financial institutions (banks). It's also used to transmit lottery ticket numbers that are purchased by customers. ..
Datapak
Datapak is a nordic packet switched network using X.25. Speeds vary from 2400 bit/s to 64 kbit/s. Datapak over dialled connections X.28 is also possible. Datapak is also the name of removable data storage media for the Psion Organiser. ..
Datapanik in Year Zero
Datapanik In Year Zero is a 1996 Box Set by Pere Ubu, which catalogues their initial phase of existence up to their 1982 break-up (which later turned out to be merely a hiatus). The title "Datapanik In Year Zero" originated with a 1978 EP which compiled their first singles, and was "recycled" for..
Dataparallel-C
Dataparallel-C: C with parallel extensions by Hatcher and Quinn of the University of New Hampshire. Dataparallel-C was based on an early version of C* and runs on the Intel iPSC-2 and nCube. This article was originally based on material from the Free On-line Dictionary of Computing, which is ..
DataparkSearch
DataparkSearch Engine is an open source search engine written in C. It is distributed under the GNU General Public License and designed to organize search within a website, group of websites, intranet or local system. DataparkSearch can index text/plain, text/html and text/xml data natively, and m..
Dataphor
Dataphor is a truly relational database management system (TRDBMS). Dataphor is considered a virtual, or federated, DBMS. Dataphor was created by Alphora, a division of ERP and CRM systems developer Softwise. It is the first truly RDBMS since IBM Business System 12. Its D4 language is based on th..
DataPilot (OpenOffice.org)
In OpenOffice.org Calc, the feature DataPilot provides similar functionality to that of Pivot table found in Microsoft Excel. It is used for interactive table layout and dynamic data analysis. Unlike Excel, however, OpenOffice.org does not support Pivot chart yet. With OpenOffice.org 2.0, the Dat..
DataPipe
DataPipe began in 1998 as Hoboken Web Services with just three employees. They focus on managed Microsoft Windows and Unix servers but also provide virtual hosting, #REDIRECT email hosting and colocation. Now known as DataPipe, they maintain datacenters in Newark, NJ, San Jose, CA, London, UK, and H..
Dataplan payroll bureau
Dataplan Payroll Bureau is based in Grimsby and offers payroll services for companies all across the UK. External links [The official homepage] ..
DataPlay
DataPlay is an optical disk system developed by DataPlay Inc. and released to the consumer market in 2002. Using very small (32mm diameter) disks enclosed in a protective cartridge storing 250MB per side, DataPlay was intended primarily for portable music playback, including both pre-recorded disks ..
Dataplow
DataPlow, Incorporated DataPlow, Incorporated, a Minnesota-based company founded in 1997, specializes in storage area network (SAN) file system software that enables high-speed file sharing among multiple computers. Users, working on different computers, can simultaneously read and write shared fi..
Datapoint
For a "data point" meaning a single datum, see data. Datapoint Corporation, originally known as Computer Terminal Corporation (CTC), was a computer company based in San Antonio, Texas. Founded in 1967 by Phil Ray and Gus Roche, its first products were, as the company's initial name suggests, compute..
Datapoint 2200
The Datapoint 2200 was a programmable terminal released by Computer Terminal Corporation (CTC) in June 1970. (Some accounts say it was released sometime in 1971.) Intended simply to be a versatile, cost-efficient terminal for connecting to a wide variety of mainframes by loading various terminal emu..
DataPower
DataPower is an IBM-owned company that produces XML appliances for processing XML messages. DataPower was one of the first companies that integrated application-specific integrated circuits (ASICs) designed to accelerate XSLT processing into products. DataPower was recognized early as an innovator..
DATAR
DATAR, short for Digital Automated Tracking and Resolving, was a pioneering computerized battlefield information system developed by the Canadian Navy in partnership with Ferranti Canada in the early 1950s. It combined data sent to it from various ships in order to provide commanders with an "overal..
Dataran Bandaraya Johor Bahru
Dataran Bandaraya Johor Bahru or (Johor Bahru City Square) is the main square in Johor Bahru, Johor, Malaysia. It was built on 1 January 1994 following the declaration of Johor Bahru as a city. ..
Dataran Merdeka
Dataran Merdeka (Independence) Square in central Kuala Lumpur, where the independence of Malaya was declared in 1957 The Dataran Merdeka (or Independence Square) is located in Kuala Lumpur, Malaysia. Dataran Merdeka was formerly known as the Selangor Club Padang, and was originally the cric..
DataReader
In ADO.NET, a DataReader object is used to sequentially read data from a data source of any kind. Two common data sources used are SQL Servers via System.Data.SqlClient or OLE DB via System.Data.OleDb. A DataReader is usually accompanied by a Command object that contains information about the quer..
Datarock
Datarock is a Norwegian "datarock" band, where the band describes "datarock" as "a mixture of musical styles [they] like." A trio of friends, Fredrik Saroea, Ketil Mosnes and Kevin O'Brien, conceived the group while at a festival in Bergen, and soon hired Tom Mæland. O'Brien and Mæland ..
Datarock Datarock
Datarock Datarock is the debut album by Norwegian pop/disco act Datarock, released in 2005. Track listing "Bulldozer""I Used to Dance with My Daddy""Computer Camp Love""Fa-Fa-Fa""Princess""Sex Me Up""Nightflight to Uranus""Ugly Primadonna""Maybelline""Laurie""The Most Beautiful Girl" ..
Datasaab
Datasaab was the computer division of and later a separate company spun off from aircraft manufacturer Saab in Linköping, Sweden. Its history dates back to December 1954, when Saab got a license to build its own copy of BESK, an early Swedish computer design using vacuum tubes, from Matematikmaskin..
Datasaab D2
For other uses of the name D2, see the disambiguation page. D2 was a concept and prototype computer designed by Datasaab in Linköping, Sweden. It was built with discrete transistors and completed in 1960. Its purpose was to investigate the feasibility of building a computer for use in an aircraft ..
Datasektionen
Datasektionen (the section of computer engineering) is a section of the Students Association of Engineering (Teknologkåren[link]) at Luleå University of Technology. It was founded in 1984. Datasektionen is responsible for the academic programmes of MSc in computer engineeringBSc in com..
Datasheet
A datasheet is a document summarizing the performance and other characteristics of a component (e.g. an electronic component) or sub-system (e.g. a power supply) in sufficient detail to be used by a design engineer to design the component into a system. Typical datasheet information for an electron..
DataSnap
DataSnap (Previously known as MIDAS) is a COM-based software technology that enables RAD creation of multi-tier database applications for the Win32 environment. DataSnap components approach allows Borland software development tools such as Delphi or C++ Builder to create Data Broker/Client applicati..
DataSource
DataSource This is a interface in the java language- javax.sql.DataSource- An object implementing DataSource provides the means by which connection pooling may be neatly hidden and performed. A DataSource object is a factory for Connection objects. An object that implements the DataSource int..
Datassette
The Commodore 1530* (C2N) Datassette (a portmanteau of data + cassette), was Commodore's dedicated computer tape recorder. It provided access to an inexpensive storage medium for Commodore's 8-bit home/personal computers, notably the PET, VIC-20, and C64. (* See the "Main models" section for inform..
Datastage
DataStage (IBM WebSphere DataStage) is an ETL tool and part of the IBM WebSphere Information Integration suite. It uses a graphical notation to construct data integration solutions and is available in various different versions such as the Server edition and the Enterprise Edition. It was formerly..
Datastorm
Datastorm was a popular game for the Amiga Datastorm is a Defender-like game for the Amiga published in 1989. Written by Soren Gronbech, it was inspired by Drop Zone for the Commodore 64. As such, the exact gameplay deviates from Defender in that the task on each level is to carry the 8 humano..
Datasul
Datasul is a Brazilian software provider for company solutions. The company was founded in 1978 by Mr. Miguel Abuhab and since then, it has built a network of 3000 professionals, a customer base of 2200 clients with more than 180 thousand active users. In addition to Brazil, the company has operatio..
DataTac
Mobile phone and datastandards 0G PTTMTSIMTSAMTS 0.5G Autotel/PALMARP 1G NMTAMPSHicapCDPDMobitexDataTac 2G GSMiDEND-AMPSIS-95/cdmaOnePDCCSDPHS 2.5G GPRSHSCSDWiDEN 2.75G CDMA2000 1xRTT/IS-2000EDGE 3G W-CDMA* UMTS* FOMA1xEV-DO/IS-856TD-SCDMAGAN/UMA 3.5G HSDPA 3.75G HSUPA 4G Frequency b..
DataTAC
The DataTAC network runs at speeds up to 19.2 kbit/s, which is sufficient to handle most of the wireless data applications available today. The network runs 25 MHz channels in the 800 MHz frequency bands. Due to the lower frequency bands that DataTAC uses, in building coverage is typically better t..
Datatermgruppen
Svenska Datatermgruppen (Swedish Computing Terminology Group) is Swedish group for computer terminology. The group give advices and decrees concerning computer terms in Swedish. It was launched in 1996 by TNC (Swedish Terminology Centre) and Swedish Language Council. External links [Official ..
Datatjej
Datatjej (translated: "computer girl" or "data girl") is an annual conference for women studying Computer science in Sweden. (The Computer Science education must be at least 4 years long). The conference lasts for 4 days and has about 100 visitors each year. Every year there is a different theme, ex..
Datatrieve
DATATRIEVE is a database query and report writer tool that runs on the HP (formerly Digital) OpenVMS operating system as well as several PDP-11 operating systems. Its command structure is nearly plain English, and it is an early example of a Fourth Generation Language (4GL). It works against flat..
Dataweb
The Dataweb is an open source project started in 1995 to provide access to statistical data in the same way that the current world wide web provides access to documents. The data browser for the DataWeb is Data FERRETT (Federated Electronic Research Review Extraction Tablulation Tool) The url for th..
Datawrite
Datawrite is a major manufacturer of blank CD and DVD media which was formed in 1992. External links [Datawrite UK web site][UK supplier of Datawrite products] ..
Data (computing)
In computer science, data is often distinguished from programs. A program is a set of instructions that detail a computation or task for the computer to perform. Data is everything that is not program code. Explanation In most modern digital computers, both programs and data are stored using the s..
Data (disambiguation)
Data may refer to: Data, raw information such as an observation or measurement. The plural form of "datum", which can also refer to a reference point on the surface of the Earth for surveying purposes, which has the plural "Datums".Data, an android character in the Star Trek universe.Data (Euclid),..
Data (Euclid)
Data is a work by Euclid. It deals with the nature and implications of "given" information in geometrical problems; the subject matter is closely related to the first four books of the Elements. A recent translation of The Data was created by George L. McDowell and Merle A. Sokolik (ISBN 096359241..
Data (Star Trek)
Mean anomaly (M) Physical characteristics Dimensions Surface area Volume Mass Density (ρ) Surface gravity Escape velocity Rotation period Rotation velocity Obliquity Right ascensionof north pole Declination Absolute magnitude Albedo..
Data access
Data Access typically refers to software and activities related to storing, retrieving, or acting on data housed in a database or other repository. Historically, different methods and languages were required for every repository, including each different database, file system, etc., and many of th..
Data access arrangement
The term data access arrangement has the following meanings: In public switched telephone networks, a single item or group of items at the customer side of the network interface for data transmission purposes, including all equipment that may affect the characteristics of the interface.A data circu..
Data Access Language
Data Access Language, or simply DAL, was a SQL-like language parser released by Apple Computer in 1990 to provide unified client/server access to database management systems. It was known for poor performance and high costs, something Apple did little to address over its short lifetime. History DA..
Data access layer
A Data access layer is a module of computer programming logic which provides simplified access to data stored in persistent storage of some kind, such as an entity-relational database. This Data Access Layer is used in turn by other program modules to access and manipulate the data within the data ..
Data Access Manager
The Data Access Manager (DAM) was a database access API for the Mac OS, introduced in 1991 as an extension to System 7. Similar in concept to ODBC, DAM saw little use and was eventually dropped in the late 1990s. Only a handful of products ever used it, although it was used for some extremely impres..
Data Access Object
In computer software, a Data Access Object (DAO) is a component which provides a common interface between the application and one or more data storage devices, such as a database or file. The term is most frequently applied to the Data Access Object design pattern. Contents 1 Why use Data Ac..
Data Access Objects
Data Access Objects (DAO) were an object oriented interface created by Microsoft which allowed early versions of Microsoft Access and Visual Basic to use the Jet database engine. Later (in version 3.5) it was able to bypass the Jet engine altogether and directly access ODBC data sources, including M..
Data acquisition
Data acquisition is the sampling of the real world to generate data that can be manipulated by a computer. Sometimes abbreviated DAQ, data acquisition typically involves acquisition of signals and waveforms and processing the signals to obtain desired information. The components of data acquisition ..
Data Acquisition System
redirect [[Template:Confusing]] Data logging, carried out by a data acquisition system (DAS), is used to measure parameters such as temperature and humidity in storage facilities with perishable products; the measurement data is then stored for analysis to improve quality assurance. Data Logging Sy..
Data analysis
Data analysis is the act of transforming data with the aim of extracting useful information and facilitating conclusions. Depending on the type of data and the question, this might include application of statistical methods, curve fitting, selecting or discarding certain subsets based on specific cr..
Data analysis (information technology)
Data analysis is the means by which the information systems auditor determines the completeness and accuracy of an organization’s data. Auditors perform data analysis to determine where it is best to focus audit tests. Along with manual audit procedures, the auditor can employ [computer ass..
Data and object Carousel
Software Carousel Method for repeatedly delivering data in a continuous cycle. A carousel provides a mechanism that allows data to be pushed from a broadcaster to multiple receivers by transmitting a data set repeatedly in a standard format. A set-top box receiver may tune to the data stream at ..
Data archaeology
Data archaeology refers to the art and science of recovering computer data encrypted in now obsolete media or formats. The term originally appeared in 1993 as part of the Global Oceanographic Data Archaeology and Rescue Project (GODAR). The original impetus for data archaeology came from the need..
Data architect
A data architect is a person responsible for making sure an organization's strategic goals are optimized through the use of enterprise data standards. This frequently involves creating and maintaining a centralized registry of metadata. Data architecture includes topics such as metadata management..
Data architecture
Data architecture describes how data is processed, stored, and utilized in a given system. It provides criteria for data processing operations that make it possible to design data flows and also control the flow of data in the system. Data architecture is a term commonly used in one of two senses: ..
Data assimilation
Data assimilation (DA) is a method used (perhaps most importantly in the weather forecasting process) in which observations of the current (and possibly, past) state of a system are combined with the results from a mathematical model to produce an analysis, which is considered as 'the best' estimate..
Data as code
A philosophy that all data are code in that its mere existence performs a function that alters reality to some measurable extent. The concept is primarily relevant to computers and software but is extendable to physics and behavioral psychology. Fundamental Concepts Existence is divided into Mass ..
Data Authentication Code
A Data Authentication Code is a message authentication code that has been computed with the Data Authentication Algorithm, a U.S. government standard. Sources [FIPS 113 - Computer Data Authentication] - the Federal Information Processing Standards publication that defines how to compute t..
Data bank
In telecommunications, a data bank is a repository of information on one or more subjects that is organized in a way that facilitates local or remote information retrieval. A data bank may be either centralized or decentralized. In this sense, data bank is synonymous with database. Data bank may al..
Data center
A data center is a facility used to house mission critical computer systems and associated components. It generally includes environmental controls (air conditioning, fire suppression, etc.), redundant/backup power supplies, redundant internet connections and high security. Contents 1 Descri..
Data circuit-terminating equipment
DCE is an abbreviation for Data Circuit-Terminating Equipment and its synonyms are Data Communications Equipment and Data Carrier Equipment. In a data station, the equipment that performs functions, such as signal conversion and coding, at the network end of the line between the data terminal equip..
Data cleansing
Data cleansing is the act of detecting and correcting (or removing) corrupt or inaccurate records from a record set. After cleansing, a data set will be consistent with other similar data sets in the system. The inconsistencies detected or removed may have been originally caused by different data d..
Data clustering
Data clustering is a common technique for statistical data analysis, which is used in many fields, including machine learning, data mining, pattern recognition, image analysis and bioinformatics. Clustering is the classification of similar objects into different groups, or more precisely, the parti..
Data codes for Switzerland
These are data codes for Switzerland. Contents 1 Country2 Cantons3 Municipalities4 Localities Country These are codes for the country itself. See country code for a fuller explanation. CH ISO country code (ISO 3166-1 alpha-2,two letter) Internet Country code top-level do..
Data compaction
In telecommunication, data compaction is the reduction of the number of data elements, bandwidth, cost, and time for the generation, transmission, and storage of data without loss of information by eliminating unnecessary redundancy, removing irrelevancy, or using special coding. Examples of data ..
Data compression
In computer science and information theory, data compression or source coding is the process of encoding information using fewer bits (or other information-bearing units) than an unencoded representation would use through use of specific encoding schemes. For example, this article could be encoded w..
Data compression ratio
Data compression ratio is a computer term used to quantify the reduction in data quantity produced by a data compression algorithm. A data compression ratio is much like a physical compression ratio used to measure the physical compression of substances. Compression ratios are generally expressed..
Data conferencing
Data Conferencing refers to a communication session among two or more participants sharing computer data in real time. Interaction and presentation devices such as a screen, keyboard, mouse, camera, etc. can be shared or be able to control each other computer. It is used to distinguish from video co..
Data Control & Systems
Data Control & Systems was a company formed in Zimbabwe to provide Internet access to the whole nation from 1994 onwards. Its domain name was http://harare.iafrica.com. Eventaully it changed names to Internet Unlimited and was then bought out by Econet Wireless and named Ecoweb Internet. During the ..
Data Control Language
A Data Control Language is a computer language for controlling access to data in a database. Examples of DCL commands are GRANT to allow specified users to perform specified tasks.DENY to disallow specified users from performing specified tasks.REVOKE to cancel previously granted or denied permissi..
Data conversion
Data conversion is the conversion of one form of computer data to another--the changing of bits from being in one format to a different one, usually for the purpose of application interoperability or of capability of using new features. At the simplest level, data conversion can be exemplified by co..
Data corruption
Data corruption refers to errors in computer data that occur during transmission or retrieval, introducing unintended changes to the original data. Computer storage and transmission systems use a number of measures to provide data integrity, the absence of errors. Data corruption during transmissio..
Data cube
In computer programming contexts, a data cube is a three- (or higher) dimensional array of values, commonly used to describe a time series of image data. If the images are in color, then the array is generally four-dimensional, with the dimensions representing image X and Y coordinates, time, and R..
Data Definition Language
A Data Definition Language is a computer language for defining data. XML Schema is an example of a pure DDL (although only relevant in the context of XML). A subset of SQL's instructions form another DDL. For example in Oracle the DDL statements refer to CREATE, DROP, ALTER, etc.. These SQL statem..
Data dependency
A data dependency in computer science is a situation whereby computer instructions refer to the results of preceding instructions that have not yet been completed. This can also be known as a data hazard. Contents 1 Examples of Data Dependencies1.1 RAW - Read After Write1.2 WAR - W..
Data dictionary
A data dictionary is a set of metadata that contains definitions and representations of data elements. Within the context of a DBMS, a data dictionary is a read-only set of tables and views. The data dictionary is a database in its own right. Amongst other things, a data dictionary holds the followi..
Data Discman
A Data Discman is an electronic book device introduced in 1990 by Sony Corporation. It was marketed (in the United States) to college students and international travelers, but had little success outside of Japan. The Data Discman's purpose was for a quick access to electronic reference information ..
Data disk (computer gaming)
In computer gaming, the term data disk refers to a separately available expansion to a computer game, offering new levels, missions or scenarios to play. Some data disks require the original game, while some are also available as stand-alone versions. ..
Data Display Debugger
..
Data Distribution Service
Data Distribution Service (DDS) is a specification of a publish/subscribe middleware for distributed systems created in response to the need to augment CORBA with a data-centric publish-subscribe specification. A few proprietary DDS solutions have been available for several years, until 2004 when th..
Data Documentation Initiative
The Data Documentation Initiative (DDI) is an international project to create a standard for information describing social science data. Begun in 1995, the effort brings together data professionals from around the world to develop the standard. The DDI specification, written in XML, provides a forma..
Data domain
In data management and database analysis, a data domain refers to all the unique values within a column. For example, a database table that has information about people, with one record per person, might have a "gender" column. This gender column might be allowed to have any one of three values: "..
Data Drain
Data Drain refers to a fictional gameplay element in the .hack universe. Data Drain is first seen in .hack//SIGN as the attack that Tsukasa's guardian uses. Data Draining supposedly rewrites the target's data in The World, but in .hack//SIGN is shown as the victim turning gray and dying. It is al..
Data dredging
Data dredging is the term used to refer to the inappropriate (sometimes deliberately so) search for 'statistically significant' relationships in large quantities of data. This activity was formerly known in the statistical community as data mining, but that term is now in widespread use with an es..
Data drilling
Data drilling refers to access to relational and multidimensional data. Drilling down and manipulating data at all levels provides rapid answers to ad hoc queries. Organize data within a dimension. Categories are grouped into hierarchical levels. You move down the hierarchy by drilling down to mo..
Data Durbar Complex
Data Durbar is the tomb of Hazrat Syed Abul Hassan Bin Usman Bin Ali Al-Hajweri, the famous Sufi saint of South Asia, where hundreds of thousands of people come each year to pay their respects and to say their prayers. It is located in Lahore, Punjab, Pakistan. The large complex also includes Jamia ..
Data East
Data East (データイースト dēta īsuto) was a Japanese video game company, also known as DECO (Data East Corporation, データイースト株式会社 dēta īsuto kabushikigaisha). Their Japanese headquarters were in Tokyo, while their American subsidiary Data East USA was headquartered ..
Data element
In metadata, the term data element is an atomic unit of data that has: An identification such as a data element nameA clear data element definitionOne or more representation termsOptional enumerated values Code (metadata)A list of synonyms to data elements in other metadata registries Synonym ring D..
Data element definition
In metadata, a data element definition is a human readable phrase or sentence associated with a data element within a data dictionary that describes the meaning or semantics of a data element. Data element definitions are critical for external users of any data system. Good definitions can dramat..
Data element name
A data element name is a name given to a data element in, for example, a data dictionary or metadata registry. In a formal data dictionary, there is often a requirement that no two data elements may have the same name, to allow the data element name to become an identifier, though some data diction..
Data Encryption Standard
[Featured articles   ] Data Encryption Standard The Feistel function (F function) of DES General Designer(s) IBM First published 1975 (January 1977 as the standard) Derived from Lucifer (cipher) Cipher(s) based on this design Triple DES, G-D..
Data entry clerk
A data entry clerk is a member of staff who reads hand-written or printed records and types them into a computer. They are sometimes employed on a temporary basis, but most large companies which have large amounts of data will hire on a near-permanent basis. Examples: For a mailing company, data en..
Data Envelopment Analysis
Data Envelopment Analysis (DEA). A nonparametric method in operations research and econometrics for multivariate frontier estimation and ranking. With the intention of being consistent with microeconomic production theory and when being conscious of the existence of inefficiencies in the production..
Data exchange language
Data exchange languages are formal languages specifically designed to support the communication of data and metadata. Examples of such languages include JSON, YAML, and markup languages. Programming languages such as REBOL and JavaScript also provide direct support for the exchange of data. Some..
Data Execution Prevention
Data Execution Prevention (DEP) is a feature included in modern Microsoft Windows operating systems that is intended to prevent an application or service from executing code from a non-executable memory region. This helps prevent certain exploits that store code via a buffer overflow, for example. D..
Data farming
Data Farming is the process of using a high performance computer or computing grid to run a simulation thousands or millions of times across a large parameter and value space. The result of Data Farming is a “landscape” of output that can be analyzed for trends, anomalies, and insights in mult..
Data file
A data file is a computer file which stores data for use by a computer application or system. It generally does not refer to files that contain instructions or code to be executed (typically called program files), or to files which define the operation or structure of an application or system (whic..
Data flow computers
Introduction Data flow computers are introduced after the conventional computers. Data flow computers are drastically different from the conventional computers. The fundamental diufference is that the instruction execution in conventional computer is under, program flow control whereas in data flow ..
Data flow diagram
A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system. A data flow diagram can also be used for the visualization of data processing (structured design). It is common practise for a designer to draw a context-level DFD first which shows the inter..
Data format
Data format in information technology can refer to either one of: Data typeFile format redirect [[Template:Disambig]]..
Data forwarder
In telecommunications, a data forwarder is a device that (a) receives data from one data link and retransmits data representing the same information, using proper format and link protocols, to another data link.and (b) may forward data between*(a) links that are identical, i.e., TADIL B to TADIL B..
Data frame
In telecommunications, a frame is a packet which has been encoded for transmission over a particular link. How framing works This process involves, at a minimum, adding delimiters to distinguish the packet from dead air, address and control fields specific to the link, and checksums to detect error..
Data Ganj Bakhsh
Syed Abul Hassan Bin Usman Bin Ali Al-Hajweri (Arabic: سید علی بن عثمان الہجوہری ) (sometimes spelled Hujwiri), also known as Shaikh Ali Hajweri, Data Ganj Bakhsh (Arabic: داتا گنج بخش ), or Data Sahib, was a scholar of Islam and a Sufi saint, and writer of the 11th c..
Data General
Data General was one of the first minicomputer firms from the late 1960s. Three of the four founders were former employees of Digital Equipment Corporation. Their first product, the Nova, was a 16-bit minicomputer. The Nova, followed by the Supernova, and the Eclipse product lines, were used i..
Data General-One
Data General's introduction of the Data General-One (DG-1) in 1984 represented one of the few cases of a minicomputer company introducing a truly breakthrough personal computer product. The context The 1983 Radio Shack TRS-80 Model 100 was a truly battery-operated, portable, and operable computer ..
Data General AViiON
AViiON logo AViiON was a series of computers from Data General that were the company's main product from the late 1980s until the company's server products were discontinued in 2001. Earlier AViiON models used the Motorola 88000 CPU, but later models moved to an all-Intel solution when Motoro..
Data General Business Basic
Data General Business Basic was a BASIC interpreter (based on MAI Basic Four's version) developed by Data General for their Nova minicomputer in the 1970s, and later ported to the Data General Eclipse MV and AViiON computers. A majority of applications for the Nova were developed in Business Basic. ..
Data General Eclipse
Data General Eclipse S/130 front panel The Data General Eclipse line of computers by Data General were 16-bit minicomputers released in early 1974. The Eclipse was based on many of the same concepts as the Data General Nova, but included support for virtual memory and multitasking more suitabl..
Data General Nova
Data General SuperNova The Data General Nova was a popular 16-bit minicomputer built by the United States company Data General starting in 1969. The Nova packed enough power to do most simple computing tasks and was packaged into a single rack mount case. The Nova became hugely popular in sci..
Data grid
This article is about a type of computer system. For the graphical user interface element, see datagrid. A data grid is a grid computing system that deals with data—the controlled sharing and management of large amounts of distributed data. These are often, but not always, combined with comp..
Data haven
A data haven is a computer or a network that holds data protected by both technical means (encryption) and location in a country that has either no laws, or poorly-enforced laws against the most common uses of data havens and no extradition treaties. Contents 1 Origin of the term2 Purp..
Data Hero
Data Hero is an electronic music band from Vienna, Austria. External links [Data Hero website] ..
Data hierarchy
Data Hierarchy refers to the systematic organisation of data, often in a hierarchical form. Data organisation involves fields, records, files and so on. A data field holds a single fact. Consider a date field, e.g. 19 September 2004. This can be treated as a single date field (eg birthdate), or 3 f..
Data I/O Corporation
Data I/O Corporation [NASDAQ:DAIO] (commonly known as "Data I/O") is a manufacturer of programming and automated device handling systems for programmable integrated circuits. The company is headquartered in Redmond, Washington with sales and engineering offices worldwide. History Data..
Data independence
Data independence is the type of data transparency that matters for a centralized DBMS. It refers to the immunity of user applications to changes in the definition and organization of data, and vice-versa. Physical data independence deals with hiding the details of the storage structure from user a..
Data integration
Data integration is the problem of combining data residing at different sources and providing the user with a unified view of these data . This important problem emerges in a variety of situations both commercial (when two similar companies need to merge their databases) and scientific (combining r..
Data integrity
In computer science and telecommunications, the term data integrity has the following meanings: The condition in which data are identically maintained during any operation, such as transfer, storage, and retrieval.The preservation of data for their intended use.Relative to specified operations, th..
Data Interchange Format
Data Interchange Format (.dif) is a text file format used to import/export single spreadsheets between spreadsheet programs (Excel, StarCalc, Lotus 1-2-3, FileMaker, dBase, Framework, Multiplan, etc.). One limitation is that DIF format cannot handle multiple spreadsheets in a single workbook. Syn..
Data island
A data island is a data store, such as on a PDA or other computing device, that has non-existent or limited external connectivity. This limits the ability of the user to synchronize with or copy the data to other devices. Though new data can be added to the system, the ability to move that data el..
Data Language/1
Data Language/1 (DL/1) is the language system used to access IBM’s IMS databases, and its data communication system. It is implemented from any language by making calls to a software stub, DFSLI000. This stub has entry points to handle a variety of programming languages e.g. calling CBLTDLI from ..
Data library
To meet Wikipedia's and make it more accessible to a general audience, this article may require [Cleanupcleanup].The introduction to this article provides insufficient context for those unfamiliar with the subject matter.Please help Wikipedia by improving the introduction according to the..
Data Lifeguard Tools
Western Digital Data Lifeguard Tools is a computer program for managing hard disks, working under Microsoft Windows and DOS operating systems. It is developed by Kroll Ontrack Inc, distributed by Western Digital Service and Support, and it is free for "non-commercial personal use". As of version 11 ..
Data link
For the Australian Software Distributor, see DataLink OASIS. In telecommunication a data link is the means of connecting one location to another for the purpose of transmitting and receiving data. It can also be an assembly, consisting of parts of two data terminal equipments (DTEs) and the interco..
Data Link Control
In the OSI networking model, Data Link Control (DLC) is the service provided by the data link layer. Network interface cards have a DLC address that identifies each card; for instance, Ethernet and other types of cards have a 48-bit MAC address built into the cards' firmware when they are manufactu..
Data link layer
OSI Model 7 Application layer 6 Presentation layer 5 Session layer 4 Transport layer 3 Network layer 2 Data link layer 1 Physical layer The data link layer is layer two of the seven-layer OSI model. It responds to service requests from the network layer and issues service requests to the ..
Data logger
A data logger (sometimes spelt "Datalogger") is an electronic instrument (or specialised computing device in some cases) that records digital, analogue, frequency or smart protocol based measurements over time. Some data loggers are small, battery-powered devices, equipped with a microprocessor, dat..
Data logging
Data logging is the practice of recording sequential data, often chronologically. Contents 1 Etymology2 Computer data logging3 See also4 Sources Etymology To log is a verbed derivative of the noun logbook; the verb form means to record in a logbook, and may have been coined i..
Data loss
In computing, data loss refers to the unforseen, usually accidental, loss of data or information. It can happen due to several reasons: Power failure, resulting in data in volatile memory not being saved to permanent memory.Hardware failure, such as a head crash in a hard disk.A software crash or f..
Data management
Data management comprises all the disciplines related to managing data as a valuable resource. The official definition provided by DAMA is that "Data Resource Management is the development and execution of architectures, policies, practices and procedures that properly manage the full data lifecycl..
Data Management Forum
The Storage Networking Industry Association’s Data Management Forum (DMF) is a cooperative initiative of IT professionals, integrators and vendors working to define, implement, qualify and teach improved and reliable methods for the protection, retention and lifecycle management of electronic da..
Data manipulation
Data manipulation is the presentation of scientific data in a misleading way to support a hypothesis which is actually without merit. Informally called "fudging the data", this practice includes selective reporting (see also publication bias) and even simply making up false data. Examples of sele..
Data Manipulation Language
Data Manipulation Language (DML): is a family of computer languages used by computer programs or database users to retrieve, insert, delete and update data in a database. Currently, the most popular data manipulation language is that of SQL, which is used to retrieve and manipulate data in a Relati..
Data mapping
Data mapping is the process of creating data element mappings between two distinct data models. Data mapping is the first step in creating a data transformation between a data source and a destination. For example, a company that would like to transmit and receive purchases and invoices with other..
Data mart
Kimball perspective should be added for balance, author is clearly an Disciple of Imnom ;-) A data mart (DM) is a specialized version of a data warehouse (DW). Like data warehouses, data marts contain a snapshot of operational data that helps business people to strategize based on analyses of past ..
Data Matrix
Barcode example, encoding "Wikipedia, the free encyclopedia" Data Matrix is a two-dimensional matrix barcode consisting of black and white square modules arranged in either a square or rectangular pattern. The information to be encoded can be text or raw data. Usual data size is from a few by..
Data migration
Data migration is the transferring of data between storage types, formats, or computer systems. Data migration is usually performed programatically to achieve an automated migration, freeing up human resources from tedious tasks. It is required when organizations or individuals change computer syste..
Data mile
In radar-related subjects and in JTIDS, a data mile is a unit of distance equal to 6000 feet (1.8288 kilometre), or 0.987 nautical miles. An international mile is exactly 0.88 of a data mile. ..
Data mining
Data mining (DM), also known as Knowledge-Discovery in Databases (KDD) or Knowledge-Discovery and Data Mining (KDD), is the process of automatically searching large volumes of data for patterns. Data mining is a fairly recent and contemporary topic in computer science. However, Data mining applie..
Data mining agents
Data Mining Agents These software programs are built for the primary purpose of finding information efficiently. These are a form of intelligent agents which operate in data warehouses and do the actual dirty work involved in finding sometimes less than obvious relationships between different pi..
Data Mining Extensions
Data Mining Extensions (DMX) is a query language for Data Mining Models, much like SQL is a query language for relational databases and MDX is a query language for OLAP databases. DMX syntax is more similar to SQL than MDX. Contents 1 Data Definition Language2 Data Manipulation Language..
Data Mining For Very Busy People
Data Mining For Very Busy People is an article by Tim Menzies (West Virginia University) and Ying Hu (University of British Columbia). It appeared in IEEE Computer, Volume 36, Issue 11 (November 2003), pp. 22-29. In it, the authors make the argument that accessing data is not the problem for the da..
Data model
Database models Common models HierarchicalNetworkRelationalObject-relationalObject Other models AssociativeConcept-orientedMulti-dimensionalStar schema A data model is a model that describes in an abstract way how data is represented in a business organization, an information system or a databa..
Data Model
A data model is a concrete representation of an information model. It represents the entities, properties, relationships and operations defined in an information model in a manner that allows actual instances of those entities to be managed, manipulated, stored, operated upon and verified. Example..
Data modeling
In computer science, data modeling ..
Data Monitoring Committees
A Data Monitoring Committee (DMC, sometimes also called Data Safety Monitoring Board or DSMB) is an independent group of experts who monitor patient safety and treatment efficacy data while a clinical trial is ongoing. Contents 1 Need for a DMC2 Safety concerns3 Overwhelming bene..
Data Nagar
Data Nagar is one of the neighborhoods of Orangi Town in Karachi, Sindh, Pakistan. There are several ethnic groups in Orangi Town including Urdu speakers, Punjabis, Sindhis, Kashmiris, Seraikis, Pakhtuns, Balochs, Memons, Bohras, Ismailis. Over 99% of the population is Muslim. The population of Or..
Data networking
Data networking The methodlogy enable links between data nodes. For each node in data network can be data storage unit , data processing unit or data visulization unit . Most of data nodes are computer but some node is human who work on data input and data validation. ..
Data Occurrence
Data Occurrence is a logical record that represents one existence of a business object or one existence of a business event happening in the real world. ..
Data packet
A data packet is a distinct unit of data transmitted from one node on a network to another. Breaking a large stream of data into many packets allows a network to deliver that data more efficiently. References Dean, Tamara (2006). Network+ Guide to Networks. Boston Massachusetts: Thompson Course..
Data Panik
The correct title of this article is data Panik. The initial letter is capitalised due to [Naming conventions #Lower case first lettertechnical restrictions]. data Panik are a Scottish rock band—Steven Clark (Sci-fi Steven), John Clark (John Disco), Amanda MacKinnon (Manda Rin) (all..
Data point
In statistics, a data point is a single typed measurement. Here type is used in a way compatible with datatype in computing; so that the type of measurement can specify whether the measurement results in a Boolean value from , an integer or real number, or some vector or array. The implication of po..
Data pointer
"Pointer" redirects here. For , see . In computer science, a pointer is a programming language datatype whose value refers directly to ("points to") another value stored elsewhere in the computer memory using its address. Obtaining the value that a pointer refers to is called dereferencing the point..
Data Position Measurement
Data Position Measurement (DPM) is a copy protection method that controls the exact position of data on a CD. Stamped CDs are perfect clones and have the data always at the same position, whereas writable media differ from each other. DPM detects these little physical differences to efficiently pr..
Data privacy
Data privacy refers to the evolving relationship between technology and the legal right to, or public expectation of privacy in the collection and sharing of data. Privacy problems exist wherever uniquely identifiable data relating to a person or persons are collected and stored, in digital form or..
Data processing
Data processing is any computer process that converts data into information. The processing is usually assumed to be automated and running on an a mainframe, minicomputer, microcomputer, or personal computer. Because data are most useful when well-presented and actually informative, data-processing..
Data Processor
In data processing or information processing, a Data Processor or Data Processing Unit or Data Processing System is a system which processes data which has been captured and encoded in a format recognizable by the data processing system or has been created and stored by another unit of an informat..
Data profiling
Data Profiling is a process whereby one examines the data available in an existing database and collects statistics and information about that data. Typical types of metadata sought are: Domain: whether the data in the column conforms to the defined values or range of values it is expected to take*f..
Data Protection Act 1984
Acts of Parliament of predecessorstates to the United Kingdom Acts of Parliament of the Kingdom of England to 1600Acts of Parliament of the Kingdom of England to 1706Acts of Parliament of the Kingdom of ScotlandActs of Parliament of the Kingdom of Ireland Acts of Parliament of the United Kingdom ..
Data Protection Unit
A data protection unit (DPU) is a backup and recovery computer appliance. Data Protection Unit (DPU) is a disk-to-disk bare-metal restore appliance developed by Unitrends Corporation. ..
Data quality
Data quality refers to the quality of data. Data are of high quality "if they are fit for their intended uses in operations, decision making and planning" (J.M. Juran). Alternatively, the data are deemed of high quality if they correctly represent the real-world construct to which they refer. These..
Data Quality Act
The Data Quality Act (DQA) passed through the United States Congress in Section 515 of the Treasury and General Government Appropriations Act for Fiscal Year 2001 (Public Law 106-554; H.R. 5658). The DQA directs the Office of Management and Budget (OMB) to issue government-wide guidelines that "prov..
Data quality assurance
Data quality assurance is the process of profiling the data to discover inconsistencies, and other anomalies in the data and performing Data cleansing activities to improve the data quality. These activities can be undertaken as part of Data warehousing or as part of the Database administration of ..
Data reconfiguration and statistical analysis
Data reconfiguration and statistical analysis is a poorly regarded managerial function ever since it was widely publicized by Chandler Bing. In the Friends sitcom, the character quit his position as a DRSA manager to pursue a much more creative career in advertising. These considerations put aside,..
Data Records
Data Records is a fully owned subsidiary label of Ministry Of Sound. In 2006 the label will release the following records: "Take It" the follow up to "Your Body" from Tom Novy. Perasma - Swing 2 Harmony Scape - "Be My Friend" (signed via Seamus Haji's Big Love Records). DHT - "Someone". Max Graha..
Data recovery
Data recovery is the process of salvaging data from damaged, failed, wrecked or inaccessible primary storage media when it cannot be accessed normally. Often the data is being salvaged from storage media formats such as hard disk drive, storage tapes, CDs, DVDs, RAID, and other electronics. This can..
Data Recovery Center
Contents 1 Definition2 Recovery Method3 Types of Facilities4 Categories Definition Data Recovery Center in Information Technology is an area within the Data Center which provides the facility to store, administer, manage and carry out the Data Recovery Operations. Recovery Me..
Data Reference Model
The Data Reference Model (DRM) is one of the five reference models of the Federal Enterprise Architecture (FEA). The DRM is a framework whose primary purpose is to enable information sharing and reuse across the federal government via the standard description and discovery of common data and the pro..
Data reliability
In computer storage, data reliability (also referred to as data redundancy) is a property of some disk arrays which provides fault tolerance such that if some disks fail, all or part of the data stored by the array is not lost. The cost of providing this feature is most typically increased disk spac..
Data remanence
Data remanence is the residual physical representation of data that has been in some way erased. After storage media is erased there may be some physical characteristics that allow data to be reconstructed. As early as 1960 the problem caused by the retentive properties of computer storage media ..
Data replication
Data replication refers to a data storage and backup strategy that copies data from a host computer to another computer, which may or may not be at a remote location. Replication over a computer network can make data backup entirely independent of local data center physical storage. Replication is ..
Data Resources Inc.
To meet Wikipedia's and make it more accessible to a general audience, this article may require [Cleanupcleanup].The introduction to this article provides insufficient context for those unfamiliar with the subject matter.Please help Wikipedia by improving the introduction according to the..
Data resource management
Data resource management (DRM) is the development and execution of architectures, policies, practices and procedures that properly manage the full data lifecycle needs of an enterprise. The international organization dedicated to advancing the concepts and practices of data resource management is c..
Data retention software
Software with data retention capabilities: IBM System Storage Archive Manager, a TSM module for Data RetentionHitachi Data Retention Utility formerly LDEV Guard ..
Data room
Redirect [[Template:Uncategorized]] Data rooms are used in many different types of transaction where the vendor (in the case of a property, M&A or share sale) or the authority (in the case of a PFI/PPP project) wishes to disclose a large amount of confidential data to proposed bidders typically duri..
Data security
Data security is the means of ensuring that data is kept safe from corruption and that access to it is suitably controlled. Thus data security helps to ensure privacy. It also helps in protecting personal data. In the UK, the Data Protection Act is used to ensure that personal data is accessible to..
Data segment
A data segment is one of the sections of a program in an object file or in memory, which contains the global variables that are initialized by the programmer. It has a fixed size, since all of the data in this section is set by the programmer before the program is loaded. However, it is not read-on..
Data service unit
In telecommunication, the term data service unit (DSU) has the following meanings: 1. A device used for interfacing data terminal equipment (DTE) to the public switched telephone network. 2. A type of short-haul, synchronous-data line driver, usually installed at a user location, that connect..
Data set
In statistics, a data set is a set of data consisting of: a list of research subjects andthe data vector associated with each. See also: Statistical theory Another meaning: Data set (IBM mainframe) ..
Data set (IBM mainframe)
The term data set or dataset is used to refer to files on an IBM mainframe computer, typically stored on DASD or magnetic tape. They are record-oriented files. The term pertains to the IBM mainframe operating systems starting with OS/360, and continued to be used through later systems based on that ..
Data signaling rate
In telecommunication, data signaling rate (DSR) is the aggregate rate at which data pass a point in the transmission path of a data transmission system. Notes: The DSR is usually expressed in bits per second.The data signaling rate is given by [\sum_^ \frac }] where m is the number of par..
Data storage device
‹ The [Template messagestemplate] below has been proposed for deletion. See [Templates for deletion#Template:templates for deletion] to help reach a consensus on what to do. › It has been suggested that this article or section be [Merging and moving pagesm..
Data stream
This article is about the general meaning of the term "data stream". For the UK-specific DSL technology called "Data stream", see the IP Stream article. Look up [[wiktionary:|}}}]] in Wiktionary, the free dictionary. In telecommunications, a data stream is a sequence of digitally encoded cohe..
Data stream mining
Data stream mining is the process of extracting knowledge structures from continuous, rapid data records. Examples of data streams include computer network traffic, phone conversations, ATM transactions, web searches and sensor data. External links [YALE (Yet Another Learning Environment)]..
Data striping
The term Data striping refers to the segmentation of logically sequential data, such as a single file, so that segments can be written to multiple physical devices (usually disk drives) in a round-robin fashion. This technique is useful if the processor is capable of reading or writing data faster ..
Data strobe encoding
Data strobe encoding and recovered clock. Data strobe encoding (or D/S encoding) is an encoding scheme for transmitting data in digital circuits. It uses two signal lines (e.g. wires in a cable or traces on a printed circuit board), Data and Strobe. These have the property that either Data or S..
Data structure
In computer science, a data structure is a way of storing data in a computer so that it can be used efficiently. Often a carefully chosen data structure will allow a more efficient algorithm to be used. The choice of the data structure often begins from the choice of an abstract data structure. A..
Data structure alignment
To meet Wikipedia's and make it more accessible to a general audience, this article may require [Cleanupcleanup].The introduction to this article provides insufficient context for those unfamiliar with the subject matter.Please help Wikipedia by improving the introduction according to the..
Data structure diagram
A data structure diagram (DSD) is a data model or diagram used to describe conceptual data models by providing graphical notations which document entities and their relationships, and the constraints that binds them. The basic graphic elements of DSDs are boxes, representing entities, and arrows, re..
Data Systems International
Data Systems International is an AIDC company, headquartered in Kansas City in the USA, with offices worldwide. The main software product, dcLink, interfaces into Enterprise Resource Planning systems such as JD Edwards, Peoplesoft and SAP amongst others. External links [Data Systems Interna..
Data terminal
A text terminal or often just terminal (sometimes text console) is a serial computer interface for text entry and display. Original text terminals were electronic computer terminals connected to computers by a serial line, but later computers have built-in system consoles, and terminal emulator..
Data terminal equipment
DTE is an abbreviation for Data Terminal Equipment, and refers to an end instrument that converts user information into signals for transmission, or reconverts the received signals into user information. A DTE device communicates with the Data Circuit-terminating Equipment (DCE). The DTE/DCE classif..
Data theft
Data theft is a growing problem primarily perpetrated by office workers with access to technology such as desktop computers and hand-held devices, since employees often spend a considerable amount of time developing contacts and intellectual property for the company they work for they often feel the..
Data Transfer Object
Data Transfer Objects (DTO), also known as Value Objects or VO, are a software design pattern used to transfer data between software application subsystems. DTO's are often used in conjunction with Data Access Objects to retrieve data from a database. The difference between Data Transfer Objects an..
Data transfer rate
In telecommunications, data transfer rate or just transfer rate is the average number of bits, characters, or blocks per unit time passing between equipment in a data transmission system. Transfer rates can serve several functions. The response time can help a network administrator pinpoint where s..
Data transformation
In metadata, a data transformation converts data from a source data format into destination data. Data transformation can be divided into two steps: data mapping maps data elements from the source to the destination and captures any transformation that must occurcode generation that creates the ac..
Data Transformation Services
Data Transformation Services, or DTS, is a set of objects and utilities to allow the automation of extract, transform and load operations to or from a database. The objects are DTS packages and their components, and the utilities are called DTS tools. DTS is included with Microsoft SQL Server, and i..
Data transmission
Data transmission is the conveyance of any kind of information from one space to another. Historically this could be done by courier, a chain of bonfires or semaphores, and later by Morse code over copper wires. In recent computer terms, it means sending a stream of bits or bytes from one location ..
Data transmission circuit
In telecommunication, data transmission circuit is the transmission media and the intervening equipment used for the transfer of data between data terminal equipments (DTEs). Note 1: A data transmission circuit includes any required signal conversion equipment. Note 2: A data transmission cir..
Data Transmission Network
Data Transmission Network, or DTN, is the brand name for several proprietary technologies for the delivery of financial markets, agricultural, weather, and general news data. Traditionally, DTN has delivered its data by way of dedicated, one-way Ku-Band satellite-based computer terminals, but an Int..
Data type
Data type is a type of data in a type system in computer programming. Types of data in programming languages include primitive types (such as integers), floating point numbers or characters, tuples, records, algebraic data types, abstract data types, reference types, classes and function types. A da..
Data Universal Numbering System
The Data Universal Numbering System, abbreviated as DUNS or D-U-N-S is a system developed and regulated by Dun & Bradstreet (D&B) which assigns a unique numeric identifier to a single business entity. This numeric identifier is then referred to as a DUNS number. It was introduced in 1963 to support ..
Data validation
In computer science, data validation is the process of ensuring that a program operates on clean, correct and useful data. It uses routines that check for correctness or meaningfulness of data that are input to the system. The simplest data validation verifies that the characters provided come from..
Data warehouse
A Data warehouse is a computer database that collects, integrates and stores an organization's data with the aim of producing accurate and timely management information and supporting data analysis. Contents 1 Definition of a Data Warehouse2 History of data warehousing3 Component..
Data World (Sliders episode)
Sliders notable episodesList of Sliders episodes Season one Sliders, Part OneSliders, Part TwoSummer of LoveThe King Is BackLuck of the DrawSeason two Into The MysticThe Good, the Bad and the WealthyTime Again and WorldPost Traumatic Slide SyndromeInvasionSeason three The Prince of SlidesThe Br..
Datblygu
Datblygu (meaning 'develop') was an experimental Welsh rock group in the 1980s and early to mid-1990s, now regarded as a catalyst of the new wave of Welsh rock in the early '80s. The band was composed of vocalist David R. Edwards, instrumentalist T. Wyn Davies, and drummer Al Edwards at its concepti..
Datça
Datça is a district, as well as the center town of that district, in Muğla Province of Turkey. It is situated midway through the Datça Peninsula, almost 100 km long and practically an island since it is connected to the mainland through an isthmus of only several hundred meters. Both the town an..
Datça peninsula
The Datça or Reşadiye peninsula is an 80 km-long, narrow peninsula in Muğla province, southwestern Turkey, separating the Gulf of Gökova (to the north) from the Gulf of Hisarönü. The name Reşadiye honored the Ottoman Sultan Mehmed V Reşad but it is rarely used in our day. Because of the natu..
Datchet
redirect [[Template:Infobox England place]]Datchet is an English village on the banks of the River Thames, situated in the unitary authority of Windsor and Maidenhead in the county of Berkshire. Prior to the 1974 boundary changes, Datchet was situated in Buckinghamshire. One of the landmarks of thi..
Datchet railway station
Datchet railway station is a railway station serving the village of Datchet in Berkshire, England. The station is located on the line between Windsor and Eton Riverside and London Waterloo. Services to the station are operated by South West Trains. External links [Train times] and [s..
Datchworth
Datchworth is a village and civil parish between the towns of Hertford, Stevenage and Welwyn Garden City in Hertfordshire, England. External links [Datchworth Website] ..
Date
Look up [[wiktionary:|}}}]] in Wiktionary, the free dictionary. Date may refer to: Calendar date, a day on a calendarThe fruit of the Date PalmA social outing with a current or potential lover, see courtship or dating. Christopher J. Date, an author and researcher specializing in relational dat..
DaTe
Datateknologerna vid Åbo Akademi r.f. (DaTe) is an organisation for computer engineering students at the Faculty of Chemical Engineering at Åbo Akademi University in Turku (Åbo in Swedish), Finland. It was founded on August 24, 1999 at 16:32. The total number of members is about 160, but slowly ..
Date, Fukushima
This article is about the town in Fukushima Prefecture, Japan. There is a Japanese city with the same name, see Date, Hokkaido. Date (伊達町; -machi) is a town located in Date District, Fukushima, Japan. As of 2003, the town has an estimated population of 10,780 and a density of 1,169.20 person..
Date, Hokkaido
This article is about the city in Hokkaido Prefecture, Japan. There is a town in Fukushima Prefecture with the same name, see Date, Fukushima. Date (伊達市; -shi) is a city located in Iburi, Hokkaido, Japan. As of 2003, the city has an estimated population of 35,468 and the density of 208.33 pe..
Date-time group
Date-time group (DTG): In a message, a set of characters, usually in a prescribed format, used to express the year, the month, the day of the month, the hour of the day, the minute of the hour and the time zone (if different from Zero zone or UTC+0). The order may vary, for example, 21:52 Feb ..
Datec Cup Provincial Championship
The Datec Cup Provincial Championship is the second highest level of rugby union competition within Tongan rugby and is a stepping stone for local players into international rugby union.   Pacific rugby union links [http://encycl.opentopia.com/ edit ] Rugby union in Fiji | Rug..
Datel
Datel (previously Datel Electronics) produced a wide range of hardware and peripherals for home computers in the 1980s, for example replacement keyboards for the ZX Spectrum, the PlusD disk interface (originally designed and sold by Miles Gordon Technology) and the Action Replay cartridge. Datel w..
Dateline
For other uses, see dateline (disambiguation). A dateline is a short piece of text included in news articles that describes where and when the story was filed, though the date is often omitted. In the case of articles reprinted from wire services, the distributing organization is also included (tho..
Dateline (disambiguation)
Dateline has multiple meanings, including: In journalism, a dateline describes where a news article originated.Multiple current affairs television programs have used the name, alluding to the journalistic meaning:*Dateline NBC, an American show on the NBC network.*Dateline, an Australian show on the..
Dateline NBC
Dateline NBC title card Current co-anchors Stone Phillips and Ann Curry. Dateline NBC (sometimes called just Dateline) is a U.S. weekly television newsmagazine broadcast by NBC similar to ABC's 20/20 or CBS's 60 Minutes. The show, which has aired since 1992, is currently hosted by Stone ..
DATEM
DATEM is an emulsifier used in baking. It is an acronym for Di-Acetyl Tartrate Ester of Monoglyceride. It is used to strengthen the dough by building a strong gluten network. It is used in crusty breads, such as Rye bread with a springy, chewy texture. The exact mechanism is not well understood, bu..
Datenail
Datenails were tagging devices utilized by railroads to visually identify the age of a railroad tie. Different railroads used different sized nails with either alpha or numerical markings. An example would be a Southern Pacific Railroad nail with the marking "01" stamped on the head of the nail. The..
Datenschlag
Datenschlag is a German language BDSM support and information site based on a private mailing list and a public website. Datenschlag was founded in 1996 to collect and provide as much information about sadomasochism as possible -- as an offspring of that effort, it has compiled the worlds largest &#..
Datenschleuder
Die Datenschleuder. Das wissenschaftliche Fachblatt für Datenreisende (german: Daten data; Schleuder slingshot), correspondingly The scientific trade journal for data voyagers, is a German hacker magazine that is released four times a year by the Chaos Computer Club (CCC). Topics include primarily..
Dater Glacier
The Dater Glacier ([78°17′S 84°35′W]) is a steep valley glacier in Antarctica, 38 km (24 mi) long and from 1.6 km to 4.8 km (1 to 3 mi) wide, flowing NE in a sinuous course from the eastern slopes of Vinson Massif to Rutford Ice Stream which borders the eastern flank of the Sentinel ..
Dates in Harry Potter
Fans have created a timeline of the Harry Potter series from one shred of information in Harry Potter and the Chamber of Secrets. At Nearly Headless Nick's deathday party in that book, his death is stated on his cake to have been on October 31, 1492 (though in chapter 7 of Harry Potter and the Philo..
Dates in Star Wars
Fans of the fictional Star Wars universe keep track of the dates of key events with a dating system (or calendar) reckoned at the Battle of Yavin featured in [[Star Wars Episode IV: A New Hope]]. In this dating system, BBY stands for Before the Battle of Yavin, and ABY stands for After the Battle of..
Dates of classical music eras
This does not cite its [[Opentopia:Citing sources|references or sources]]. You can [[Opentopia:WikiProject Fact and Reference Check|help]] Wikipedia by introducing appropriate citations. It is difficult to pick particular years for the beginning and end points of eras in European classical music. ..
Dates of Epoch-Making Events
Dates of Epoch-Making Events is an entry in The Nuttall Encyclopaedia listing the most important turning points in history from the viewpoint of the author, James Wood. Every historian could come up with a different list, and Wood's illustrates his own cultural prejudices, and of course his view fro..
Dates of establishment of diplomatic relations with the People's Republic of China
Since its founding in 1949, the People's Republic of China (PRC) has had a diplomatic tug-of-war with its rival in Taiwan, the Republic of China (ROC). Throughout the Cold War, both governments claimed to be the sole legitimate government of all China and allowed countries to recognize either one or..
Dates of establishment of diplomatic relations with the USSR
The USSR was established on December 30 1922 and existed until December 26 1991. Countries, which later became Soviet Republics are not included in tables below. Contents 1 Europe2 Asia3 America4 Africa5 Oceania6 References and external links Europe Country Establi..
Datex
Datex exists as Names of different Companies. Datex Ohmeda: http://www.datex-ohmeda.co.uk/ Datex Instruments, Inc: http://datexusa.com/ Datex, Inc: http://www.datex.net/index.htm Datex: http://www.datex.ca/ This is a [disambiguationdisambiguation] page: a list of articles associated w..
Date (metadata)
In metadata, the term date is a representation term used to specify a calendar date in the Gregorian calendar. Many data representation standards such as XML, XML Schema, Web Ontology Language specify that ISO date format ISO 8601 should be used. Note that Date should not be confused with the Dat..
Date (Unix)
The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions]. date is a Unix command that displays the current time and date of the system. The date command in GNU is a part of coreutils and is written b..
Date 68
Date sixty-eight or Date 68 is a colloquial term of folk etymology, describing a social situation, that may refer to a type of one-night stand, hotel pick-up, female domination or even male prostitution. It's also linked to a particular urban legend called Foreigner Date-Trick that surfaced during t..
Date and time notation by country
Different stylistic conventions and habits exist around the world in order to express date and time in written and spoken language. Examples for such differences include preferences for the 24-hour clock or 12-hour clock notation;the order in which year, month and day are written;the punctuation sy..
Date and walnut loaf
Date and walnut loaf is a traditional cake eaten in Britain, made using dates and walnuts. It is often made with treacle or tea to give it a dark brown colour. External links Recipes can be found at: * http://www.cl.cam.ac.uk/users/ig206/date_and_walnut_loaf.html * http://web.ukonline.co.uk/tuk/Dw..
Date cultivation in Dar al-Manasir
Date trees are cultivated in Sudan from the Egyptian border in the North all the way along the Nile south of Khartoum until Sennar. In addition to the banks of the Nile, isolated occurrences of cultivated date trees occur in the Red Sea Hills in the vicinity of Port Sudan, in Kassala, along the Atba..
Date District, Fukushima
Date (伊達郡; -gun) is a district located in Fukushima, Japan. As of 2003, the district has an estimated population of 118,275 and a density of 238.97 persons per km². The total area is 494.94 km². Towns and villages DateHobaraIinoKawamataKoriKunimiRyozenTsukidateYanagawa Fukushima ..
Date family
The was a lineage of daimyo who controlled northern Japan (the Tohoku Region) in the late 16th century and into the Edo period. Their most famous member was Date Masamune, who established the family's power by avenging his father's death and through support of Tokugawa Ieyasu. The Date family was ..
Date Harumune
Date Harumune (1519-1577) Date Harumune, the eldest son of Date Tanemune. Harumune eventually was the heir of Tanemune. Harumune followed a feud with his father that lasted for over half a decade and is remembered as the "Tenbun no ran". Afterwards, Harumune moved his main headquarters to the Yoneza..
Date magic square
A date magic square is a 4×4 magic square in which the numbers in a given date (for example 22-10-1887) are used to construct the first row (22, 10, 18, 87). The magic constant of a 4×4 magic square is 34. So, if the 4 numbers in a date don't add up to 34, we cannot construct a proper da..
Date Masamune
A modern equestrian statue of Masamune. Date Masamune (伊達 政宗 Date Masamune, 1567-1636) was a powerful daimyo in the Tohoku region of Japan. He was known as an outstanding swordsman and tactician. Contents 1 ''Dokuganryū'': the One-Eyed Dragon2 The man Masamune3 Masam..
Date Movie
This article is about the film. For the film genre, see romance film. Date Movie is a 2006 spoof of romantic comedies directed and written by Jason Friedberg and Aaron Seltzer, two of the writers of the first Scary Movie. It stars Sophie Monk, Alyson Hannigan, Adam Campbell, Eddie Griffin and Fred..
Date My Mom
Date My Mom is a television dating show airing on the music channel MTV. An 18-24-year-old male, or gay male/lesbian female, goes on 3 separate dates with 3 moms who try to convince them to pick their son or daughter to date. The dater only meets the mother and makes his or her decision solely on th..
Date of establishment
The date of establishment or date of founding of an institution is the date on which that institution chooses to claim as its starting point. Often the criteria that define a date of establishment or founding are ill-defined—or more specifically, are ill-defined in general, although each institut..
Date of Expiration
Date of Expiration (2002) is an industrial and EBM single by Funker Vogt. Track listing "Date of Expiration (expired)""Date of Expiration (mouldy)""Second World""Date of Expiration (fresh)""Traumatic Event" ..
Date of independence of European countries
This is a list of all present countries of Europe, sorted by their date of independence or creation. Note: List is still incomplete and needs a proof-reading. Date of Independence Country Mode of creation and predecessors 301 San Marino S: Roman Empire [[Citing sour..
Date Palm
The Date Palm Phoenix dactylifera is a palm, extensively cultivated for its edible fruit. Due to its long history of cultivation for fruit, its exact native distribution is unknown, but the date palm probably originated somewhere in the desert oases of northern Africa, and perhaps also southwest A..
Date rape
For the song by Sublime (band), see Date Rape (Song) The term, "date rape" (or "acquaintance rape") refers to rape or non-consensual sexual activity between people who are already acquainted, or who know each other socially — friends, acquaintances, people on a date, or even people in an existing..
Date Rape (song)
"Date Rape" is the title of a song by Southern California (Long Beach County) band Sublime. It appears on the band's 40 Oz. to Freedom album. It was first released in 1995 as a single when the famous Los Angeles, California radio station KROQ started playing it. Bradley Nowell explained, "I've nev..
Date rape drug
--> Section>sections].Please format the article according to the guidelines laid out at[Manual of Style]. Articles related to Abuse By means Abstract concepts Violence / Coercion Abuse of power / Persecution Physical abuse Torture Child abuse Domestic violence Psycholo..
Date rape psychosis
Date rape psychosis is a fictional disease mentioned in the "Towelie" episode of South Park. Contents 1 South Park2 Real life meaning3 External links4 See also South Park The term was coined by one of the characters, Eric Cartman. The young boys had just gotten a new video g..
Date Sanemoto
, the 3rd son of Date Tanemune, supporting him during many campaigns. Uesugi Sadazane wished to adopt Sanemoto into the Uesugi, but this only caused internal strife between the two clans. Afterwards Sanemoto went on as a very valued retainer under his brother, Harumune. ..
Date Shigezane
(1558-1646) An elite officer under the Date clan throughout the course of the Sengoku Period of the 16th century. Shigezane played quite a large role in the Date army. It is known that he is one of the "Three Distinguished Dates", which also includes Oniniwa Tsunamoto, and Katakura Kojuro. Shigezan..
Date Tadamune
(1600-1658) was the elder son of the famous and powerful daimyō (feudal lord) Date Masamune, and a powerful lord in his own right. When he died in 1658, his son Tsunamune became daimyō, but was removed soon afterwards in a noble family dispute known as the Date Sōdō or Date Disturbance. Refer..
Date Tanemune
, known as the shugo of Mutsu in 1522. Tanemune created the Jinkaishu in 1536, the official Date family house code. At that time, the Osaki family were suffering from much internal strife, so Tanemune intervened on their behalf. Tanemune brought his second son as heir under their house to gain their..
Date Terumune
Date Terumune (1543 - 1585) was the second son and successor of Date Harumune, for his elder brother Chikataka had been adopted into the Iwaki clan. A successful kokujin lord, Terumune was officially named the 16th head of the clan by Shogun Ashikaga Yoshiteru, who awarded him the character 'Teru'(..
Date Tsunamune
(1640-1711) was the daimyō (lord) of Mutsu Province for about two years, from 1658 to 1660. His father, Date Tadamune, died in 1658, but Tsunamune's succession and rule was soon opposed by a number of his kinsmen and vassals. This dispute eventually led to the Date Sōdō or Date Disturbance of 167..
Date Tsunamura
(April 29,1659-August 5,1719) was a daimyo (feudal lord) in mid-17th century Tokugawa Japan whose life was at the center of the Date Disturbance, a very famous noble conflict of the period. Tsunamura, originally called by his childhood name of Kamechiyo, became daimyo in 1660 at the age of one, und..
Date with an Angel
Date with an Angel is an American film which was released in 1987, starring Emmanuelle Béart and Michael E. Knight. External links ..
Date With Debbi
Date With Debbi is a DC comic which ran for 18 issues between 1969 and 1972. The series was about the attempts of Debbi, whose similarities (apart from gender) with Archie Andrews are remarkable, to find happiness, often through dating. A spin-off title, Debbi's Dates, ran for 11 issues from 1969 ..
Date with Destiny Adventure
The Date with Destiny Adventure series comprises two short novels of interactive fiction published by Quirk Books in 2003 that parodied the Choose Your Own Adventure series. Both books featured covers and interior designs similar to those of the old Choose Your Own Adventure books, but they are base..
Date with the Night
"Date with the Night" was the first single from Fever to Tell by the Yeah Yeah Yeahs. It was released on April 21 2003. This single includes the B-side "Yeah! New York" which can also be found as a bonus track on the UK release of Fever to Tell and an exclusive remix of "Bang" from their debut EP ..
Dathan
This does not cite its [[Opentopia:Citing sources|references or sources]]. You can [[Opentopia:WikiProject Fact and Reference Check|help]] Wikipedia by introducing appropriate citations. Dathan is a charachter in the Old Testament of the Bible. He was a Reubenite and was killed by heavenly fire, a..
Dathan Ritzenhein
Dathan Ritzenhein (born December 30, 1982 in Grand Rapids, Michigan) is is an American track and cross-country athlete. He is arguably one of the greatest American hopes for distance running in the last 20 years. Contents 1 Achievement Chronology2 Personal Best Times3 High school..
Dathema
Dathema or Diathema was the name of a fortress in Gilead to which the Jews fled when hard pressed by Timotheus of Ammon. There they shut themselves in, prepared for a siege, and sent to Judas Maccabeus for aid (I Maccabees v. 9-11). Dathema was one of many places in a similar plight, and seems, from..
Dathí
Feradach Dathí, also known as Nath Í, son of Fiachrae, son of Eochaid Mugmedon, was a legendary king of Connacht and High King of Ireland of the 4th century or 5th century. His given name was Feradach, and he was named Dathí ("quick") for the speed he put on his armour. He was said to have made f..
Dathina
Dathina (Arabic: ‎ [Dathīnah]), the Dathina Sheikhdom (Arabic: مشيخة دثينة [Mashyakhat Dathīnah]), or sometimes the Dathina Confederation, was a state in the British Aden Protectorate, the Federation of Arab Emirates of the South, and its successor, the Feder..
Dathka Graush
Dathka Graush is a character from the Star Wars Expanded Universe. He was one of the earliest known Dark Lords of the Sith. He ruled the exiled Sith Empire during its early years, and two-thirds of Korriban during one of the Empire's cyclical civil wars. Graush ruled for 50 bloody years, but his rei..
Datia
The town of Datia is the administrative center of Datia District in the Indian state of Madhya Pradesh. It was formerly the seat of the eponymous princely state in the British Raj. Datia is situated near Gwalior and on the border with Uttar Pradesh (U.P); the town of Jhansi in U.P. is only about 25 ..
Datianwan Stadium
Datianwan Stadium is a multi-use stadium in Chongqing, China. It is currently used mostly for football matches. The stadium holds 32,000 people. ..
Datia District
Datia District is a district of Madhya Pradesh state in central India. The town of Datia is the district headquarters. The district has an area of 2,038 km², and a population 627,818 (2001 census). The population of Datia District increased by 26% from 1981 to 1991, and by 22% from 1991 to 2001. T..
Datia train crash
The Datia train crash was an accident on the 3 October 2005 involving a passenger train near Datia in India's Madhya Pradesh Province. The accident was one of approximately thirty which India's poorly maintained transport system suffers each year, and occurred just three weeks before the Veligonda r..
Datil
Datil may refer to: Datil, New MexicoA rocket launch site in the U.S. state of New Mexico, located at [34°05′N 107°31′W]. Datil was used in 1963 for the launch of the Sergeant rocket.A variety of the Capsicum chinense family of chile peppers originating from St. Augustine, Florida. T..
Datil, New Mexico
Datil is a town in Catron County, New Mexico, United States. Located at the intersection of Route 60 and state road 12, Datil is on the edge of the Cibola National Forest. Datil has a population of 621. ..
Datin
Myths of the Fertile Crescentseries Mesopotamian mythology Ancient Arabian mythology Ancient Levantine mythology Names of God in the Hebrew Bible Babylonian and Assyrian religion Yezidic religion Pre-Islamic Arabian gods Ēl, Ilāh "God"Bēl, Baʕl, Bēl-ŠamīnAglibolal-Lāt,..
Dating (disambiguation)
Dating can mean: Courtship, or, alternatively, serial monogamyAscertaining the date of an event, using the techniques of:* absolute dating, for example using radiocarbon dating, or* relative dating, for example using stratigraphy or tree rings This is a [disambiguationdisambiguation] page:..
Dating agency
A dating agency is a business which acts as a service for matchmaking between potential couples, with a view toward romance and/or marriage between them. Contents 1 Types2 History & trends3 See also4 External links Types A face-to-face business with an actual location - wher..
Dating Creation
Part of the series onCreationism ..
Dating Do's and Don'ts
Dating Do's and Don'ts [sicΣ is a 1949 instructional film designed for high schools, to teach adolescents basic dating skills. Produced by Coronet Instructional Films and directed by Gilbert Altschul with the assistance of Reuben Hill, Research Professor of Family Life at the University of..
Dating game show
Dating game shows are television game shows, some say reality game shows, that incorporate a dating system in the form of a game with clear rules. Human matchmaking is involved only in selecting the game's contestants - usually for amusement value as opposed to any concern for their happiness or com..
Dating scripts
Dating scripts are the cognitive models that guide individuals’ dating interactions. In one study, first dates were highly scripted along gender lines. The males followed a proactive dating script, the females a reactive one. The male’s script involved initiating the date, controlling the pub..
Dating sim
Anime games Formats Visual novels Dojin soft AnimePlay Genres Dating sims Erotic games Ren'ai games Gender-specific Bishōjo games BL games GxB All pairings Dating simulations are a genre of computer and video games, usually Japanese, with romantic elements. Contrary to p..
Dating system
A dating system is any systemic means of improving matchmaking via rules or technology. It is a specialized meeting system where the objective of the meeting, be it live or phone or chat based, is to go on a live date with someone, with usually romantic implications. Recently, "couple-dating" and ..
Dating the Bible
The Bible is a compilation of various texts or "books" of different age. While the books of the New Testament may be dated with some confidence, the dates of many of the texts of the Hebrew Bible are difficult to establish. Textual criticism places all of them within the 1st millennium BC, while tra..
Dating the Enemy
'Dating The Enemy' is an Australian comedy about a boyfriend and girlfriend who swap bodies and have to live as eachother. ..
Dating violence
Dating violence is defined as the perpetration or threat of an act of violence by at least one member of an unmarried couple on the other member within the context of dating or courtship. This violence encompasses all forms: sexual assault, physical violence, and verbal or emotional abuse. Content..
Datirimon
Datirimon (Pipimon in Japan) is a fictional character from the Digimon franchise. He is a Baby Level Vegetation Digimon. Contents 1 Abilities1.1 Attacks2 Appearances2.1 Digimon Zero Two Abilities Attacks Acid Bubbles Appearances Digimon Zero Two After MaloMyotismon was defe..
Datis
Datis or Datus was a Persian general in the Persian Wars, under Darius the Great. ..
Dative
Dative has several meanings. In language, the dative case is used to indicate the noun to whom something is given. In chemistry, a dative bond (also known as a coordinate covalent bond) is a chemical bond in which the shared electrons come from one atom only. This is a [disambiguationdisambigu..
Dative case
The dative case (also called the third case) is a grammatical case generally used to indicate the noun to whom something is given. The name is derived from the Latin dativus, meaning "appropriate to giving". The thing being given may be a tangible object—such as "a book" or "a pen"—or ..
Dative construction
The dative construction is a grammatical way of constructing a sentence, with the subject in the dative case and the direct object in the nominative case. A sentence is also said to be in dative construction if the subject and the object (direct or indirect) can switch their cases for a given verb, ..
Dative shift
Dative shifting is a grammatical process by which an oblique argument of a verb, usually one functioning as a recipient or a benefactive (roles often expressed by datives), is placed in the same grammatical role as a patient, increasing the valency of the verb and forming a clause with two objects. ..
Datiware
Please [Glossary#Wwikify] (format) this article or section as suggested in the [Guide to layoutGuide to layout] and the [Manual of StyleManual of Style]. Remove this template after wikifying. This article has been tagged since July 2006. Contents 1 '''Geogra..
Datla
Datla is a common surname belonging to members of a Kshatriya caste in Andhra Pradesh known as Rajus. They are of the Chandravansi sect and belong to the Dhananjeya Gotra. They descended from the "Kota Vamsa" dynasty that ruled parts of Andhra Pradesh in the 11th and 12th Century AD. Many of the Ksh..
Dato' Megat Yunus
Please [Glossary#Wwikify] (format) this article or section as suggested in the [Guide to layoutGuide to layout] and the [Manual of StyleManual of Style]. Remove this template after wikifying. This article has been tagged since April 2006. Dato' Megat Yunus Bin Mega..
Dato' Seri Megat Jaafar
Dato' Seri Megat Jaafar Bin Megat Yunus was appointed by the Sultan of Perak in 1985 to the title Orang Kaya Besar Maharaja Diraja - one of the Four Major Chiefs (Orang Besar Empat) of Perak. Prior to that he was in the Malayan Civil Service (MCS). His father, Dato' Megat Yunus Bin Megat Mohd Isa wa..
Datolite
Datolite is a calcium boron hydroxide nesosilicate, CaBSiO4(OH). Datolite crystallizes in the monoclinic system forming prismatic crystals and nodular masses. The luster is vitreous and may be brown, yellow, light green or colorless. The Mohs hardness is 5.5 and the specific gravity is 2.8 - 3.0. Th..
Datong
Alternative meanings of 'Datong': Datong District in Taipei City, or the Chinese ideology of "Great unity" (dàtóng). "Tatung" redirects here; for the company of the same name, see Tatung Company. Datong (}; }) is a city in the northern Shanxi Province in China. Contents 1 History2 E..
Datong, Taipei
There is also a Datong District in Daqing city, Heilongjiang province, mainland China Datong District大同區 Datong District seal Old name: Dadaocheng (大稻埕) Region Western Taipei Director   Area Ranked 12th of 12 Totalkm² Population Ranked 11th of 12 Total129,270 De..
Datong, Yilan
Datong (大同) is a rural township in the southwestern part of Yilan County, Taiwan Province of the Republic of China. Area: 657.54 km²Population: 5,772 people (2004) Attractions Taipingshan (太平山) ..
Datong District
Datong District could refer to Datong, Taipei (大同區), a district in Taipei, TaiwanDatong District, Daqing (大同区), a district administered by the prefecture-level city of Daqing in Heilongjiang province, ChinaDatong District, Huainan (大通区), a district administered by the prefecture-l..
Datong University
Datong University (山西大同大学) is a university in Shanxi, China under the authority of the provincial government. ..
Datousaurus
Datousaurus, meaning either "Chieftain lizard" or "Big-head Lizard" (from the Malay datou "chieftain" or Chinese da tou "Big Head" and Greek saurus/σαυρος "lizard") was a dinosaur from the Middle Jurassic. It was a sauropod collected from the Lower Shaximiao Formation in Dashanpu, Zigong Sic..
Dato Tan Chin Nam
Dato Tan Chin Nam is the main horse owner for one of Australia's most successful trainers, Bart Cummings. Owner of most of Bart's most famous horses including the great "Saintly". ..
Dato Wee Han Wen
Dato' Wee Han Wen is an Australian-trained architect by profession. In 1998 he was appointed as chairman of the Miri Municipal Council. On 20 May 2005 when Miri attained its city status Dato' Wee Han Wen was appointed the first chairman of the Miri City Commission. Dato' Wee Han Wen was awarded t..
DATR
DATR is a language for lexical knowledge representation. The lexical knowledge is encoded in a network of nodes. Each node has a set of attributes encoded with it. A node can represent a word or a word form. External links [DATR at the University of Sussex] ..
Datsan
Datsan (Russian: ) is the term used for Buddhist university monasteries in the Tibetan tradition of Gelukpa located throughout Russia, but concentrated in Eastern Siberia. As a rule, in a datsan there are two departments - philosophical and medical. Sometimes to them is added the department of the t..
Datsu-A Ron
Datsu-A Ron (Japanese [[Wiktionary:Kyūjitai|Kyūjitai]]: 脱亞論, Shinjitai: 脱亜論) was an article written by Japanese author and political theorist Fukuzawa Yukichi. It was first published in a newspaper in Japan called [Jiji Shimpo] on March 16 1885 (Year Meiji 18th) issue. Dat..
Datsun
Datsun (ダットサン) is a former brand used by what is now Nissan Motor Co, in order to sell their automobiles in North America, Europe, Australia and New Zealand. The company was originally founded in 1911 by Sotaro Hashimoto and named DAT. It was the first Japanese automobile manufacturer..
Datsun 1500, 1600, 2000 Roadster
The Datsun 1500 Roadster SP(L)310, also known as the Fairlady in certain markets, made its debut at the Tokyo Motor show in 1961, several months before the roll-out of the MGB. The SP 310 was powered by a 1.5 liter inline four cylinder OHV engine with a single carburetor producing 77 hp (57 kW). T..
Datsun 280 ZZZAP
Datsun 280 ZZZAP is an arcade game by Midway. ..
Datsun 510
The Datsun 510 was a car range sold from 1968 to 1973 by Nissan of Japan. The 510 has often been called the "poor man's BMW", and some believe that the 510's design was inspired by contemporary BMWs (particularly the BMW 1600-2, released in March 1966). It was the American export name for the Niss..
Datsun 720
The 720 Pickup truck was produced from 1980 to 1985 being replaced in the 1986.5 model year with the D21 Hardbody Pickup truck. The 1980 models had a L20B motor. 1981-1983 models had a Nissan Z22 motor. The 1983.5-1986 models had a Nissan Z motor with a few fuel injected versions at the end of pr..
Datsun DC-3
Datsun DC-3 Manufacturer: Datsun Production: 1952-1958 Class: sports car Body styles: FR 2-door roadster Predecessor: Datsun Road Star Successor: Datsun SP211 Engines: 860 cc I4 The Datsun DC-3 was a light weight automobile produced by Datsun in the 1950s. The series was a predecesso..
Datsun PL521
The Datsun PL521 Pickup 1967-1972 External links [Datsun PL521 Pickup Truck home page] ..
Datsun Roadster
Datsun Roadster/Road Star/Coupe Manufacturer: Datsun Production: 1932-1941 Class: sports car Body Styles: FR 2-door roadsterFR 2-door coupe Successor: Datsun DC-3 Roadster Production: 1932-1934 Engines: 495 cc I4 Road Star/Coupe Production: 1935-1941 Engines: 722 cc I4 The Da..
Datsun Sports
Datsun Fairlady/Sports Manufacturer: Nissan Production: 1959-Apr 1970circa 40,000 produced Class: sports car Body styles: FR 2-door roadster Predecessor: Datsun DC-3 Successor: Datsun 240Z SportsS211 Production: 1959-196020 produced Engines: 988 cc C I4 Fairlady/SportsSPL212 Product..
DATS (Digital Accident Tactics Squad)
DATS (an acronym for Digital Accident Tactics Squad) is a fictional organization from the television series Digimon Savers. Its responsibility is to monitor and deal with digimon who appear in the human world, with the express purpose of making sure they don't wreak havoc. The main characters o..
Datt
Datt or Dutt is a famous Brahmin clan from the Punjab. They are one of the seven clans of the Mohyals who are Saraswat Brahmins of the Punjab. The six other clans are Bali, Bhimwal, Chhibber, Lau, Mohan and Vaid. Punjabi Brahmins other than Mohyals include Barahis(Twelvers), Bawanjais(Fifty-twoers)..
Datta
Datta can refer to any of the following: Dattatreya, a Hindu godJyotirmoy Datta, a Bengali writer, journalist, poet, and essayistYogeshchandra Datta, the second president of the Ramakrishna MissionBhupendra Kumar Datta, a Bengali Indian freedom fighter and revolutionaryMichael Madhusudan Dutt, a 19t..
Dattapada
Dattapada is a locality in suburban Mumbai. It is located in the western suburb, Borivali. To its south-west is the locality of Rajendra Nagar and to its north-east runs a parallel group of Carter Roads. Overall it comprises 9 sq. km of area. Demographics Dattapada has a high density population. T..
Dattapeetham
Datta Peetham Contents 1 Datta Peetham2 About Swamiji3 Swamiji's Music3.1 Music Therapy4 Related Links Datta Peetham Sri Ganapati Sachchidananda Avadhoota Datta Peetham, shortly called as Datta Peetham, is a remarkable place in the quiet city of Mysore. Upon arrival yo..
Dattapur Dhamangaon
Dattapur Dhamangaon is a city and a municipal council in Amravati district in the state of Maharashtra, India. Demographics As of 2001 India census[Geographic references#IndiaGRIndia], Dattapur Dhamangaon had a population of 21,430. Males constitute 51% of the population and females 49%..
Dattaram Hindlekar
Dattaram HindlekarIndia (IND) Batting style Right-hand bat (RHB) Bowling type Tests First-class Matches 4 96 '''Runs scored 71 2,439 Batting average 14.20 17.05 100s/50s 0/0 1/9 Top score 26 135 Balls bowled - - Wickets - 0 Bowling averag..
Dattaro
Biografia Francesco Dattaro e suo figlio Giuseppe Dattaro, sono i due principali costruttori della più importante famiglia di architetti cremonesi del Cinquecento. I Dattaro iniziano la loro attività nell'ambito del cantiere della Cattedrale di Cremona, affiancati da pittori, dai membri della fami..
Dattatreya
Dattatreya (Sanskrit: दत्तात्रेय) is a Hindu God who is an incarnation of the Divine Trinity Brahma, Vishnu and Siva. The word Datta means "Given," Datta is called so because the divine trinity have "given" themselves in the form of a son to the sage couple Atri and Anasuya. He ..
Dattatreya Gopal Karve
Dattatreya Gopal Karve (Marathi: दत्तात्रेय गोपाल कर्वे; December 24, 1898 – December 28, 1967) was an Indian economist and professor who contributed to the fields of economics, public administration and the cooperative movement in India. Contents ..
Datta Dalvi
Datta Dalvi is an Indian politician from the Shiv Sena political party. He is a resident of Kannamwar Nagar in Vikhroli, Mumbai. He has served as a corporator in the Mumbai municipal corporation for three successive terms. On February 18, 2005, he was elected as Mayor of Mumbai. ..
Datta Gaekwad
Datta GaekwadIndia (IND) Batting style Right-hand bat Bowling type - Tests First-class Matches 11 110 '''Runs scored 350 5788 Batting average 18.42 36.40 100s/50s -/1 17/- Top score 52 249* Balls bowled 12 1964 Wickets - 25 Bowling average..
Datteln
Datteln is a town and a municipality in the district of Recklinghausen, in North Rhine-Westphalia, Germany. It is situated on a crossroads of four canals (Datteln-Hamm Canal, Wesel-Datteln Canal, Dortmund-Ems Canal and Rhein-Herne Canal), approx. 10 km north-east of Recklinghausen and 20 km north-w..
Dattilam
The Dattilam ascribed to Dattila Muni, is one of the earliest texts on music in India. It belongs to the same period as the Natya Shastra of Bharata Muni (4th century BC?) and it appears to be well aware of a shastric tradition of analytical thinking on music. ..
Dattilo Rubbo
Anthony or Antonio Dattilo Rubbo (or Dattilo-Rubbo) (22 June 1870 - 1 June 1955) was an Italian artist and art teacher active in Australia from 1897. Born in Naples in 1870 and arriving in Australia in 1897, Datillo Rubbo was not a great artist - "muddy genre portraits of very wrinkled old Tuscan p..
Datto, Arkansas
Datto is a town in Clay County, Arkansas, USA. The population was 97 at the 2000 census. Geography Datto is located at [36°23′32″N, 90°43′46″W] (36.392312, -90.729314)[Geographic references#1GR1]. According to the United States Census Bureau, the town has a total are..
Dattopantji Thengdi
Contents 1 Shri Dattopant Ji Thengdi2 Early Life3 Development of BMS4 Contributions To Labour Organizations5 Politics6 See also Shri Dattopant Ji Thengdi The Founder of BMS. The great sentinel of India's freedom movement, national organizer, architect, thinker, visi..
Dattu Phadkar
Dattu PhadkarIndia (IND) Batting style Right-hand bat (RHB) Bowling type Right-arm fast medium, Right arm off-break Tests First-class Matches 31 133 '''Runs scored 1,229 5,377 Batting average 32.24 36.08 100s/50s 2/8 8/29 Top score 123 217 Balls bowle..
Datu
Datu is the title for ancient tribal chieftains in the pre-hispanic Philippines. Together with Sultan and Raja they are also titles of royalty and currently used in Malaysia, Brunei and Indonesia and are the equivalent of Dukes, Marquis, etc.. Datu was derived from Malay words dato' or datok, which..
Datuk Lamri Ali
Datuk Lamri Ali is the Director of Sabah Parks. At the Decemeber 1999 World Conservation Union (IUCN)'s regional meeting staged in Pakse, Laos, Ali was awarded the prestigious Fred M. Packard WCPA-IUCN award. The award recognises his contribution to nature conservation and protected area movement i..
Datum
''This article describes a concept from surveying and geodesy. Datum is also the singular form of data. A datum (plural datums) is a reference from which measurements are made. In surveying and geodesy, a datum is a reference point on the earth's surface against which position measurements are made..
Datum (magazine)
Datum is an Austrian monthly magazine. Founded in 2004 by journalist Klaus Stimeder and businessman Hannes Weyringer, Datum is published by the association to promote quality journalism (Verein zur Förderung des Qualitätsjournalismus) ten times a year. The [circulation] is 10.000 copies..
Datum references
Datum references refers to the 2 straight edges on a workpiece (wood, plastic or metal). For metal and plastics workpieces, the datum reference is called "datum edge". The First datum edge is marked with a slanted line (/) and the second is marked with 2 parallel slanted lines (//). Datum referenc..
Datura
Datura is a genus of 12-15 species of flowering plants belonging to the family Solanaceae. Their exact natural distribution is uncertain, due to extensive cultivation and naturalization throughout the temperate and tropical regions of the globe, but is most likely restricted to the Americas, from ..
Datura discolor
Datura discolor, the desert thorn-apple or small datura, is an herbaceous annual plant native to the Sonoran Desert of western North America, where it grows in sandy soils and washes. All parts of the plant are poisonous if ingested. ..
Datura inoxia
Datura inoxia (angel's-trumpet, thorn-apple, downy thorn-apple, Indian-apple, moonflower, or sacred datura) is a poisonous species in the family Solanaceae. It is native to the Americas, and introduced in Africa, Asia, Australia and Europe. The scientific name is often cited as D. innoxia. It is ..
Datura metel
Datura metel, commonly known as Devil's trumpet, metel, or downy thorn-apple is a shrub-like annual herb with large flowers, typically white or yellow. Native to China, it is now used in landscaping and gardening in North America. This plant may be toxic if ingested in large quantities, symptomat..
Datura stramonium
Datura stramonium, also called Jimson Weed, Jamestown Weed, Thorn Apple, Angel's Trumpet, and Zombie's Cucumber is a common poisonous weed in the Nightshade Family. It contains tropane alkaloids that are sometimes used as a hallucinogen. The active ingredients are atropine, hyoscyamine and scop..
Datura wrightii
Datura wrightii or Sacred Datura is the name of a poisonous perennial weed and ornamental flower of southwestern North America. It is a vigorous herbaceous perennial that grows 30 cm to 1.5 m tall and wide. The leaves are broad and rounded at the base, tapering to a point, often with wavy margins..
Daturine
Daturine is the main active ingredient in datura or thorn apple poison. Chemically similar to atropine. External links For a full list of external links to MSDSs, spectroscopic data, commercial chemicals suppliers etc. for this compound, see [Chemical sources]. ..
Datu Abdullah Sangki, Maguindanao
Datu Abdullah Sangki is a municipality in the province of Maguindanao, Philippines. The municipality was created under Muslim Mindanao Autonomy Act No. 153 dated August 20, 2003, ratified in the plebiscite held on January 3, 2004. Barangays Datu Abdullah Sangki is politically subdivided into 10..
Datu Daya
Datu Daya is a legendary tribal chief in the place that is now known as Daanbantayan, Cebu, in the Philippines. According to folk stories, Datu Daya was the leader of the first Malayan settlers in northern Cebu. The new settlers cleared forests and in a few years were able to establish a progressiv..
Datu Odin Sinsuat, Maguindanao
Datu Odin Sinsuat is a 2nd class municipality in the province of Maguindanao, Philippines. According to the 2000 census, it has a population of 71,569 people in 13,270 households. Barangays Datu Odin Sinsuat is politically subdivided into 34 barangays. AmbolodtoAwangBadakBagoengedBakaBenolenBi..
Datu Paglas, Maguindanao
Datu Paglas is a 5th class municipality in the province of Maguindanao, Philippines. According to the 2000 census, it has a population of 20,014 people in 3,673 households. Barangays Datu Paglas is politically subdivided into 23 barangays. Alip (Pob.)DamawatoKatilMalalaMangadegManindoloPuyaSep..
Datu Piang, Maguindanao
Datu Piang (formerly known as Dulawan) is a 3rd class municipality in the province of Maguindanao, Philippines. According to the 2000 census, it has a population of 67,303 people in 10,793 households. Barangays Datu Piang is politically subdivided into 34 barangays. AlongananAmbadaoAndavitBaka..
Datu Puti soy sauce
Datu Puti soy sauce is a basic ingredient in many different dishes in the Filipino community. ..
Datu Saudi-Ampatuan, Maguindanao
Datu Saudi-Ampatuan is a 2nd class municipality in the province of Maguindanao, Philippines. Barangays Datu Saudi-Ampatuan is politically subdivided into 14 barangays. BakatDapiawanElianGantaGawangInaladanKabengiKitangoKitapokMadiaPagatinPenditenSalbuSambulawan External links [Philippine S..
Datu Sikatuna
Datu Sikatuna was the chieftain of Bohol, who made a blood compact and allianced with the Spanish conquistador, Miguel López de Legazpi in March 16, 1565. His real name is Katuna but is recorded as Sikatuna. 'Si' is a nominative marker in Filipino. ..
Datu Unsay, Maguindanao
Datu Unsay is a 2nd class municipality in the province of Maguindanao, Philippines. Barangays Datu Unsay is politically subdivided into 9 barangays. IganagampongBulayanMacalagMaitumaigMetaPamalianPanangetiPikegTuntungan External links [Philippine Standard Geographic Code][2000 Ph..
DAT (record company)
DAT is a publishing house and record company focusing on the Sami culture. See also Sami music External link [Official site] ..
DAT - Danish Air Transport
DAT - Danish Air Transport is an airline based in Vamdrup, Denmark. It operates scheduled passenger and cargo services, and passenger and cargo charters on an ad hoc basis. Contents 1 Code Data2 History3 Services4 Fleet5 External links Code Data IATA Code: DXICAO Code:..
Dat Nguyen
[] at NFL.com Dat Nguyen [pronounced WIN or NWIN] (Vietnamese: Nguyễn Tấn Đạt Traditional Chinese: 阮迅達) (born on September 25, 1975 in Fort Chaffee, Arkansas [link]) is the first Vietnamese American to play in the National Football League. He played for the ..
Dat Oven
Dat Oven is a dance/electronica duo based in New York City. The act consists of Jeffery Gratton (from Worcester, Massachusetts) and Shunji Moriwaki (from Oita, Japan). The act has had three entries on the Billboard Hot Dance Music/Club Play chart: 1998 "Chelsea Press 2" (#1)1998 "Icy Lake" (#18)1..
Dat Phan
Dat Phan promotional photograph. Dat Phan (born January 25, 1975 in Saigon, Vietnam), is a Vietnamese-American stand-up comedian. When he was a child, he and his mother immigrated to the United States. They suffered financial hardships throughout his childhood. He grew up in Santee, Californi..
DAT politics
DAT politics is a French electronic music group. Its music is sometimes classified as musique concrète. They began in 1999 in Lille, France, as a quartet featuring Claude Pailliot, Gaëtan Collet, Vincent Thierion and Emeric Aelters. Previously, three members had played together in the band Tone Re..
Dat So La Lee
Dat so La Lee (legal name Louisa Keyser), (ca. 1829 — 1925) was a renowned basket weaver and one of the most famous Native American artists of the 20th century. A member of the Washoe tribe, her basketry came to national prominence during the Arts and Crafts movement in the United States. Exter..
Ōdate Station
Ōdate Station (大館駅; -eki) is the western terminus of the Hanawa Line, and also a station on the Ōu Main Line located in Odate, Akita. Ōdate Station is home to a second Hachiko statue (like the more famous one in front of Shibuya Station). Contents 1 Lines2&nbs..

 


From Wikipedia, the Free Encyclopedia. Article contents subject to the GNU Free Documentation License.

Search Titles
0123456789
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ?