🔥 Featured Topic
Data Abstraction
by
mi1an
-
Short Note: Data Abstraction
Data
abstraction:
It can be
define as follows.
1. When the
DBMS hides certain details of how data is stored and maintained, it provides
What is
called as the abstract view of data?
2. This is
to simplify user-interaction with the system.
3.
Complexity (of data and data structure) is hidden from users through several
levels of
Abstraction.
Data
abstraction is used for following purposes:
1. To
provide abstract view of data.
2. To hide
complicate data from user.
- Get link
- X
- Other Apps
Popular Posts
Design resources for developers
by
mi1an
-
Document Table of Contents UI Graphics Fonts Colors Icons Logos Favicons Icon Fonts Stock Photos Stock Videos Stock Music & Sound Effects Vectors & Clipart Product & Image Mockups HTML & CSS Templates CSS Frameworks CSS Methodologies CSS Animations Javascript Animations UI Components & Kits React UI Libraries Vue UI Libraries Angular UI Libraries Svelte UI Libraries R...
MS Access Data Type
by
mi1an
-
Array ( C Language )
by
mi1an
-
Array : Collection of related data items for share the same name and same datatype but store different value. Syntax : Datatype Arrayname [Size]; e.g. int a[5]; Array Has THREE Type : · ONE Dimensional · TWO Dimensional · MULTI Dimensional Code : #include <stdio.h> main () { int i; int num[ 5 ] = { 10 , 20 , 30 , 40 , 50 }; for (i= 0 ; i<= 4 ; i++) { ...
Comments
Post a Comment