Multiple choice technology databases

Hierarchical sequence follows

  1. front to back, top to bottom and left to right

  2. top to bottom, front to back and left to right

  3. top to bottom, left to right and front to back

  4. left to right, front to back and top to bottom

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In test design and UI hierarchy, the standard sequence follows top-to-bottom first (vertical hierarchy), then front-to-back (z-order/depth), and finally left-to-right (horizontal ordering within each level). This sequence ensures predictable navigation and tab order in user interfaces. Option A gets the order wrong by starting with front-to-back, while C and D misplace the sequence.