Recent questions tagged ugcnetcse-nov2017-paper3

1 votes
2 answers
2
Match the following WINDOWS system calls and UNIX system calls with reference to process control and File manipulation. $$\begin{array}{llll} & \textbf{Windows} & & \text...
1 votes
3 answers
3
Which of the following routing technique / techniques is/are used in distributed systems?Fixed RoutingVirtual RoutingDynamic Routing(a) only(a) and (b) only(c) onlyAll (a...
1 votes
2 answers
4
The Sigmoid activation function $f(t)$ is defined as$\dfrac{1}{\text{exp} (t) + \text{exp} (-t)}$$t \text{ exp}(-t)$$\dfrac{1}{1+ \text{exp} (t)}$$\dfrac{1}{1+ \text{exp...
1 votes
0 answers
10
For any binary $(n,h)$ linear code with minimum distance $(2t+1)$ or greater $n-h \geq \log_2 \bigg[ \sum \limits_{i=0}^{\alpha} \begin{pmatrix} n \\ i \end{pmatrix} \big...
1 votes
1 answer
14
1 votes
1 answer
16
1 votes
2 answers
18
1 votes
0 answers
20
In Artificial Intelligence (AI), which agent deals with happy and unhappy state?Simple reflex agentModel based agentLearning agentUtility based agent
1 votes
1 answer
21
If $b$ is the branching factor and $m$ is the maximum depth of the search tree, what is the space complexity of greedy search?$O (b+m)$$O(bm)$$O(b^m)$$O(m^b)$
1 votes
1 answer
22
The Bounded buffer problem is also known as ___________Producer – consumer problemReader – writer problemDining Philosophers problemBoth $(2)$ and $(3)$
1 votes
1 answer
27
Consider the following four processes with the arrival time and length of CPU burst given in milliseconds:$\begin{array}{ccc} \textbf{Process} & \textbf{Arrival Time} & \...