Recent questions without a selected answer

1.6k
views
1 answers
0 votes
Which of the following allocation scheme does not support direct access in file allocation scheme?(a)Linked Allocation(b)Indexed Allocation(c)Contiguous Allocationboth (a) and (b)
202
views
0 answers
0 votes
consider a system is having 4 processes each take 0.6 fraction of time for io processing then cpu utilization provided main memory is large enough to allocate all processes is............???
306
views
1 answers
1 votes
191
views
0 answers
0 votes
hello everyone..sir i am mca qualified and net exam cleared this time .i cracked gate exam too but didnt get good marks. now my teacher suggest me to go for ... good. so i need money too . plz give me correct info and direction thank you
367
views
0 answers
0 votes
State whether the following statements are True or False with reasons for your answerA two pass assembler uses its machine opcode table in the first pass of assembly ... the second pass and created in the first pass of a two pass assembler.
238
views
0 answers
0 votes
485
views
0 answers
0 votes
An operating system supports a paged virtual memory, using a central processor with a cycle time of 1 microsecond. It costs an additional 1 microsecond to ... over such questions. Please tell me how to solve these questions correctly?
422
views
0 answers
0 votes
what will be the LL(1) Parsing table for following grammar:S->aSAA->aB|aB->bA|b
340
views
0 answers
0 votes
https://gateoverflow.in/?qa=blob&qa_blobid=2550937292644146307Plz explain, if we are asked to put each b tree node to fit in one block then why don't we consider it a leaf node , why do we need to consider block pointers .
176
views
0 answers
0 votes
how substitution of variables in master theoram take place
2.3k
views
2 answers
1 votes
What is the maximum integer value m such that every simple connected graph with r vertices and r+2 edges contains at least m different spanning trees ?1)12)43)84)m
1.2k
views
2 answers
1 votes
A message M = 11111111 after bit stuffing with End delimeter as 111 will be sent as____________?
304
views
1 answers
0 votes
1) Every group of prime order is Abelien group.2) If (G,*) be a cyclic group of even order ,then there exist atleast one elements other than identity element such that a=a^(-1)
286
views
1 answers
0 votes
Every graph with fewer edge than vertices has component of tree(explain)
713
views
1 answers
0 votes
Consider F be a family of all subsets of set {1,2,3,.....100} that contain atleast 50 numbers,partially ordered with respect to containment.Then maximum size of chains in the poset (F,⊆) that cover F is
1.5k
views
1 answers
3 votes
what is the output of the c program given below, #include<stdio.h> int main() { char pt[]="Gatelecture"; char qt[]="GATE"; int i=0; for( ;pt[i++]=qt[i++]; ); printf("%s",pt); } a. AeEeb. AaEec. aAeEd. none of the above
6.6k
views
3 answers
1 votes
What is the number of partition of X={a,b,c,d,e,f}.where 'a' and 'c' are always in same block?
2.0k
views
2 answers
0 votes
227
views
1 answers
0 votes
516
views
0 answers
1 votes
IN SQL WHILE WE USING UNIQUE CONSTRAINT , ARE WE ALLOWED TO USE NULL VALUE OR NULL VALUES OR NONE OF THEM ????????
328
views
0 answers
0 votes
What is the correct ascending order?
605
views
0 answers
0 votes
A system has 10 identical resources and N processes competing for them. Each process can request atmost 3 resources but by grouping of first 3 processes needs only 6 resources. Then, the maximum value of N...
366
views
0 answers
0 votes
While performing a Transpose operation on a string,is it similar to the reverse operation on string or a palindromme?
219
views
1 answers
0 votes
578
views
1 answers
0 votes
In Ethernet the header size is 26 Bytes. Can anybody explain me how it is?
1.1k
views
0 answers
1 votes
I have watched two video lectures on OS memory management (PK Biswas and IISc Mathew Jacob). In both lectures they say that the compiler assumes (while compiling and ... number of entries..? Is it the real reason to use valid/invalid bit ?
1.1k
views
1 answers
0 votes
A deck of 52 playing cards is shuffled, and the cards are turned up one at a time until the first ace appears. Is the next card—that is, the card following the first ace—more likely to be the ace of spades or the two of clubs?
845
views
2 answers
0 votes
443
views
0 answers
0 votes
In an intersection between a regular language and a DCFL, we always tend to promote regular language to DCFL and say that the result will be intersection between ... is an intersection between a DCFL and a regular language but not a DCFL.
670
views
1 answers
0 votes
LOAD Ri,M[LOCK]CMP Ri,#0JNZ TO STEP 1STORE M[LOCK],#1CRITICAL SECTIONSTORE M[LOCK],#0 progress and bound wait satisfying or not??