Recent questions in Others

0 votes
2 answers
1341
Suppose a system has $12$ magnetic tape drives and at time $t_0$, three processes are allotted tape drives out of their need as given below:$$\begin{array}{ccc} & \text{M...
0 votes
1 answer
1342
Which of the following interprocess communication model is used to exchange messages among co-operative processes?Shared memory modelMessage passing modelShared memory an...
0 votes
1 answer
1343
Given $\text{CPU}$ time slice of $2\text{ms}$ and following list of processes.$$\begin{array}{ccc} \text{Process} & \text{Burst time} & \text{Arrival time} \\ & \text{(ms...
0 votes
1 answer
1344
Which of the following methods are used to pass any number of parameters to the operating system through system calls?RegistersBlock or table in main memoryStackBlock in ...
0 votes
2 answers
1348
0 votes
1 answer
1355
The time complexity to multiply two polynomials of degree $n$ using Fast Fourier transform method is:$\theta(n \lg n)$$\theta(n^2)$$\theta(n)$$\theta(\lg n)$
0 votes
1 answer
1356
Consider the following grammars:$G_1 : S \rightarrow a S b \mid bS a \mid aa \\ G_2 : S \rightarrow aSb \mid bSa \mid SS \mid \lambda \\ G_3 : S \rightarrow a S b \mid b ...