0 votes
64
1.p!=NULL2.q!=NULL3.(p!=NULL)&&(q!=NULL)4.(.p!=NULL)||(q!=NULL)
0 votes
65
1 votes
66
when we calculated avg fun in sql then we exclude the null value or not in count (sum/count)somewhere it consider null vlaue also in count soomwher not??wht is actual pro...
0 votes
68
1. Does space complexity includes both input space and extra space needed for algorithm or only extra space?2.What will be Space complexity for BFS algorithm with adjacen...
2 votes
71
A class c n/w has been connected to a router with mask 255.255.255.49. a packet with ip 195.200.180.173 arrived at router.find the no of subnet in the network.
1 votes
74
I want to know whether after executing HALT instruction is PC incremented or not?
1 votes
75
1 votes
77
The number of colors needed to edge color a simple graph with maximum degree Δ is?Is this there in portion?
43 votes
81
The maximum number of possible edges in an undirected graph with $n$ vertices and $k$ components is ______.
0 votes
82
In LRU policy for cache replacement. the least recently used block is replaced. So, what happens when all the slots are empty at beginning?Is LRU or MRU easier to impleme...
0 votes
83
I have just one confusion that when we talk about compile time binding then all the symbols are resolved at compile time so does it necessarily imply that the code will ...
1 votes
84
Given explanation of the problem:I couldn't understand why to add average rotational latency. I think that transfer time of sector should be just 6 microsec. If the same ...
0 votes
85
Consider a system in which DMA technique is used to transfer 16 MB of data from an I/O device into memory. The bandwidth of I/O device is 128 KB/s. What percentage of tim...
2 votes
87
7 votes
89
Given answer: C. Please tell me how to approach this problem.
1 votes
90
is blind writes and write after reading a data item same or not