Recent questions tagged ugcnetcse-dec2015-paper2

6 votes
2 answers
2
How many solutions are there for the equation $x+y+z+u=29$ subject to the constraints that $x \geq 1, \: \: y \geq 2 \: \: z \geq 3 \: \: and \: \: u \geq 0$?496026002375...
1 votes
1 answer
5
3 votes
2 answers
7
2 votes
4 answers
9
2 votes
3 answers
10
3 votes
1 answer
11
3 votes
2 answers
13
3 votes
1 answer
14
1 votes
1 answer
15
2 votes
1 answer
18
2 votes
1 answer
20
6 votes
1 answer
22
A virtual memory has a page size of $\textsf{1K}$ words. There are eight pages and four blocks. The associative memory page table contains the following entries :$\begin{...
2 votes
2 answers
23
2 votes
2 answers
25
Four channels are multiplexed using TDM. If each channel sends 100 bytes/second and we multiplex 1 byte per channel, then the bit rate for the link is400 bps800 bps1600 b...
1 votes
1 answer
26
1 votes
1 answer
27
1 votes
1 answer
28
A data which improves the performance and accessibility of the database are called:IndexesUser DataApplication MetadataData Dictionary
1 votes
1 answer
30
In C++, which system - provided function is called when no handler is provided to deal with an exception?terminate()unexpected()abort()kill()