2 votes
31
EF→E∗F∣F+E∣F→F−F∣idE - E*F | F+E | FF - F - F | idWhat is operator precedence order for * , + , - ?
0 votes
32
Construct pda for l={ a^2n b^n |n>=1}.
2 votes
33
1) NULL * 0 = 0 or NULL ? 2) CAN UNIQUE KEY CONTAIN MULTIPLE NULL VALUES
2 votes
34
1 votes
35
Does any normal form impose the condition "every non-key should depend upon every key"?
0 votes
36
Which of the following languages are regular1)L= wwR v : v,w belongs to {a,b}+2)L=uwwR v : u,v,w belongs to {a,b}+ 3)L=uwwR v : u,v,w belongs to {a,b}+ .|...
1 votes
37
Which option is correct?
2 votes
38
A is recursive if both A and its complement are accepted by turing machineTrue or false
5 votes
39
0 votes
40
0 votes
42
What is the difference between spinlock and deadlock?
2 votes
43
what is the difference between command and instruction
1 votes
44
Which option is correct? & why?
3 votes
45
What problem is solved by Dijikstra banker' algorithm?Mutual exclusionDeadlock recoveryDeadlock avoidanceCache coherence
0 votes
48
4 votes
49
PDA can be used for:infix to postfix conversionimplementing recursive function callsevaluating arithmetic expressionsall of the above
2 votes
51
Given reference to the following pages by a program0,9,0,1,8,1,8,7,8,7,1,2,8,2,7,8,2,3,8,3How many page faults will occur if the program has three page frames available t...
16 votes
52
A cache memory needs an access time of $30$ ns and main memory $150$ ns, what is average access time of CPU (assume hit ratio $= 80\%)?$$60$ ns$30$ ns$150$ ns$70$ ns
1 votes
56
Choose the most appropriate HTML tag in the following to create a numbered list<dl><list><ul><ol>
4 votes
57
The output of a lexical analyzer isA parse treeIntermediate codeMachine codeA stream of tokens
1 votes
59
Dirty bit is used to indicate which of the following?A page fault has occurredA page has corrupted dataA page has been modified after being loaded into cacheAn illegal ac...
1 votes
60
The possible number of prefixes for the given 'n' length string is (assume all symbols in the given string are different)a) nb) n+1c) n+2d) n-1please explain.