New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » Computer Dictionary » Letter D » Data Abstraction Definition/Meaning

Data Abstraction Definition/Meaning:

The principle of defining a data type in terms of the operations that apply to objects of the type, with the constraint that the values of such objects can be modified and observed only by use of these operations. This application of the general principle of abstraction leads to the concept of an abstract data type. Data abstraction is of very considerable importance in modern programming, especially for the coarse structuring of programs. Such use yields several benefits. The abstract data type provides a natural unit for specification and verification purposes (see module specification). It provides some basis for high-level design, and is consistent with the principles of information hiding. The specification of the data type in terms of available operations provides all the information needed to make use of the data type while leaving maximum freedom of implementation, which indeed can be changed if required without affecting the users. There is also the possibility of developing a "library" of useful data abstractions - stacks, queues, etc.

The typical implementation of an abstract data type within a program is by means of a multiprocedure module. This module has local data that can be used to represent a value of the type, and each procedure implements one of the operations associated with the type. The local data of the module can only be accessed by these procedures, so that the user of the data type can only access the operations and has no direct access to the representation. The implementer is therefore free to choose the representation, which remains "invisible" to the users and can be changed if required. Each instance of the abstract data type employs one instance of the local data of the module to represent its value.

Proper support for such multiprocedure modules demands that the concept be recognized by the programming language, which must, for example, allow for the clustering of modules and data and have scope rules reflecting the desired restrictions on access. The first language to provide such support was SIMULA with its CLASS. Many modern languages now offer a similar facility, e.g. the MODULE of Modula and the PACKAGE of Ada.

Near by Terms:

DAC
D/A Converter (DAC)
Daisychain (bused interface)
Daisy Wheel Printer
DARPA
DASD
Data
Data Abstraction
Data Acquisition
Data Aggregate
Databank
Database
Database Administrator
Database Language
Database Management System (DBMS)
Database System
Data Break (cycle stealing)
Data Bus (data path)
Data Capture   
Data Cartridge
Data Chaining
Data Channel
Data Cleaning
Data Collection    
Data Communication Equipment
Data Communications
Data Compaction
Data Compression
Data Contamination
Data Definition Language (DDL)
Data Description Language (DDL)   
Data Dictionary (data dictionary/directory; DD/D)
Data Encryption
Data Encryption Standard (DES)
Data Module
Data Name
Data Network
Datapac
Data Path
Datapoint
Data Preparation
Data Processing (DP)
Data-Processing Manager (DPM)
Data Protection Legislation
Data Reduction
Data Retrieval
Data Selector/Multiplexer
Data Set
Data Sheet
Data Sink
Data Source
Data Stream
Data Structure (information structure)
Data Structure Language
Data Summarization
Data Tablet
Dam Terminal Equipment
Data Transfer Rate
Data Translation
Data Transmission
Data Transparency
Data Type
Data Validation
Data-Vet Program
Data Word
Datum
Datum-Limit Register
Daughter
Daughter Board (daughter card)
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012