Back to the 2019 paper
Similar questions
Principles of Communication Engineering Write short note on: Huffman Codes20247mPrinciples of Communication Engineering Describe Shannon-Fano and Huffman coding techniques. Compare their coding efficiencies.20257mComputer NetworksWhich one of the following statements is FALSE? (i) TCP guarantees a minimum communication rate (ii) TCP ensures in-order delivery (iii) TCP reacts to congestion by reducing sender window size (iv) TCP employs retransmission to compensate for packet loss20162mDesign & Analysis of AlgorithmsState Huffman Tree. Explain with examples.20247m
PreviousWhich of the following is an advantage of adjacency list representation over adjacency matrix representation of a graph? - (i) In adjacency list representation, space is saved for sparse graphs. - (ii) DFS and BFS can be done in O(V+E) time for adjacency list representation. These operations take O(V^2) time in adjacency matrix representation. - (iii) Adding a vertex in adjacency list representation is easier than adjacency matrix representation. - (iv) All of the aboveNextWhich one of the following is an application of Queue Data Structure? - (i) When a resource is shared among multiple consumers - (ii) When data is transferred asynchronously (data not necessarily received at same rate as sent) between two processes - (iii) Load balancing - (iv) All of the above