Please enable JavaScript.
Coggle requires JavaScript to display documents.
Abstract Data Types, Stacks and Queues - Coggle Diagram
Abstract Data Types, Stacks and Queues
An abstract data type is a conceptual model of how data is stored and what operations can be operated on it.
-
Arrays
An array is a list of data, with a variable name identifying it. Arrays are mostly one-dimensional (list form) or can be visualised as a two-dimensional table.
-
Files
Binary Files
A binary file is one that stores data as 1's and 0's, the same format in which all data is processed by a computer.
Binary files are not simply readable by a human but a computer can interpret them very quickly sing a program
Text FIle
-
Each line is usually referred to as a record and the many different kinds of data are referred to as a field
-