subject

The items below list workers' e-mail practices. select the practices that are appropriate for the use of e-mail in the workplace. - dylan's e-mails include a signature with his name, e-mail address, title, mailing address, and phone number. -garrett wants to make sure his messages are read first, so he marks all the e-mails he sends as urgent. -isabel uses reply when responding to the messages she receives, so that the thread of previous messages is included. nadine uses spell check instead of proofreading to reduce mistakes and save time. -tomas makes his e-mail messages brief. -when a message is extremely important, ana writes in all capital letters. -when marissa wants to make a point, she uses lots of exclamation marks to get her message across.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:00
When building customer relationships through email what should you not do? question 2 options: utilize proper grammar, spelling, and punctuation type in all capital letters use hyperlinks rather than attachments respond to all emails within 24 hours
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
question
Computers and Technology, 22.06.2019 13:00
Which part of the cpu accepts data?
Answers: 1
question
Computers and Technology, 24.06.2019 09:50
Create a string list. 2. use console.readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value.tochararray(); if (array.length > = 1) { if (char.islower(array[0])) { array[0] = char.toupper(array[0]); } } for (int i = 1; i < array.length; i++) { if (array[i - 1] == ' ') { if (char.islower(array[i])) { array[i] = char.toupper(array[i]); } } } return new string(array);
Answers: 3
You know the right answer?
The items below list workers' e-mail practices. select the practices that are appropriate for the us...
Questions
question
Mathematics, 03.04.2020 03:30
Questions on the website: 13722361