Recent questions tagged bad-question

1 votes
1 answer
32
0 votes
0 answers
34
0 votes
0 answers
38
3 votes
1 answer
41
–2 votes
0 answers
43
0 votes
1 answer
44
0 votes
0 answers
45
What is the minimum number of forks required to prevent deadlock in dining philosophers Algorithem a. 5b. 6c. 10d. None of these
1 votes
1 answer
47
Please can somebody explain how the answer is 3 not 6??
0 votes
1 answer
50
2 votes
0 answers
51
Do any one know when the self administrator and other extra edge test can be seen in the login page.. after login I am only able to see section test, unit test and one ex...
1 votes
1 answer
52
suppose we have a memory system with 32 bit virtual addresses and 4KB pages.If the 20 level paging is used and the memory required to store all the page tables if page ta...
1 votes
0 answers
53
consider a problem defined on input of size n, if it is solved usuing greedy strategy then its time complexity is never less thana) O(n^2)b)O(n log n)c)O(logn)d) O(n)
–1 votes
0 answers
54
3 votes
1 answer
55
Can anyone explain each option in detail. I am unable to get this property. .!!
0 votes
0 answers
56
#
0 votes
0 answers
57
4 votes
3 answers
58
Advantage of synchronous sequential circuits over asynchronous one is :Lower hardware requirementBetter noise immunityFaster operationAll of the above
6 votes
2 answers
59
Given two statementsInsertion of an element should be done at the last node of the circular listDeletion of an element should be done at the last node of the circular lis...
4 votes
4 answers
60
In a doubly linked list the number of pointers affected for an insertion operation will be401Depends on the nodes of doubly linked list