COMMUNICATION SYSTEM

MEANING AND CONCEPT OF COMMUNICATION Communication is the process of transparency information on common interest from one person to another. According to Ricl W.Griffen:”Communication is the process of transmitting information from one person to another.” Thus, Communication is one of the most important functions of management as well as every manager where manager have to…

Read More

Some Important Questions and answers of Data structure and algorithms.

Some Important Questions and answers Arrange the following in the order of their time complexity? O(1),O(2n), O(n2), O(nlogn),O(n3),O(n), O(logn)Ans: The required order is: O(1)< O(logn)< O(nlon)< O(n2)< O(n3)< O(2n) What will be the time complexity of the expression: n3/3+n2/2+n/4:Ans: O(n3)+O(n2)+O(n) = O(n3) Does every algorithm have a java program?Ans: We must assume that by “algorithm”…

Read More