answersLogoWhite

0


Best Answer

Linear structure is the most commonly used structure. Linear items are itemized by a single component. This means that besides for the first or last piece of data, something will come before or after it. In hierarchical structure the data is arranged in a tree like structure with several levels. Every entry is equal or less then the its previous.

User Avatar

Mertie Ferry

Lvl 10
2y ago
This answer is:
User Avatar
More answers
User Avatar

Adelia Muller

Lvl 10
2y ago

Linear structure is the most commonly used structure. Linear items are itemized by a single component. This means that besides for the first or last piece of data, something will come before or after it. In hierarchical structure the data is arranged in a tree like structure with several levels. Every entry is equal or less then the its previous.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the differences between hierarchical and linear structures.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the three basic website structures?

Linear, augmented liner, and hierarchical.


What are the two basic ways in representing linear structures in memory?

Data structures are classified as either linear or non linear, a data structure is said to be linear if its elements form a sequence, or, in other words, a linear list, there are two basic ways of representing such linear structures in memory, one way is to have the linear relationship between the elements represented by means of sequential memory locations, these linear structures are called arrays, the other way is to have the linear relationship between the elements represented by means of pointers or links, these linear structures are called linked lists.


Differences between the mean and median filter?

Mean filtering is linear but median filtering is non-linear.


What similarities and differences do you see between the function and linear equations?

Linear equations are a tiny subset of functions. Linear equations are simple, continuous functions.


What is the linear data structures?

Linear data structures are 1-dimensional arrays, as in: vectors.


Differences between linear and non linear?

If you graph a Linear equation it will be a strait line. If it doesn't come out strait, its not linear. Also a linear equation can be put into y=mx+b, with mx meaning the slope and b meaning Y-intersept.


Structure starts with a general topic that includes links to more specific topics?

hierarchical


What is the difference with a linear and nonlinear scale?

The differences between the these two is that linear scale shows the relation between the map distance and the ground distance. The nonlinear scale do not show the relation between the map distance and the ground distance.


What 3 navigation methods are used on a website?

The 3 styles are: 1. Linear 2. Global 3. Hierarchical


List out the differences between linear and nonlinear data structures?

Linear Data Structure:-A data structure in which every element has got exactly two neighbors or two adjacent elements except two elements having exactly one data element.Non-Linear Data Structure:- In non linear data elements are allowed to have more than two adjacent elements.


What do an array and a stack have in common?

Both are linear data structures.


Is String a linear data structure?

yes it is, other linear data structures are lists,queues,stacks,arrays