Recent questions without answers

0 votes
0 answers
301
Dead-code elimination in machine code optimization refers to :removal of all labels.removal of values that never get used.removal of function which are not involved.remov...
0 votes
0 answers
302
A parse tree is an annotated parse tree if :it shows attribute values at each node.there are no inherited attributes.it has synthesized nodes as terminal nodes.every non-...
0 votes
0 answers
303
An example of a non-preemptive $\text{CPU}$ scheduling algorithm is :Shortest job first scheduling.Round robin scheduling.Priority scheduling.Fair share scheduling.
0 votes
0 answers
304
There are ' $n$ ' processes in memory. A process spends a fraction ' $p$ ' of its time waiting for $\mathrm{I} / \mathrm{O}$ to complete. The CPU utilization is given by ...
0 votes
0 answers
305
An example of a memory management system call in $\text{UNIX}$ is :fork.mmap.sigaction.execve.
0 votes
0 answers
306
With $64$ bit virtual addresses, a $4 \mathrm{~KB}$ page and $256 \mathrm{MB}$ of RAM, an inverted page table requires :$8192$ entries.$16384$ entries.$32768$ entries.$65...
0 votes
0 answers
307
A computer has $6$ tape drives with ' $n$ ' processes competing for them. Each process may need two drives. For which values of ' $n$ ' is the system deadlock free?$1$$2$...
0 votes
0 answers
308
Water fall model for software development is :a top down approach.a bottom up approach.a sequential approach.a consequential approach.
0 votes
0 answers
309
While designing the user interface, one should :use as many short cuts as possible.use as many defaults as possible.use as many visual layouts as possible.reduce the dema...
0 votes
0 answers
310
0 votes
0 answers
311
0 votes
0 answers
313
With reference to cluster analysis in data mining, a distance measure that is NOT used is :Euclidean distance.Manhattan distance.Chebychev's distance.Lee distance.
0 votes
0 answers
314
In a mobile communication system, a geographic region is divided into cells. For each frequency set, there is a buffer _________ wide where that frequency is not used.one...
0 votes
0 answers
318
Are these topics in the Gate 2024 syllabus?clocks, simple interest, time work, profit loss, and some other quantitative aptitude topics I found it in some mock tests.
0 votes
0 answers
319
Consider a strongly connected directed graph G(V, F), where |V| = 101. The minimum possible value of IEl is
0 votes
0 answers
323
S := 0i := 1L1: if i n goto L2t := i * iS := S + ti := i + 1goto L1L2: return S what is Control FLow Graph for this and GEN KILL for all BB ?
0 votes
0 answers
324
what should be correct according to gate PYQs?
0 votes
0 answers
325
0 votes
0 answers
330
Find recurrence relations that are satisfied by the sequence formed from the followingfunctions.(a) an = n!/15! (b) an = n2 − 6n + 8