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 ▸

Choose 3 types of malware, describe them and the ways in which they may harm a device.


Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


Given an ordered array of integers "V" and a integer "Sum", write a function that would return "true" if it finds two numbers in V that add up to Sum, and "false" otherwise.


What is the difference between simplex, half duplex and full duplex?