Answer:
See Explanation Below
Explanation:
Given
S → aSb | bY | Y a
Y → bY | aY | ε
Giving a simple description of L(G) in English. The description is as follows;
This means that L(G) contains a string of a's and b's such that the following are true;
1. the string starts with n a’s and m b’s, where n and m can be zero, but not at the same time,and at least one of option 2 and option 3
2. and has any number of a’s or b’s followed by an a
3. ab followed by any number of a’s and b’s
Note that n and m represent numerical digits
Using the description to give a CFG for L(G), the complement of L(G) is written as L'(G)
L'G are elements not in L(G) and they are
L'(G) =a^n b (a∪b) * b^n ∪ a^n (a∪b) * ab^n
Answer:
Ask. Identifying and Researching a Need.
Imagine. Developing Possible Solutions.
Plan. Making a prototype.
Create. Testing and evaluating.
Improve. Modifying and Retesting the Solution
Explanation:
went though pltw
Answer:
False
Explanation:
In electric heater electric energy is converted into heat energy. In heater wires are present which have resistance and current is flow in heater when we connect the heater to supply.
And we know that whenever current is flow in any resistance then heat is produced so in electric heaters electric energy is converted into heat energy
So this is a false statement
Answer:
ESTABLISHED
Explanation:
What is TCP?
A Transmission Control Protocol (TCP) is a communication protocol which allows the exchange of data between computers in a network.
When a Transmission Control Protocol connection is up and running meaning that both sides can send and receive data then the corresponding TCP socket states is known as "ESTABLISHED".
The most common socket states are:
LISTEN:
Before a TCP connection is made, there needs to be a server with a listener that will listen on incoming connection request.
ESTABLISHED:
When a TCP connection is up and running meaning that both sides can send and receive data.
CLOSED:
The CLOSED state means that there is no TCP connection.
There are a total of 11 TCP socket states:
1. LISTEN
2. SYN-SENT
3. SYN-RECEIVED
4. ESTABLISHED
5. FIN-WAIT-1
6. FIN-WAIT-2
7. CLOSE-WAIT
8. CLOSING
9. LAST-ACK
10. TIME-WAIT
11. CLOSED