Question

In: Computer Science

True or False. Explain Briefly. (9). If L1 and L2 are not in D, then L1...

True or False. Explain Briefly.

(9). If L1 and L2 are not in D, then L1 - L2 cannot be regular.

(10). If L1 and L2 are not in D, then L1 union L2 cannot be in D.

(11). Every infinite language has a subset that is not in D.

(12). If not H were in D then every SD language would be in D.

Solutions

Expert Solution

QUESTION NO 9:

   False: It doesn't matter whether they are included in D or not this doesn't decide whether they are regular or not so the statement is incorrect. L1 - L2 are regular.

QUESTION NO 10:

   False: If they don't belong to the D then it doesn't matter that L1 union L2 cannot be in D. There exists a possibility which negates the statement so the statement is false.

QUESTION NO 11:

   True: The statement is true every infinite language has a subset that is not in D. D is not a super set which can have all the possible values. There are infinite times values so it is not possible that D contains all of them so the statement is true.

QUESTION NO 12:

   True: The statement is true if not H were in D then every SD language would be in D. Then D will have all the possible pairs and it will be a complete SD language.

IF YOU HAVE ANY QUERY PLEASE COMMENT DOWN BELOW

PLEASE GIVE A THUMBS UP


Related Solutions

The intersection of two lists L1 and L2, L1 ∩ L2, is defined as the list...
The intersection of two lists L1 and L2, L1 ∩ L2, is defined as the list containing elements in both L1 and L2 only. Given two sorted lists L1 and L2, write a function, called intersection, to compute L1 ∩ L2 using only the basic list operations. The intersection function is defined as follows template list intersection( const list & L1, const list & L2); C++
1. Write a Racket function (set-equal? L1 L2) that tests whether L1 and L2 are equal....
1. Write a Racket function (set-equal? L1 L2) that tests whether L1 and L2 are equal. Two sets are equal if they contain exactly the same members, ignoring ordering (or in other words, two sets are equal if they are a subset of each other). For example (set-equal? '(1 (2 3)) '((3 2) 1)) ---> #t (set-equal? '(1 2 3) '((3 2)1)) ---> #f (set-equal? '(1 2 3) '((1 2 3))) ---> #f 2. Two common operations on sets are...
Given two sorted lists L1 and L2, write a procedure to compute L1∪L2 using only the...
Given two sorted lists L1 and L2, write a procedure to compute L1∪L2 using only the basic list operations. Pseudo-code is acceptable.
True or False? If the following statement is false, briefly explain why it is false: Company...
True or False? If the following statement is false, briefly explain why it is false: Company A acquires 90% of Company B. Goodwill represents the difference between the book value of the subsidiary's net assets and the amount paid by the parent to buy ownership.
1) Equations for two lines L1 and L2 are given. Find the angle between L1 and...
1) Equations for two lines L1 and L2 are given. Find the angle between L1 and L2. L1: ? = 7 + 2?, ? = 8 − 4?, ? = −9 + ? L2: ? = −8 − ?, ? = 3 − 3?, ? = 4 + 3? 2) Find polar form of complex number z : ?) ? = 4√3 − 4? ?) ? = 2√3 − 2i
For each of (a)-(d) below, decide whether the statement is True or False. If True, explain...
For each of (a)-(d) below, decide whether the statement is True or False. If True, explain why. If False, give a counterexample. (a) Two non-parallel planes in R 3 will always meet in a line. (b) Let v, x1, x2 ∈ R 3 with x1 6= x2. Define two lines L1 and L2 by L1 : (x, y, z) = x1 + sv, s ∈ R, L2 : (x, y, z) = x2 + tv, t ∈ R. Then the...
Given two sorted lists, L1 and L2, write an efficient C++ code to compute L1 ∩...
Given two sorted lists, L1 and L2, write an efficient C++ code to compute L1 ∩ L2 using only the basic STL list operations. What is the running time of your algorithm?
For each of the following, answer True or False. If false, very briefly explain why it...
For each of the following, answer True or False. If false, very briefly explain why it is false. 5. By statute, the government is not permitted to take cost-effectiveness criteria into account when deciding to cover new technologies under Medicare. 6. The purpose of a Diagnosis Related Group (DRG) is to prioritize patients who need care most urgently. 7. Suppose a politician suggests means testing the Medicare program. This will have no adverse effects on working or savings decisions.
1. (30) True or False (explain your answer briefly. A simple "true" or "false" without explanation...
1. (30) True or False (explain your answer briefly. A simple "true" or "false" without explanation will get zero point) a) (6 points) An upper stream manufacturing rm merges with another downstream distri- bution firm so as to engage in price discrimination. Such a vertical merger will decrease all consumer'swelfare. b) (6 points) Two firms merge together, only if the transaction cost must be reduced. c) (6 points) Specic human capital is a barrier of vertical integration. d) (6 points)....
designing a boiler in a chemical plant which is operated on twolevel L1 and L2 and...
designing a boiler in a chemical plant which is operated on twolevel L1 and L2 and two temeprature settings T1 and T2 ....L1: start inlet valve for fluid to flow in tank , L2 : stop inlet valve, T1 and T@ are the safe temperature range for some operation consider you as system engineer depending on follwing > promram development safe systes commiossioning fault finding sytem documentation What are the necessary action and feature you will add to task for...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT