Recent questions tagged nielit2017oct-assistanta-cs

1 votes
1 answer
38
1 votes
2 answers
40
8 votes
3 answers
44
1 votes
3 answers
45
1 votes
4 answers
46
0 votes
1 answer
47
0 votes
3 answers
49
0 votes
2 answers
50
If the channel is band limited to $6\;kHz$ and signal to noise ratio is $16,$ what would be the capacity of channel?$16.15$ kbps$23.24$ kbps$40.12$ kbps$24.74$ kbps
0 votes
0 answers
51
0 votes
1 answer
52
0 votes
2 answers
53
Which of the following algorithm solve the all-pair shortest path problem?Dijakstra’s algorithmFloyd’s algorithmPrim’s algorithmWarshall’s algorithm
1 votes
3 answers
54
2 votes
1 answer
60
Table employees has $10$ records. It has a non-NULL SALARY column which is also UNIQUE. The SQL statementSELECT COUNT(*)FROM EMPLOYEEWHERE SALARY ALL (SELECT SALARY FROM...