6 votes
1
Could someone please help me check the conflicts in LALR parser. I never understand the difference between these CLR and LALR. and because of this i even forget the SLR p...
1 votes
3
0 votes
5
How can this English sentence be translated into a logical expression ?“You cannot ride the roller coaster if you are under 4 feet tall unless you are older than 16 yea...
0 votes
6
number of subgraph for K3 is
0 votes
7
What is the output of below question please draw table according to question.
1 votes
8
0 votes
9
At a single terminal CPU ,if 40% of all users have no wait to use ,terminal and the average wait time for all users is 50 minutes ,then what is the average wait time for ...
4 votes
10
for solving a critical section problem we have software as well as hardware solutions. But what is the difference between both? why is the name hardware solution used whe...
12 votes
11
Which of the following concurrency control protocol ensures both conflict and free from deadlock? ,Time stamp ordering2 Phase lockingBoth (a) and (b)None of the above
34 votes
13
1 votes
14
Consider the following C program#include<stdio.h>int main(){int arr [3] = {{{1,2},{3,4},{5,6}},{{7,8},{9,10},{11,12}}};printf("%d%d",arr -arr[0],arr [0]-arr[0][0]);retur...
0 votes
16
Ans is d but according me it is wrong if we dispatch the process then it will resume the current running process..please correct me if i am wrong.
0 votes
17
L={w0w $\mid$ w$\in$(0+a+b)*}