DEV Community

Cover image for What is Hierarchy in Programming
Adeyeye George
Adeyeye George

Posted on

1

What is Hierarchy in Programming

A hierarchy in programming is an organizational structure in which items are ranked according to levels of importance. Most governments, corporations and organized religions are hierarchical.

In a computing context, there are various types of hierarchical systems. Most file systems, for example, are based on a hierarchical model in which files are placed somewhere in a hierarchical tree model. A file is placed in a directory (folder in Windows) or subdirectory at the desired place in the tree structure. The computer memory hierarchy ranks components in terms of response times, with processor registers at the top of the pyramid structure and tape backup at the bottom.

The word hierarchy comes from the Greek hieros, meaning sacred, and archein, meaning to rule. The word first entered English in the fourteenth century. According to the Oxford English Dictionary, it originally referred to “each of the three divisions of angels, every one comprising three orders, in the system of Dionysius the Areopagite.”

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay