HOME

TheInfoList



OR:

Data collection system (DCS) is a
computer application A computer is a machine that can be programmed to carry out sequences of arithmetic or logical operations (computation) automatically. Modern digital electronic computers can perform generic sets of operations known as programs. These progr ...
that facilitates the process of data collection, allowing specific, structured information to be gathered in a systematic fashion, subsequently enabling
data analysis Data analysis is a process of inspecting, cleansing, transforming, and modeling data with the goal of discovering useful information, informing conclusions, and supporting decision-making. Data analysis has multiple facets and approaches, enc ...
to be performed on the information. Typically a DCS displays a form that accepts data input from a user and then validates that input prior to committing the data to persistent storage such as a database. Many computer systems implement data entry forms, but data collection systems tend to be more complex, with possibly many related forms containing detailed user input fields, data validations, and navigation links among the forms. DCSs can be considered a specialized form of
content management system A content management system (CMS) is computer software used to manage the creation and modification of digital content (content management).''Managing Enterprise Content: A Unified Content Strategy''. Ann Rockley, Pamela Kostur, Steve Manning. New ...
(CMS), particularly when they allow the information being gathered to be published, edited, modified, deleted, and maintained. Some general-purpose CMSs include features of DCSs.


Importance

Accurate data collection is essential to many
business process A business process, business method or business function is a collection of related, structured activities or tasks by people or equipment in which a specific sequence produces a service or product (serves a particular business goal) for a parti ...
es, to the enforcement of many government regulations, and to maintaining the integrity of scientific research. Data collection systems are an end-product of software development. Identifying and categorizing software or a software sub-system as having aspects of, or as actually being a "Data collection system" is very important. This categorization allows encyclopedic knowledge to be gathered and applied in the design and implementation of future systems. In
software design Software design is the process by which an agent creates a specification of a software artifact intended to accomplish goals, using a set of primitive components and subject to constraints. Software design may refer to either "all the activity ...
, it is very important to identify generalizations and patterns and to
re-use Reuse is the action or practice of using an item, whether for its original purpose (conventional reuse) or to fulfill a different function (creative reuse or repurposing). It should be distinguished from recycling, which is the breaking down of u ...
existing knowledge whenever possible.


Types

Generally the computer software used for data collection falls into one of the following categories of practical application. * Surveys or questionnaires * Data registries * Case management systems *
Performance measurement Performance measurement is the process of collecting, analyzing and/or reporting information regarding the performance of an individual, group, organization, system or component. Definitions of performance measurement tend to be predicated upon an ...
systems * Exams and
quiz A quiz is a form of game or mind sport in which players attempt to answer questions correctly on one or several specific topics. Quizzes can be used as a brief assessment in education and similar fields to measure growth in knowledge, abilities ...
zes * Online forms and form filing and reporting systems


Vocabulary

There is a taxonomic scheme associated with data collection systems, with readily-identifiable synonyms used by different industries and organizations. Cataloging the most commonly used and widely accepted vocabulary improves efficiencies, helps reduce variations, and improves data quality. The vocabulary of data collection systems stems from the fact that these systems are often a software representation of what would otherwise be a paper data collection
form Form is the shape, visual appearance, or configuration of an object. In a wider sense, the form is the way something happens. Form also refers to: *Form (document), a document (printed or electronic) with spaces in which to write or enter data * ...
with a complex internal structure of sections and sub-sections. Modeling these structures and relationships in software yields technical terms describing the hierarchy of data containers, along with a set of industry-specific synonyms.


Collection synonyms

A collection (used as a noun) is the topmost container for grouping related documents,
data model A data model is an abstract model that organizes elements of data and Standardization, standardizes how they relate to one another and to the properties of real-world Entity, entities. For instance, a data model may specify that the data element ...
s, and
dataset A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of th ...
s. Typical vocabulary at this level includes the terms:


Data model synonyms

Each document or
dataset A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of th ...
within a collection is modeled in software. Constructing these models is part of designing or "authoring" the expected data to be collected. The terminology for these
data model A data model is an abstract model that organizes elements of data and Standardization, standardizes how they relate to one another and to the properties of real-world Entity, entities. For instance, a data model may specify that the data element ...
s includes:


Sub-collection or master-detail synonyms

Data model A data model is an abstract model that organizes elements of data and Standardization, standardizes how they relate to one another and to the properties of real-world Entity, entities. For instance, a data model may specify that the data element ...
s are often hierarchical, containing sub-collections or master–detail structures described with terms such as:


Data element synonyms

At the lowest level of the
data model A data model is an abstract model that organizes elements of data and Standardization, standardizes how they relate to one another and to the properties of real-world Entity, entities. For instance, a data model may specify that the data element ...
are the data elements that describe individual pieces of data. Synonyms include:


Data point synonyms

Moving from the abstract, domain modelling facet to that of the concrete, actual data: the lowest level here is the
data point In statistics, a unit of observation is the unit described by the data that one analyzes. A study may treat groups as a unit of observation with a country as the unit of analysis, drawing conclusions on group characteristics from data collected at ...
within a
dataset A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of th ...
. Synonyms for ''data point'' include:


Dataset synonyms

Finally, the synonyms for
dataset A data set (or dataset) is a collection of data. In the case of tabular data, a data set corresponds to one or more database tables, where every column of a table represents a particular variable, and each row corresponds to a given record of th ...
include:


See also

* Data management *
Survey data collection With the application of probability sampling in the 1930s, surveys became a standard tool for empirical research in social sciences, marketing, and official statistics. The methods involved in survey data collection are any of a number of ways i ...
*
Case report form A case report form (or CRF) is a paper or electronic questionnaire specifically used in clinical trial research. The case report form is the tool used by the sponsor of the clinical trial to collect data from each participating patient. All data on ...
*
Safety data sheet A safety data sheet (SDS), material safety data sheet (MSDS), or product safety data sheet (PSDS) is a document that lists information relating to occupational safety and health for the use of various substances and products. SDSs are a widel ...
* Data mining * Web mining * Crowdsourcing *
Collaborative software Collaborative software or groupware is application software designed to help people working on a common task to attain their goals. One of the earliest definitions of groupware is "intentional group processes plus software to support them". As re ...


References


External links

{{Statistics, collection Data collection Survey methodology