Answer:
Explanation:
Pre-Steps: Click the "Compose" button near the top left corner of your screen. Then a window titled "New Message" should pop up.
1. Type who you are sending it to in the "To ____ column."
2. Type the subject - make it as specific as possible. I use the following template for writing a subject:
Event - Reason for sending - How you know them
EX: If you are sending a email to your teacher you could put:
Per 6 Biology - Help for homework - Student.
3. Next, type the message. This step varies depending on why you are sending the message. I say formality is always a should in any case. Sound crisp and mature
4. Send it. Be sure you read over the email before sending and make sure the email makes sense. Use proper grammar and the editor tool for spelling.
5. Click the blue send button. You can also click the down arrow key to schedule send, which makes the email send automatically at a specific time. If you click it, a window will pop up, in which you can pick the date and time for the email to send.
6. Once you are finished sending, your sent email and the replies (if any) from the recipients should appear in the "Sent" folder in the toolbar near the left of your screen.
Hope this helped!
What is the difference between coding and programming your own system?
Answer:
The answer to this question is given below in the explanation section.
Explanation:
Coding and programming are the two most terms used in software development industries. Though, these terms are often used interchangeably. Coding refers to the process of translating and writing codes of one language and even from one language to another lanaguage. In the simplest term, it means writing code for an application.
Whereas programming refers to the process of developing an executable program that can produce output to a specific problem. In short words, we can say that programming finds solutions to the problems step by step and determine how should be solved.
When you write a simple code that just takes the name as input and print output on the screen. When you write a complete code to solve a problem, you are doing programming.