In a business environment, in which situation would email be more appropriate for communicating than texting?А
Sending a message to your supervisor for not able to attend social gathering
00
Sending a contract to your supervisor for her review and advice
C с
Sending a message to a friend about meeting at the ballgame later that evening
D
Sending a message to a co-worker about a special delivery at the front desk

Answers

Answer 1
Answer:

Answer:

The answer to this question would be the second one.

Explanation:

The reason for this is because all of the other answers are not as work-related as the second one.


Related Questions

When Twitter is used to gather a large group for a face-to-face meeting it is calleda. Flash mob. Group mob. Tweet mob. Twitter mob.
You are concerned about your VMs receiving rogue DHCP servers. How can you prevent this from happening?
You can use Facebook's Live Feed tool to broadcast content as you post it, true or false?
PLEASE HELP FIRST ONE TO ANSWER WILL GET BRAINLIEST!!Develop a brief problem and purpose statement for the following scenario.Situation: A counseling program at a large local high school seeks to help students cope with loss, divorce, or death. The program currently advertises optional group meetings open to everyone. At these meetings, students are asked to stand up in front of the group and talk about their experiences. The coordinator of the program observes that attendance is very low, and that students are reluctant to say much when asked. The coordinator asks you to investigate the situation.
Which type of software can be used without paying a license fee and can be modified to add capabilities not realized by its originators? *10 pointsApplication softwareSystem softwareOpen-source softwareProprietary software

Explain how using assistive technology can promote healthy emotional and social development. Discuss how you think young children and teens may be affected and how the affects may extend into adult life.

Answers

Assistive technology can promote healthy emotional and social development by catering the needs of young children and teens in a faster and easier way when used correctly. When they reach into adulthood, it will be easier for them to access things because they are used to it.

A character with a point size of 10 is about 10/72 of one inch in height. a. True
b. False

Answers

The answer to the question stated above is:
A character with a point size of 10 is about 10/72 of one inch in height. This statement is true.

>>>Point size 
is a graphics directive that specifies which points which follow are to be shown if possible as circular regions with diameter

The Top status bar command is used to display the highest value in the selected range in the AutoCalculate area. (True/False)

Answers

It is True

Hope it helps

Consider the classes below: public class TestA { public static void main(String[] args) { ​ int x = 2; ​ int y = 20 ​ int counter = 0; ​ for (int j = y % x; j < 100; j += (y / x)) { ​ counter++; ​ } } } public class TestB { public static void main(String[] args) { ​ int counter = 0; ​ for (int j = 10; j > 0; --j) { ​ ++counter; ​ } } } Which of the following statements is true?a. The value of j will be the same for each loop for all iterations b. The value of counter will be different at the end of each for loop for each class. c. Both A and B are true. d. Neither A nor B is true.

Answers

Answer:

The answer is "Option d".

Explanation:

In the given code, two class "TestA and TestB" is defined, that calculates some values which can be described as follows:

  • In class "TestA", three integer variable "x, y, and counter" is declared, that initializes with a value, that is "2, 20, and 0", inside the class for loop is declare that uses variable j which starts from and ends when the value of j is less than 100, it will increment the value of counter variable by 1.
  • In the class "TestB", an integer "counter" variable is initializes a value with 0, inside the class the for loop is used that uses variable j, which starts from 10, and ends when j is less than 0. in the loop it increments the value of "counter" variable by 1.  that's why in this question except "option d" all were wrong.

An operating system is:CD-ROM software
Application software
Integrated software
System software

Answers

Answer:

System Software

Explanation:

An operating system is a system software that manages computer hardware as well as other things.

Which operator is used to perform addition in QBASIC

Answers

the symbol + is used to perform addition in Qbasic

Answer:

(+) operator is used to perform addition in QBASIC.