State the main features of a tree

It is a dynamic hierarchical data structure, it has a node at the top of the tree called root ode ad each node can have children nodes and the lines joining the nodes are called branches. A node that has a child node is called a parent node and a node without a child node is called leaf

ZL

Related Computing A Level answers

All answers ▸

Describe what is meant by a modular design and state on advantage of a modular design.


What is the range of denary numbers that can be represented using 8-bit two’s complement binary integers?


What are higher order functions in functional programming? How does the 'map' function work and why is it a higher order function?


What is the point of an Operating System?