1 votes
2
Can GNF contains ε example - S - aε is it in GNF i.e can a terminal have an ε afterwards and will that be in GNF?
0 votes
3
model makemake ->modelbothnone
6 votes
4
2 votes
5
2 votes
7
Minimum number of 2 input NAND gate required to implement 4 input NAND gate is __________________
0 votes
8
How to calculate the total gate delay for 16 bit adder using 4, 4 bit CLA?Question source:https://en.wikipedia.org/wiki/Carry-lookahead_adder
0 votes
9
An XOR gate will act as __________ when one of its input is one and as ________ when one of its input is zero.a) buffer, buffer b) buffer, inverter c) inve...
0 votes
10
given R(ABCDE)AB - CC - DB ->E FIND CANDIDATE KEY Solution : AB will be candidate key because (AB)+ = R my question is do i have to check for (AC)+ ,(AD)+ , (AE)+ ...
2 votes
12
If a process is in unsafe state, then:(a) It is in deadlock (b) It might successfully complete(c) It will lead to deadlock (d) None of the above
–1 votes
13
Give a regular expression over the alphabet $\{0, 1\}$ to denote the set of proper non-null substrings of the string $0110$.
0 votes
14
which languages amongregular langCFLCSLRECREL have ambiguos grammar and which has unambiguos grammar and which can have both
0 votes
15
3 votes
16
R(ABCDEF) with candidate keys set { A,BC,CD}. Find number of superkeys?
0 votes
17
Which of the following statements is TRUE ?A) Every primary index is also a clustered index.B) Every clustered index is also a primary index.C) Both primary index and clu...
1 votes
20
2 votes
21
3 votes
22
0 votes
23
Consider this FA:How many strings will be there in the complement of the language accepted by this Finite Automata?(a) Infinite(b) 2(c) 3(d) 0
0 votes
24
how many number of candidate keys in the following relation r = (a, b, c, d, e, h) on which the following functional dependencies hold: {a →bc, c d→ e, e → c,d → ...
1 votes
25
Which contains the information about a file that is needed by the system programs that access the file records?1.A file header2.A file descriptor3.Bootstrap4.Both 1 and ...
2 votes
27
What is the answer of below query and please give detailed answer how exists work as i think it only check row in inner query exist or not?
0 votes
28
Let $R$ be a regular language and $L$ is a language which accepts only even length strings from $R$. Then $L$ isAlways RegularAlways Not RegularSometimes Regular, but not...
0 votes
29
What will be the regular expression for this ?
1 votes
30
It is said that if a relation is in bcnf then it is also in 3nf. Then why a lossless and non-dependency preserving decomposition qualifies to be in bcnf but not in 3nf. I...