Recent questions tagged gatecse-2023

7.0k
views
3 answers
14 votes
Which one of the following sequences when stored in an array at locations $A , \ldots, A[10]$ forms a max-heap?$23,17,10,6,13,14,1,5,7,12$$23,17,14,7,13,10,1,5,6,12$$23,1...
8.2k
views
4 answers
7 votes
11.3k
views
3 answers
9 votes
10.3k
views
1 answers
8 votes
12.1k
views
4 answers
12 votes
Which one or more of the following options guarantee that a computer system will transition from user mode to kernel mode?Function Callmalloc CallPage FaultSystem Call
15.2k
views
5 answers
21 votes
Which one or more of the following $\text{CPU}$ scheduling algorithms can potentially cause starvation?First-in First-OutRound RobinPriority SchedulingShortest Job First
5.6k
views
2 answers
9 votes
10.0k
views
4 answers
10 votes
Let $f$ and $g$ be functions of natural numbers given by $f(n)=n$ and $g(n)=n^{2}.$ Which of the following statements is/are $\text{TRUE}?$$f \in O(g)$$f \in \Omega(g)$$f...
9.4k
views
2 answers
5 votes
The value of the definite integral \[\int_{-3}^{3} \int_{-2}^{2} \int_{-1}^{1}\left(4 x^{2} y-z^{3}\right) \mathrm{d} z \mathrm{~d} y \mathrm{~d} x\]is _________. (Rounde...
13.1k
views
2 answers
7 votes
A particular number is written as $132$ in radix-$4$ representation. The same number in radix-$5$ representation is _____________.
11.5k
views
4 answers
19 votes