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 the process of a binary search.


Show how the decimal number -183 would be represented as an 8-bit two's complement arithmetic


The numbers 6B and 12 are displayed in hexadecimal form. Convert them into binary form and perform binary addition to find the sum. Convert your answer back into hexadecimal. Show your workings.


Why indentation is important in Python and what is the scope of a global variable?