#19361
575
views
1 answers
0 votes
One of the purposes of using intermediate code in compilers is to increase the chances of reusing the machine-independent code optimizer in other compilers.eleborate this ??
#19362
229
views
1 answers
0 votes
what will be the dfa for 0* + 1* + 0*1 + 10*?
#19363
389
views
1 answers
0 votes
#19364
1.4k
views
1 answers
0 votes
Predict the Output for both the snippets for the following:1. Call by Value2. Call by Reference3. Call by Need4. Call by Name5. Call by value Result/Call by value Return(Copy Restore)6. Call by Text
#19365
485
views
0 answers
0 votes
Suppose two hosts use a TCP connection to transfer a large file. Which of the following statements is/are FALSE with respect to the TCP connection? I. If the ... i am unable to understand this at all please helpanswer given is both 1 and 3
#19366
1.2k
views
1 answers
2 votes
In which of the cases shown below, Binary search can not always be applied for searching(A) Hierarchical data record (B) Internet Domain name conversion (C) Searching ... D) is okay when the array is not sorted.But what about other options?
#19367
988
views
0 answers
3 votes
Consider a sorted array A of n integer elements, A[0]...A[n − 1].A search operation is to be performed on this array using .Binary search algorithm. If the ... This is my answer.But it matches none of the options. Where I went wrong?
#19368
374
views
0 answers
1 votes
I'm not able to understand how pipelining reduces memory requirements of programs. Anyone please explain.
#19370
582
views
0 answers
1 votes
The answer is only S2. Why not both s2 and s3..Someone explain this plz..
#19371
523
views
1 answers
0 votes
#19372
1.2k
views
0 answers
2 votes
#19373
739
views
1 answers
0 votes
What is the actual difference between binary semaphore & Mutex????? Are both same thing????What is the up() code for binary semaphore?????
#19374
237
views
1 answers
0 votes
#19375
603
views
0 answers
0 votes
https://gateoverflow.in/136995/static-single-assignmentWHAT IS CORRECT ANSWER??
#19376
235
views
0 answers
0 votes
CONSIDER THE GRAMMAR S->AaA->AbA->cWHICH OF THE FOLLOWING ITEM IS PRESENT IN LR(1) ITEM WITH S'->.S,$ANSWER IS GIVEN AS A->.c,a BUT I AM GETTING A->.c,a/b IS IT CORRECT?
#19377
3.4k
views
1 answers
1 votes
#19378
525
views
1 answers
0 votes
#19379
522
views
1 answers
0 votes
if i consider that x=-2, y=1neither statement 1 is giving correct answer nor statement 2 shouldn't answer be d??
#19380
1.0k
views
3 answers
1 votes