Recent questions tagged ugcnetcse-june2016-paper3

2 votes
1 answer
33
1 votes
2 answers
36
Match the following :$\begin{array}{clcl} \text{(a)} & \text{Huffman Code} & \text{(i)} & O(n^2) \\ \text{(b)} & \text{Optical Polygon Triangulation} & \text{(ii)} & \t...
2 votes
1 answer
37
Which one of the following array represents a binary max-heap?[26, 13, 17, 14, 11, 9, 15][26, 15, 14, 17, 11, 9, 13][26, 15, 17, 14, 11, 9, 13][26, 15, 13, 14, 11, 9, 17]...
2 votes
1 answer
40
Encrypt the plain text message $ \text{EXTRANET}"$ using Transposition cipher technique with the following key : $\begin{array} {|l|l|l|l|l|} \hline \text{3} & \text{5} ...
1 votes
1 answer
42
Match the following :$\begin{array}{clcl} \text{(a)} & \text{Line Coding} & \text{(i)} & \text{A technique to change analog signal to } \\ &&& \text{digital data} \\ ...
1 votes
1 answer
45
Which of the following is false regarding the evaluation of computer programming language:Application oriented featuresEfficiency and reliabilitySoftware developmentHardw...
1 votes
1 answer
46
Match the following types of variables with the corresponding programming languages :$\begin{array}{clcl} \text{(a)} & \text{Static variable} & \text{(i)} & \text{Local v...
4 votes
2 answers
56
2 votes
3 answers
59
Consider the following game tree in which root is a maximizing node and children are visited left to right. What nodes will be pruned by the alpha-beta pruning?$I$$HI$$CH...