Recent questions tagged nielit2017dec-assistanta

1 votes
1 answer
33
4 votes
3 answers
34
1 votes
2 answers
36
The average search time of hashing, with linear probing will be less if the load factor :is far less than $1$equals $1$is far greater than $1$none of the options
0 votes
2 answers
37
How many times the word "PROCESS" will be printed when executing the following program ?main(){ printf("PROCESS"); fflush(); fork(); fork(); }$8$$4$$6$$7$
1 votes
1 answer
38
If a planner graph, having $25$ vertices divides the plane into $17$ different regions. Then how many edges are used to connect the vertices in this graph.$20$$30$$40$$50...
1 votes
2 answers
40
1 votes
2 answers
41
If a random coin is tossed $11$ times, then what is the probability that for $7$th toss head appears exactly $4$ times?$5/32$$15/128$$35/128$None of the options
3 votes
2 answers
43
0 votes
1 answer
45
2 votes
1 answer
46
1 votes
1 answer
47
1 votes
1 answer
48
1 votes
2 answers
49
2 votes
1 answer
51
2 votes
1 answer
52
The address field of linked list : Contain address of next node May contain null characterContain address of next pointerBoth $\left (A \right)$ and $\left ( B \right)$
5 votes
5 answers
53
Given two sorted list of size '$m$' and '$n$' respectively. The number of comparisons needed in the worst case by the merge sort algorithm will be :$m^{*}n$minimum of $m,...
4 votes
4 answers
55
1 votes
1 answer
58