What makes e-mail different from other forms of business communication?

Answers

Answer 1

Answer:

because it is an electronic mail

Answer 2

Answer:

Email can be both formal or informal however face to face communication is usually most effective in business.


Related Questions

Write a program that reads two integers, checks if a digit repeats 3 times in a row in the first integer and that same digit repeats two times in a row in the second integer.

Answers

Answer:

first_num = input("Enter integer digits (should be four or more digits): ")

sec_num = input("Enter integer digits (should be four or more digits): ")

num = '3'

if

def count_check( digit):

   if (digit * 3) in first_num and (digit * 2) in sec_num:

       print(True)

   else:

       print(False)

count_check(num)

Explanation:

The python source code above receives two values assigned to variables "first_num" and "sec_num" and defines a function called count_check to check if a digit occurs three consecutive times in the first input and two in the second to print a value of true or false otherwise.

Question # 3
Fill in the Blank
What is the output?
answer = "Hi mom"
print(answer.lower())

Answers

what not understanding

the output is mom, hope this helped p

A file is transferred from one computer to another at the rate of 320 Kb/sec. How long would it take to complete the transfer if the file was 12.4 MB

Answers

Answer: 38.75 secs

Explanation:

Given data:

Size of the file been transferred = 12.4mb

Transfer speed = 320kb/secs.

Solution:

First we convert 12.4mb to kb.

= 12.4 * 1000

= 12,400kb.

We calculate for how long it would take to transfer the data

= 12400kb/320kb/s

= 38.75secs.

It would take 38.75 secs to transfer the data of 12.4mb.

How are online sources used? Check all that apply.

as a way to learn from others
as a way to play games
as a way to find information
as a way to socialize with others
as a way to copy the work of others

( and if not answer correctly I will report) · ⊃
·

Answers

Answer:

1 3 and 4

Explanation:

Answer:

as a way to learn from others

as a way to find information

as a way to socialize with others

Explanation:

//TO-DO: Fill in the Authors Name Here//TO-DO: Fill in the current date here//CS1428 Lab//Lab 10//Description: this program will find letter grades from 5 number grades#include using namespace std;double getAverage(double g[], const int SIZE){ double total = 0; for(int i = 0; i < SIZE; i++) { total += g[i]; } return total / SIZE;}void getGrades(double g[], const int SIZE){ cout << "Please enter 5 grades:" << endl; for(int i = 0; i < SIZE; i++) { cin >> g[i]; }}// TODO: Complete function definitionsint main(){ const int SIZE = 5; double grades[SIZE], average; int numberOfAs = 0, numberOfBs = 0, numberOfCs = 0, numberOfDs = 0, numberOfFs = 0; //TODO: Add function calls return 0;}

Answers

Answer:

countLetterGrades:

void countLetterGrades(double grades[], const int SIZE, int &numberOfAs,int &numberOfBs,int &numberOfCs,int &numberOfDs,int &numberOfFs) {

for(int i = 0; i < SIZE; i++){

if(grades[i]>85){numberOfAs++;}

else if(grades[i]>75){numberOfBs++;}

else if(grades[i]>65){numberOfCs++;}

else if(grades[i]>55){numberOfDs++;}

else{ numberOfFs++;}

}

}

printData:

void printData(double average, int numberOfAs,int numberOfBs,int numberOfCs,int numberOfDs,int numberOfFs)

{

cout<<"Average: "<<average<<endl;

cout<<"Number of A's: "<<numberOfAs<<endl;

cout<<"Number of B's: "<<numberOfBs<<endl;

cout<<"Number of C's: "<<numberOfCs<<endl;

cout<<"Number of D's: "<<numberOfDs<<endl;

cout<<"Number of F's: "<<numberOfFs<<endl;  

}

Explanation:

Your question is poorly formatted. (See attachment for proper presentation of question)

------------------------------------------------------------------------------------------------------------

The first step is to go to the main function and replace

//TODO: Add function calls

with the following 4 lines of code:

getGrades(grades,SIZE);

average = getAverage(grades,SIZE);

countLetterGrades(grades, SIZE, numberOfAs,numberOfBs,numberOfCs,numberOfDs,numberOfFs);

printData(average, numberOfAs,numberOfBs,numberOfCs,numberOfDs,numberOfFs);

------------------------------------------------------------------------------------------------------------

1. getGrades(grades,SIZE);

This calls the getGrade functions; The getGrade function is where the user inputs 5 grades for a student

2. average = getAverage(grades,SIZE);

Next, is to get the average of the input grades. This is done using the above and the average is stored in variable average

3. countLetterGrades(grades, SIZE, numberOfAs,numberOfBs,numberOfCs,numberOfDs,numberOfFs);

Next, is to get letter grade of each number grade. This is done using countLetterGrades function.

4. printData(average, numberOfAs,numberOfBs,numberOfCs,numberOfDs,numberOfFs);

The above 3 functions populate data for average, numberofAs to numberofFs; This values are passed to printData function to to display program output.

------------------------------------------------------------------------------------------------------------

Next complete countLetterGrades and printData functions as seen in the answer section.

For clarity, see the attached cpp file for line by line explanation of the complete code

19 POINTS! (Excel) Use the drop-down menus to complete the steps for opening and using the Format Cells dialog box to change font and basic formatting.
1. Select the cell or range you want to format.

2. (1.Double click 2.single click 3. right click) the selection and click Format Cells to open the Format Cells dialog box.

3. Click the (1.format 2. font 3. cells) tab.

4. Apply the desired formats, and click OK.

Answers

Answer:

c 3

Explanation:

Answer:

Here

Explanation:

Number 1 Right-Click

Number 2 Font

Which act passed by the US government in 1998 criminalizes the production and distribution of technology that intends to evade anti-piracy laws?

Answers

The Computer Fraud and Abuse Act I believe. Sorry if I’m wrong and I hope that it helps :)

Answer:

Digital Millennium Copyright Act (DMCA)

Explanation:

i got it right on plato

Which of the following is an example of a tax?

cash payment,medicare,rental payment,line of credit

Answers

Medicare because it’s like insurance

can anyone help with this?​

Answers

The correct answer is Use hanging indents in the second line

Explanation:

One of the recommendations in the works cited page like the one presented is to use hanging indents. This implies the second, third, etc. line of a citation should be indented, while the first line is not indented. This is required by the MLA (Modern Language Association) because it makes citation to be easy to read. According to this, to improve the sample, hanging indents need to be included in the second line of the first and third citation.

Instructions
Write a program that will add up the series of numbers: 99, 98, 97… 3, 2, 1. The program should print the running total as well as the total at the end. The program should use one for loop, the range() function and one print() command.

Sample Run
99

197

294

390







4940

4944

4947

4949

4950

Answers

total = 0

for x in range(99, 0, -1):

   total += x

   print(total)

I hope this helps!

What is the purpose of the introduction in an expository essay? A. to introduce the author and his or her dedication B. to highlight the main points of the essay C. to describe the supporting details D. to provide a figurative interpretation of the essay

Answers

I think it’s B, sorry if I’m wrong with this >

(Java) Meadowdale Dairy Farm sells organic brown eggs to local customers. It charges $3.25 for a dozen eggs, or 45 cents for individual eggs that are not part of a dozen. Write a program that prompts a user for the number of eggs in the order and then display the amount owed with a full explanation using the following wording: You ordered 27 eggs. That’s 2 dozen at $3.25 per dozen and 3 loose eggs at 45 cents each for a total of $7.85.

import java.util.Scanner;
class Eggs {
public static void main(String[] args) {
// Write your code here

}
}​

Answers

import java.util.Scanner;

public class Eggs {

   

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       System.out.println("How many eggs?");

       int eggs = scan.nextInt();

       int dozens = eggs / 12, ind = eggs - (dozens*12);

       

       System.out.println("You ordered "+eggs+" eggs. That's "+dozens+" at $3.25 per dozen and "+ind+" loose eggs at 45 cents each for a total of $"+((dozens*3.25)+(ind*0.45))+".");

   }

   

}

I hope this helps!

In this exercise we have to use the knowledge of the JAVA language to write the code, so we have to:

The code is in the attached photo.

So to make it easier the JAVA code can be found at:

import java.util.Scanner;

public class Eggs {

  public static void main(String[] args) {

      Scanner scan = new Scanner(System.in);

      System.out.println("How many eggs?");

      int eggs = scan.nextInt();

      int dozens = eggs / 12, ind = eggs - (dozens*12);

System.out.println("You ordered "+eggs+" eggs. That's "+dozens+" at $3.25 per dozen and "+ind+" loose eggs at 45 cents each for a total of $"+((dozens*3.25)+(ind*0.45))+".");

  }

}

See more about JAVA at brainly.com/question/2266606

Question # 4
Multiple Choice
How do you stop a program that is stuck in an infinite loop?

Press the Alt key together with the Q key.

Press the Control key together with the C key.

Press the Control key together with the Q key.

Press the Alt key together with the C key.

Answers

Answer:Control +c

Explanation:yes

Answer: Press the Control key together with the C key.

Explanation: Correct on Edg 2020/2021.

Guys im getting the ps5 tomorrow :)​

Answers

Answer:

Congrats.

Probably will be better than the Xbox minifridge

I need the answer to life. I cant live without my POGCHAMPS!

Answers

Answer:

Pray to God and ask him for help in life. May God bless you

Explanation:

Answer:

Pog

Explanation:

Poggers

Use of the Internet for e-government has increased. Identify the benefits by checking all of the boxes that apply.
A. It keeps the public informed about events
B. People do not have to vote
C. People can pay bills
D. People do not have to visit the site
E. The government can share important information about issues with the people in that town.

Answers

It’s A my good guy have a great day

Answer:

the answer is A C and E

Explanation:

Identify way computer are used in television production​

Answers

Answer:

image editing, text om screen, weather graphics, animation, sattelites ... a lot more possibilites are endless just limited

4.8 Code Practice: Question 2

Answers

Answer:

for y in range(88, 43, -4):

   print(y, end=" ")

Explanation;

yw

25 POINTS. Which three features are related to the functions of a continuous rotation servo motor?
A. The command signal sets the direction and speed of rotation.
B. It can change the shaft's movement from circular to forward or backward motion.
C. It is commonly used for radar navigation on robots.
D. The motor can turn either clockwise or counterclockwise with no limits.
E. There are barriers in the design that prevent rotation beyond a half circle.

Answers

I think A I’m not too sure though! Try looking it up cause I’m not sure about my answer

Write the line of code to calculate the area of a circle with radius 3 and store it in a variable called
area.

Answers

Answer:

area = 2.14 * 3 ** 2

Explanation:

No clue what language you use but this should be pretty universal. To find the area of a circle you use pi(r) ^ 2 or pi times radius squared

[tex]\pi r^{2}[/tex]

In python it looks like this:

>>> area = 3.14 * 3 ** 2

>>> print(area)

28.26 <Printed text

True or False? You should never move an injured person.
True
False

Answers

Answer:

true

Explanation:

Arrange the numbers 4, 8, 2, 6, 3, 5, 0, 1 into ascending order using the Merge sort algorithm

Answers

Answer:

1 2 3 4 5 6 you are missing seven the 8

Explanation:

What is used to give credit to the source from which information is obtained?
a citation
linkage
plagiarism
a format

Answers

a citation gives credit to the source

Answer:

a citation

Explanation:

alexa it is olewi.............................................

Answers

Answer:

jvksvksdvkbvkjsdkcn

Explanation:

Huh.........whattttt

What is the advantage of using the Publish Online option for sharing a calendar? It creates a web version that can be viewed by anyone. It allows an employee's boss to see busy/free information. It allows a user inside an organization to view the calendar. It allows a user outside an organization to view the calendar.

Answers

Answer:

its D. it allows a user outside an organization to view the calendar.

Explanation:

i just got it right on edge 2020.

Answer:

B

Explanation:

Kerri uses a photo editing program a lot. To increase her productivity, she should_____.


delete it from the Start menu

put it in her My Documents folder

move the program to the desktop

create a shortcut for it on Quick Launch

Answers

Answer:

Move the program to the desktop

Explanation:

It will be easier to access and quicker to open.

, , ,g d,t ,dt m,dt ymtd

Answers

Answer:ummm me confused

Explanation:

if you put your tik down below I'll tell them to follow

Answers

Answer:

oreo._.thecat7

Explanation:

...................

Answer

I dont have a acc !

Exp

bc i dont like that app a lot

What number will be output by the console.log command on line 5?
A. 10
B. 11
C. 12
D. 13
E. 16

Answers

Answer:

E

Explanation:

If you follow the line of code and add 1, 2, and then 3, 10 + 1 + 2 + 3 = 16.

The output of the block of code will be 16 as the value of the variable is assigned a new value based on the number added to it on each line.

The initial value of the variable oop is 10

On the next line, 1 is added to oop and the resulting value is reassigned to the same variable, the new value of oop is 11

On the next line, 2 is added to oop and the resulting value is reassigned to oop, the new value of oop becomes 13

Variable oop is then increased by 3 ; making the value become (13 + 3) = 16

Therefore, the output of the command is 16.

Learn more :https://brainly.com/question/18505492

2.4 Code Practice: Question 1
Write the code to input a number and print the square root. Use the absolute value function to make sure that if the user enters a negative number, the program does not crash. How do I do this in python ???

Answers

Code in Python:

num = float(input("Enter any number : "))

ab = abs(num)

sqrt = float(ab ** 0.5)

print(sqrt)

The code to input a number and print the square root is,

import math

# Input a number from the user

number = float(input("Enter a number: "))

# Use the absolute value function to handle negative numbers

abs_number = abs(number)

# Calculate the square root using the math module

sqrt_number = math.sqrt(abs_number)

# Print the square root

print(f"The square root of {number} is {sqrt_number}")

Given that,

Write the code to input a number and print the square root.

Now, A code snippet in Python that accomplishes what you described:

import math

# Input a number from the user

number = float(input("Enter a number: "))

# Use the absolute value function to handle negative numbers

abs_number = abs(number)

# Calculate the square root using the math module

sqrt_number = math.sqrt(abs_number)

# Print the square root

print(f"The square root of {number} is {sqrt_number}")

In this code, the abs() function ensures that even if the user enters a negative number, it will be converted to its positive equivalent before calculating the square root.

The math.sqrt() function is used to compute the square root, and the result is printed using the print() function.

To learn more about Function visit:

https://brainly.com/question/11624077

#SPJ6

Other Questions
Read the following paragraph, and answer the question. Of all the attributes essential to a respected man or woman or to a respected nation, the predominant characteristic is self-discipline. Laws cannot be made compelling people to suppress thelr desire for power or position. No method of legislating such wisdom exists. As free people, we must face a choice between two types of discipline. One is the self-discipline that is still open to us-the kind which free people and free nations exercise when they select the executives, lawmakers, and Judges who will govern them and assure their protection and well-being. The second is a cold blooded, ill-Intentioned, godless form of discipline that may be thrust upon us by strangers-the discipline of force, terrorism, suspicion, and intimidation-the discipline used in China and the former Soviet Republic. Does every sentence in some way support the thesis? a. yes b. no The 15th century to the 18th century was an age of exploration. Many people in Europe were searching for a better life with greater opportunities. The desire for a better life led many to journey across the ocean to find new land to settle. Many European explorers landed in what they called the New World, which would later be called North America. These explorations were filled with challenges.The first challenge faced by many explorers was money. They needed financial backing to fund the ships, cargo, and crew required to make such a long journey. The solution was royalty, and explorers would approach kings and queens to convince them to invest in their voyages. If the king and queen agreed, then the explorer would have the money needed to fund an expedition. In return, any lands discovered during the voyage were claimed by that country.The next step was to obtain a seaworthy ship. Many ships were built during the age of exploration, but not all could handle a trip across the Atlantic Ocean. New ships designs were created to suit long voyages. One such type was called a caravel, which was a small ship created for exploration in the 1400s. This type of ship was equipped with cargo space for voyages up to a year long. Caravels were also considered seaworthy because they could travel about 90100 miles in a day.Once aboard, the explorers set sail and used maps to navigate through known territory. The maps were not useful once sailors were out of sight of land or in unknown territory. How would they navigate over the vast Atlantic Ocean without any land markers to guide them? This problem led to the invention of navigation equipment. Compasses have a magnetized metal needle that always points north. Sailors use them as a point of reference to tell if their ship is in the right position to move forward. In order to find their location, sailors used astrolabes, sextants, cross staffs, or quadrants to find latitude. With these tools, explorers were able to sail on to discover new lands.The finaland perhaps most difficultchallenge for many explorers was survival, as voyages could be long and tense. Maintaining supplies and finding land were important to prevent mutinies from occurring. Unfortunately, bringing supplies that would last the entire voyage led to another problem: scurvy. Many sailors died from the disease, as they ate preserved food at sea. To survive, sailors needed to obtain and eat fresh vegetables and fruits.When sailors and explorers arrived on land, they had already overcome many obstacles. While more challenges awaited them, explorers were able to disembark and realize that had reached the New World.Which sentence from the text helps the reader identify its structure?a. In return, any lands discovered during the voyage were claimed by that country.Selected:b. The 15th century to the 18th century was an age of exploration.This answer is incorrect.c. This problem led to the invention of navigation equipment.d. This type of ship was equipped with cargo space for voyages up to a year long.Please help what is the value of X How did Americans work to define their ideal political structure? Discuss why the playwright conveys so much action in the stage directions. What might the stage directions have to do with the plot? Grade 7 collection book lines 873-882 , sorry , wrong number For which value of Theta is tan Theta equal to sin Theta?A. piB. pi/2C. pi/4D. pi/6 PLEASE HELP MEIdentify the polynomial divisor, dividend, and quotient represented by the synthetic division.Divisor:A. 3B. 3C. x 3D. x + 3Dividend:A. 2x3 + 11x2 + 18x + 9B. -6x3 - 15x - 9C. 2x2 + 5x + 3Quotient:A. 2x4 + 11x3 + 18x + 9B. 2x3 + 5x2 + 3xC. 2x2 + 5x + 3 A librarian sorts 500 books at a constant rate. After 6 days, the librarian still has 200 books to sort. How much time does it take to sort the books from start to finish? 19 pts plz Blues music serves as a powerful influence in many modern genres of music, including rap, country, and rock all of which feature prominent blue notes. Over the past century, the blues have become an integral part of American music. The history of the blues is bound up in the discrimination and suffering African Americans have faced for centuries. Blues music is an enduring tribute to the collective strength of spirit required to turn such suffering into art.Why is paragraph 3 important to the passage? A. It leaves the reader in suspense. B. It reveals the counterargument. C. It states the central idea. D. It explains the blues. Point P(6, 4) is the image of point P(2, 3) under a translation. What is the image of (5, 1) under the same translation? Which of these is an environmental benefit of converting to solar energy?O A. an increase in the use of fossil fuelsO B. a decrease in air pollutionO C. an increase in the cost of energyO D. a decrease in electrical energy production What was a womens pov on being a federalist?ill mark u brainliest im confused A h e t e r o z y g o u s parent is crossed with a h o m o z y g o u s recessive parent. Complete a Punnett Square and answer the questions below. what is an isoelectronic series 30 points if you aswer this[tex]\frac{1}{3}x \frac{3}{4} x\frac{4}{5}[/tex] Plz help!In order for the parallelogram tobe a rectangle, x = [? ]13x+34910x+10 Chandler wants to raise 200$ to buy a new gaming system. He already has 80$ and plans to save 40$ a week. How many weeks will it take chandler to raise enough money to buy his gaming system? Coronado Industries is purchasing new equipment with a cash cost of $189200 for the assembly line. The manufacturer has offered to accept $46000 payments at the end of each of the next six years. What is the interest rate that Coronado Industries will be paying? a) 10%. b) 12%. c) 11%. d) 13%. A factory makes Jars in batches of 160 and lids in batches of 216. The next puts the jars in a row, fills them and then attaches the lid. They want to make the largest row possible so the jars and lids are divided evenly by the rows. What is the largest row possible? How to find vertex form with vertex: (3,6) and y intercept: 2