Data abstraction
1 article · search the full text for this term
-
Data Representation and Abstraction in Computer Systems: An Interactive Study
Abstract: Data abstraction simplifies data, while data representation stores or encodes it. Data abstraction in programming involves constructing a data type that hides data representation. This lets consumers concentrate on the data’s primary features rather than its implementation. Data abstraction is common in object-oriented programming and database administration. Computers store data in binary format. The smallest binary unit is a bit, or “binary digit”. Bytes typically have eight bits. Data abstraction …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 22–31 Read article