0 votes
1 answer
41
Let L1 = { anb2n | n >= 1}, and h(p) = a , h(q) = aa.If L2 = h-1(L1) . What will be the language?Please explain the operation of homomorphism for understanding. I am unab...
1 votes
1 answer
42
0 votes
2 answers
44
3 votes
1 answer
45
What is the meaning of the following sentence,Canonical covers are used to decompose a relation into 3NF, which is a small relaxation of the BCNF condition.Please explai...
1 votes
1 answer
47
What is redundant FD when we are given a set of FD set. Please explain with example.
3 votes
1 answer
48
Please explain with examples,1)is every regular grammar is unambiguous?2) An unambiguous grammar will always generate DCFL?
1 votes
0 answers
49
True or False ,1) Is every LL grammar have one to one correspondance with DCFL?Please explain with examples.
2 votes
2 answers
50
If language L is countable infinite set then, L is Recursive as we can define enumeration method for the countable set.or It can Regular ??
1 votes
1 answer
52
1 votes
2 answers
54
The number of unique strings in L((a+b)* a(b+ba)* ) of length less than four is _____
1 votes
3 answers
55
While Subnetting, is it valid to buy bits from Network Id part ? Or Only we should buy bits from Host Id Part??Please correct me if i am wrong.
3 votes
3 answers
56
Let the counting Sequence be 0 - 1 - 0 - 2 - 0 - 3 - 1, Then How many flip flops are required to implement the counter?
0 votes
1 answer
57
Is it possible to have an Index file which is both dense index and sparse Index?
4 votes
1 answer
58
0 votes
1 answer
59
How to convert (1234)10, decimal number to 2421 weighted code, self-complimentary code.
2 votes
1 answer
60
What is the difference between a View and a Table?If I create a Table, it will be stored in the database. I mean on the storage space.If I create a View, it will not be s...