1 answer
1
How many memory accesses required by the following instructions?SUB r1, r2, r3MUL r1, r2, (r3)DIV r1, r2, @(r4)Suppose every instruction is one word long, as well as ever...
1 answer
2
1 answer
7
How to find DPDA’s that accept by null stack?Someone explain the prefix property for DPDA,How can we use this property?
1 answer
8
For which of the following languages a LL(1) grammar does not exist?$\{a^n o b^n \mid n \geq 1\} \cup \{ a^n b^{n} \mid n \geq 1 \}$$\{ a^n b^m \mid m,n \geq 0 \}$$\{a^i...
0 answers
9
3 answers
11
A is an array $[2.....6, 2.....8, 2.......10]$ of elements. The starting location is $500$. The location of an element $A(5, 5, 5)$ using column major order is __________...
2 answers
14
2 answers
16
Match the following:$\begin{array}{|l|l|l|l|} \hline (1) & \text{Multistage graph} & (P) & \text{Divide and conquer}\\ \hline (2) & \text{Convex hull } & (Q) & \text{Dept...
1 answer
22
2 answers
26
Given circuit is to be implemented with minimum number of 2 input NAND & NOR Gates.. Tell the minimum number of NAND NOR GATES required.. 1,44,12,4None
4 answers
27
Is Y' + Z' same as (YZ)' ? Please explain this concept of compliments..!!
1 answer
29
Is basic 2 phase locking always recoverable?