A tree is a specialized case of a graph. A tree is a connected graph with no circuits and no self loops.
A graph consists of 3 sets - vertices, edges and a set representing relations between vertices and edges i.e. v = (a, b, c) e = (e1, e2, E3) and x = ((a,b,e1), (b,c,e2), (a,c,e3)) represents a graph where e1 joins a and b and so on.
A circuit is alternating sequence of edges and vertices where in edges are not repeated, vertices may be and starting and ending vertices are the same e.g. a e1 b e2 c e3 a means a connected to b, b to c and c to a. This forms a loop.
A self loop is a vertex looping on to itself.
As a tree does not contain any loops and is still connected, it is also called a minimally connected graph i.e. there is just one path between any 2 vertices.
Chat with our AI personalities
Data is called raw data or facts. But data with some context is called information, and information becomes knowledge which can be shared.
the difference between manual system and computerized system is manual system is too difficult to organize the data, and also has so Marney duplicate data, and also non-updated, out of search the previous data or record, computerized data system is also updated system and new version, you can able to manage Essie and flaxible that is the different.
one bit at a time vs. a group of several bits at a time.
they are called error bars. It represents the amount of error associated with each data point
The major difference between main memory and auxiliary memory is that main memory is directly accessed by CPU but the auxiliary memory is not accessed by the CPU directly.For this the data is first transferred to main memory from auxiliary memory and then from main memory the data is transferred to the CPU for further processing. Answered By: Richa Singh