Most viewed questions in Unknown Category

0 votes
1 answer
41
1 votes
1 answer
43
7 votes
1 answer
44
0 votes
1 answer
47
If a grammar is LALR(1), then it is necessarily,a. LR(1)b. SLR(1)c. LL(0)d. LL(1)
0 votes
3 answers
48
​​​​​​​Consider a vocabulary with only four propositions A, B, C and D. How many models are there for the following sentence?$\neg A \vee \neg B \vee \neg C...
0 votes
1 answer
49
In a group of 120 persons there are 80 Bengalis and 40 Gujaratis. Further, 70 persons in the group are Muslims and the remaining Hindus. Then the number of Bengali Muslim...
1 votes
2 answers
50
Find the normalization transformation that maps a window whose lower left corner is at $(1,1)$ and upper right corner is at $(3,5)$ onto a viewpoint that is the entire no...
0 votes
1 answer
51
How the declarationsint x; int &p=x;and int x, *p; p=&x;differ?Please explain
0 votes
1 answer
52
Suppose that a process is in "BLOCKED" state waiting for some I/O service, when the service is completed, it goes toReady stateRunning stateTerminated stateSuspended stat...
1 votes
1 answer
53
in a mesh topology with n devices and half duplex links ,if a new device is added how many new links are needed
1 votes
2 answers
54
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...
1 votes
2 answers
56
Give a regular expression for L = {set of all strings in which number of a's are multiples of 3}∑={a,b,c}
0 votes
2 answers
57
0 votes
1 answer
58
main() {int a,b,c,d;a=3,b=5;c=a,b;d=(a,b);printf("%d %d",c,d);}Output???
0 votes
1 answer
60
Can anybody explain main difference between Aggregation and Ternary relationship