Its b,because the sentence describes a text box so well,plus im in digital art
Answer: c.)
Explanation:
The bit SYN is used in order to synchronize segment numbers in the sender and receiving processes in hosts that are trying to start a data transmitting session between them.
It is initiated by the sending end, that set this bit to " 1", in the TCP header, starting which is known as a "3-way handshake process".
The bit SYN is not used in order to close a connection, the FIN bit is used for this purpose.
If one process set the FIN bit to "1", this means that it has no more data to send.
You will need to read the insturctions.
Answer:
Defining the program
Planning the program
Coding the program
Testing the program
Documenting the program
Explanation:
Defining the program is the first step in creating a computer program. Here the problem is defined, what are we creating? What is the objective or what problem are we solving? The second step is paining or design of the program. This has to do with creating algorithms for the programs which constitute the step by step logical arrangement that the program would need to solve the problem. The third step is coding the program which entails bringing the algorithm to live in a way that the computer would understand. The fourth and final step have to do with debugging/testing the program for effectiveness and documenting for commercial and programmers use respectively.