Recent questions tagged ugcnetcse-nov2017-paper2

1 votes
2 answers
1
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...
0 votes
1 answer
2
0 votes
2 answers
3
Which of the following is not a Clustering method?K-Means methodSelf Organizing feature map methodK- nearest neighbor methodAgglomerative method
0 votes
1 answer
5
0 votes
2 answers
6
1 votes
7 answers
7
0 votes
2 answers
11
Two atomic operations permissible on Semaphores are _________ and ________.wait, stopwait, holdhold, signalwait, signal
0 votes
3 answers
12
Which module gives control of the CPU to the process selected by the short-term schedular?DispatcherInterruptSchedularThreading
0 votes
1 answer
17
In Distributed system, the capacity of a system to adapt the increased service load is calledToleranceScalabilityCapabilityLoading
1 votes
1 answer
18
Match the description of several parts of a classic optimizing compiler in $\textbf{List-I}$, with the names of those parts in $\textbf{List-II}$ :$\begin{array}{clcl} & ...
0 votes
1 answer
21
0 votes
1 answer
22
Which of the following layer of OSI Reference model is also called end-to-end layer ?Network layerDatalink layerSession layerTransport layer
0 votes
1 answer
23
0 votes
1 answer
24
_________ do not take their decisions on measurements or estimates of the current traffic and topology.Static algorithmsAdaptive algorithmsNon-Adaptive algorithmsRecursiv...
0 votes
1 answer
25
Which of the following devices takes data sent from one network device and forwards it to the destination node based on MAC address?HubModemSwitchGateway
0 votes
0 answers
27
0 votes
2 answers
29
The following numbers are inserted into an empty binary search tree in the given order: $10,1,3,5,15,12,16$. What is the height of the binary search tree?$3$$4$$5$$6$