2 votes
121
a)why base address of array can not be change but string constant base address can be change???b)why content of array can be change but string constant content can not be...
8 votes
123
If the probability of frame being lost is P. Then, calculate the mean no. of transmission for the frame to make it success.
2 votes
124
I am very much confused in between 1MBps and 1MB when we talk in 1MBps then we are taking 1MBps=10^6 byteand some timein MB we take 2^20byte so please can anyone help me...
1 votes
125
if given depedencies are A->BC->Bthen how can we prove that these dependency will logically imply AC->B ?
4 votes
126
Should we have to include tag directory size in cache size or not ?
1 votes
127
Assume that there are k stations transmitting in an ethernet network using CSMA/CD. Probability that station requires the ethernet in the contention slot with probability...
0 votes
128
0 votes
130
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...
0 votes
132
Q: Pointing to a photograph, Vipul said, "She is the daughter of my grandfather's only son." How is Vipul related to the girl in the photograph ?A) FatherB) BrotherC) Cou...
2 votes
133
2 votes
137
0 votes
138
As I understand from references :-start with positive sitebut 1 means high to lowand 0 means low to high low is 0 and high is 1and when there is found of 0 inverse the ...
3 votes
139
If R is any relation:is Rno R (composite of Rn and R) the same as R o Rn?
1 votes
140
in 2 variable function how many minterms are there ???
1 votes
141
In one text I read that , if n is square free it is DISTRIBUTIVEin other text I read that if n is square free it is BOOLEAN ALGEBRA .Which is most correct ?Here D36 is n...
5 votes
143
is it possibe to have a deadlock involving only a single process?? explain??
4 votes
145
HelloI am reading chapters from Galvin and attempting its back exercises.However, there is nothing to compare my answers to, I mean there are no answers given anywhere.Do...
2 votes
146
Which one of the following is the tightest upper bound that represents the time complexity of inserting an element into a binary search tree of n nodes?O(1)O(n log n)O(n)...
58 votes
147
Which scheduling policy is most suitable for a time shared operating system?Shortest Job FirstRound RobinFirst Come First ServeElevator