Logo 
Search:

C++ Programming Articles

Submit Article
Home » Articles » C++ Programming » Data File StructureRSS Feeds

Defines different structures in dfs

Posted By: Alexandra Hughes     Category: C++ Programming     Views: 2036

This article defines different terms i.e. Data Structure, Primitive Data Structure, Non- Primitive Data Structures, Storage Structure, File Structure, Preloading, Linear, Vector.

Data Structures

A collection of data elements whose organization is characterized by accessing operations that are used to store and retrieve the individual data element.

e.g:  Arrays.

Primitive Data Structures

The data structure that typically are directly operated upon by machine-level instructions and are associated with numerical problems.

e.g:  int, char, real.

Non- Primitive Data Structures

e.g:  Arrays, lists, files.

Storage Structure

The representation of a particular data structure in the memory of a computer is called a storage structure.

File Structure

A storage structure representation in auxiliary memory is called a file structure.

Preloading

Arranging the numbers according to their priority is called preloading.

Linear

A list which displays the relationship of adjacency between elements is said to be linear.

Vector

The simplest data structure that makes use of computed addressed to locate its elements is the one-dimensional array is called a vector.
  
Share: 


Didn't find what you were looking for? Find more on Defines different structures in dfs Or get search suggestion and latest updates.

Alexandra Hughes
Alexandra Hughes author of Defines different structures in dfs is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!