Answer:
Encapsulation
Explanation:
There are seven layers in the OSI network model. These layers are, application, presentation, session, transport, network, data-link and physical layer.
Each layer of the OSI model has a PDU or protocol data unit. These PDUs are form by encapsulation.
The application, presentation and session data. When it moves to the transport layer, it is encapsulated within the transport header. This new pdu is called segment.
This process continues in network and data-link to give packet and frame PDUs respectively.
Operation Information System, because you are only collecting data on the amount of products leaving the store.
No, in fact. Brainly is to help people who are having homework trouble, but not to just give out answers. The best answers on Brainly are the ones that explain in a simple way how they got their answer, and (obviously) that it's correct. If you need help on homework, then try and make sure your question is clear and appropriate. You'll most likely get better luck if you place it in the correct subject, and better answers if they can understand it. Also make sure when you answer questions that it's clear, simple, appropriate, and (again, obviously) correct.
<span>I hope this helped! Please take the
time to rate, pick the Brainliest answer (not necessarily mine!), and thank me if you feel I
helped with this question! Thank you, it helps me a lot. :)</span>
In order to start a part time job first we have to do some research in particular criteria they are Research your degree and occupational information and industry information.
Explanation:
There are many part- time jobs, they are web developer, sales representative, interpreter and translator and content writer.
There are various websites for this kind of jobs. For example in Quicker, Monster and indeed .com are some of the websites.
The we developer job is creating website for the customer based on the requirements. Example school management, library management.
Then comes data entry job it is a simple job that is to enter the captcha and correcting errors in files and copy pasting job.
Content writer is a job in which the different types of questions are answered for the U.S based companies.
Answer:
Let's say you need to remember some information, the way moviegoers tried to remember the name of the movie. Instead of storing it in your human memory, you can store information in your computer's memory using Python. This is called assigning a string value to a variable.
To assign a string value to a variable in Python, follow this example. Select each part of the code to see how it works with the movie title example.
movieTitle = "Live. Die. Repeat."
This line of Python code is an example of an assignment statement. In an assignment statement, you tell Python, "This variable is assigned this string value."
Explanation: