read the email below, written by a student to an instructor. indicate at least four email best practices (from the e-book) that the student did not follow when writing this email.

Answers

Answer 1

The student did not follow several email best practices when writing to the instructor:

"Subject line was not used.""Did not greet the Professor professionally.""Use of capital letters.""Use of slang.""Use of emoticons.""Student made a demand.""Did not end message appropriately.""Inappropriate e-mail address.""Student did not put his full name."

The student did not use a clear and descriptive subject line, and instead began the message with an informal and unprofessional greeting. They also used slang and emoticons, which are not appropriate for a professional email.

In addition, the student made a demand for the instructor to send them a list of missed assignments immediately and expected full credit for a late assignment. Furthermore, the student did not sign off the email with a proper closing, and used an inappropriate email address.

To write a professional and effective email, it is recommended to use a clear subject line, greet the recipient professionally, avoid slang and emoticons, make requests politely, sign off appropriately, and use a professional email address.

This question should be provided as follows:

Read the email below, written by a student to an instructor, and address the two questions that follow (five points each).

(email: see the attachment)

Subject:

What's up, Professor!

I am in your class and haven't logged into Canvas in a while cuz I wuz busy. Did I miss anything important? Can u send me a list of assignments I missed RIGHT AWAY so I can work on them? Here is the assignment from the first week of class, you will accept it for full credit even though it is a few weeks late, right? :-) !!

Indicate at least five email best practices (from the ebook) that the student did not follow when writing this email.

Learn more about email writing here: brainly.com/question/24688558

#SPJ4

Read The Email Below, Written By A Student To An Instructor. Indicate At Least Four Email Best Practices

Related Questions

the sample size that guarantees all estimates of proportions will meet the margin of error requirements is computed using a planning value of p equal to

Answers

the sample size that guarantees all estimates of proportions will meet the margin of error requirements is computed using a planning value of p equal to 0.50 .

what is margin of error?

Simply expressed, the margin of error is the potential level of uncertainty in your survey data. It is more likely that the results will deviate from the "actual figures" for the entire population the wider the margin of error. Your results will vary from the actual population value by how many percentage points, as indicated by the margin of error. A 95% confidence interval with a 4% margin of error, for instance, indicates that your statistic will, 95% of the time, be within 4% of the true population figure. Multiplying a key factor (for a specific confidence level) and the population standard deviation yields the calculation for the margin of error.

To know more about margin of error visit:

https://brainly.com/question/29121852

#SPJ4

Suppose users share a 2Mbps link. Also suppose each user transmits continuously at 1Mbps when transmitting, but each user transmits only 20 percent of the time. a. When circuit switching is used, how many users can be supported? b. For the remainder of this problem, suppose packet switching is used. Why there be essentially no queuing delay before the link if two or fewer users transmit at the same time? Why will there be a queuing delay if three users transmit at the same time? c. Find the probability that a given user is transmitting. d. Suppose now there are three users. Find the probability that at any given time, all three users are transmitting simultaneously.

Answers

a. When circuit switching is used, two users can be supported.

b. If two or fewer users are transmitting at the same time, then the 2Mbps link can handle their transmissions, so there will be no queuing delay.

c. The probability that a given user is transmitting is 20%.

d. The probability that all three users are transmitting simultaneously is 0.2 x 0.2 x 0.2 = 0.008, or 0.8%.

What is probability
Probability is the measure of the likelihood of an event occurring. It is expressed as a number between 0 and 1, where 0 indicates that the event is impossible, and 1 indicates that the event is certain. Probability is used to describe the likelihood of a given outcome in a random event.

For example, if you were flipping a fair coin, the probability that it would land on heads would be 1/2, or 0.5. This means that there is a 50% chance that the coin will land on heads.

To know more about probability
https://brainly.com/question/24756209
#SPJ4

Calculating change is something that we have been trained to do from a young age. For example, without thinking about it, we all know how many quarters, dimes, nickels and pennies we should receive if the change from our purchase is 47 cents. In this lab, you will write a program to convert a given amount of money (in cents) into change.
Notice, however, that there are many ways to calculate change. That is, if our change is 47 cents, we could use 47 pennies. Or we could use 3 dimes and 17 pennies. Or we could use 4 dimes, a nickel, and 2 pennies. You get the idea. What we would really like to do is use a minimal number of coins. For 47 cents, one way to use a minimal number of coins is 1 quarter, 2 dimes, and 2 pennies.
For this lab, you will implement a greedy solution for the problem of calculating change. What is a greedy solution? It is quite simple. Assume you want to convert an arbitrary number of cents into coins of the following denominations: dollar, half-dollar, quarter, dime, nickel, and penny. Use as many dollar coins as possible; then, on what's left over, use as many half-dollar coins as possible; then again as many quarters as possible; then as many dimes as possible; then as many nickels as possible; finally the remainder is in pennies.

Answers

Below a sample implementation in Java for the given problem statement:

csharp

import java.util.Scanner;

public class ChangeCalculator {

 

 public static void main(String[] args) {

   Scanner input = new Scanner(System.in);

   System.out.print("Enter the amount of change in cents: ");

   int change = input.nextInt();

   int dollar = change / 100;

   change = change % 100;

   int halfDollar = change / 50;

   change = change % 50;

   int quarter = change / 25;

   change = change % 25;

   int dime = change / 10;

   change = change % 10;

   int nickel = change / 5;

   change = change % 5;

   int penny = change;

   

   System.out.println("Dollars: " + dollar);

   System.out.println("Half-dollars: " + halfDollar);

   System.out.println("Quarters: " + quarter);

   System.out.println("Dimes: " + dime);

   System.out.println("Nickels: " + nickel);

   System.out.println("Pennies: " + penny);

 }

}

What is the greedy solution about?

The purpose of this lab is to write a program that will convert a given amount of money in cents into change using the minimum number of coins possible. This is achieved using a greedy algorithm, which means that the program will always choose the highest denomination coin that can be used to make change

Therefore, This program takes the amount of change in cents from the user, then calculates the number of each coin denomination (dollar, half-dollar, quarter, dime, nickel, and penny) required to make that change using the greedy approach described in the problem statement. The result is printed to the console.

Learn more about greedy solution from

https://brainly.com/question/30050670

#SPJ1

A domain controller at each Active Directory site with access to a site network link, which is designated as the Domain Control to exchange replication information. There is only one bridgehead server per site. See site.

Answers

A bridgehead server is a server that acts as a central communication point for the domain controllers within an Active Directory site.
What is server ?

A server is a computer program or a device that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model, and a single overall computation is distributed across multiple processes or devices. Servers can provide various functionalities, often called "services", such as sharing data or resources among multiple clients, or performing computation for a client. A single server can serve multiple clients, and a single client can use multiple servers. A client process may run on the same device or may connect over a network to a server on a different device. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.

To know more about server  
https://brainly.com/question/7007432
#SPJ4

how much memory does the computer use to store the array above if___each item in array is a float

Answers

If each item in the array is a float, then the computer would use 48 bytes of memory to store the array.

What is Array?
An array is a data structure consisting of an ordered collection of elements, typically of the same data type. Arrays allow the storage of multiple values of the same type in one single variable. They are often used to store sets of related data, such as a list of products, students in a class, or elements in a sequence. Arrays are indexed, meaning that individual elements in the array can be accessed by referring to a numerical index. Arrays are often used in programming to store collections of data.

To know more about Array
https://brainly.com/question/28565733
#SPJ4

use the compression utility on your computer to compress different files. study the effect of the original file size and type on the ratio of the compressed file size to the original file size.

Answers

To study the effect of the original file size and type on the ratio of the compressed file size to the original file size, you can use a compression utility on your computer to compress different files. Some of the popular compression utilities include WinRAR, 7-Zip, and WinZip.

To start your study, you need to select a set of files of different sizes and types (eg, text files, image files, video files, etc.). Then, use a compression utility to compress each file and compare the compressed size to the original size. You can calculate the compression ratio by dividing the compressed file size by the original file size.

You will probably find that the compression ratio is greatly affected by the type of file being compressed. For example, text files tend to compress very well, often achieving high compression ratios, whereas image and video files tend to compress less efficiently due to the nature of the data they contain. In addition, larger files tend to be compressed less efficiently than smaller files, because there is more data to be compressed and the potential for redundancy is lower.

It's important to note that the exact compression ratio you'll see will depend on the specific compression utility you're using and the specific settings you've selected. However, studying the effect of file size and type on compression ratios is a good way to gain an understanding of the strengths and limitations of different compression algorithms and to make decisions about which compression method to use for different file types.

You can learn more about file size here brainly.com/question/27946513

#SPJ4

the cia triad allows security professionals tovarious and attacks and is a key concept in information

Answers

The CIA triad, also known as confidentiality, integrity, and availability, is a paradigm created to help organizations develop information security policy.

By security, what do you mean?

Something that provides or guarantees security, serenity, certainty, etc.; security; safeguard. 1. the condition of being or feeling confident; freedom from dread, anxiety, danger, uncertainty, etc.

What does personal security entail?

A right recognized by the Rights and Freedoms Charter is the right to personal security. It entails that you are entitled to the physical integrity as well as the wellness and security of your body. As part of their regular tasks, security guards frequently patrol properties, keep an eye on surveillance equipment, and examine buildings and equipment to secure areas and people. security officers

To know more abour cia triad visit:

https://brainly.com/question/14697747

#SPJ4

You manage a Windows system with an attached printer. You share the printer using a share name of Printer1. You have completed the following steps:
From the Settings app, select Devices.
Selected Printers & scanners.
Selected Printer1.
Clicked Manage.
Selected Printer properties.
Which tab would you select next to modify the permissions for network users?

Answers

Assign Damien the Manage Documents permission. Assign Sally the Print permission.

Which printer privilege would you provide a user so they could suspend the printer?

Control printer access, The Manage Printer permission grants the ability to share a printer, modify printer permissions, share a printer, pause and resume the printer, alter spooler settings, and change printer properties.Go to Settings > Start. Select a printer by going to Devices > Printers & Scanners > Manage. Select Set as default after that. Let Windows manage my default printer may be selected if you don't see the Set as default option.To see the drivers a printer is using, look at the printer's properties. The printer settings also allow you to set up colour management profiles, check the port a printer is using, and control user access.

To learn more about Control printer refer to:

https://brainly.com/question/18597062

#SPJ4

Which term describes the traditional methodology of project management and software development?

Answers

Answer:

Waterfall Methodology

Explanation:

Waterfall Methodology is a process in which events occur in a predictable sequence.

the policies, procedures, and awareness layer of the security model includes which of the following?

Answers

The Policies, Procedures, and Awareness layer includes person education. The Physical layer includes environmental controls. The Host layer consists of log management.

The Policies, Procedures, and Awareness layer of the protection model consists of which of the following?

(Select two.) User education and employee onboarding and off-boarding techniques are protected in the Policies, Procedures, and Awareness layer.

What is the Application layer of the safety model?

Application layer safety refers to ways of protecting web purposes at the utility layer (layer 7 of the OSI model) from malicious attacks. Since the application layer is the closest layer to the stop user, it presents hackers with the biggest hazard surface.

Learn more about  policies, procedures here;

https://brainly.com/question/14670908

#SPJ4

you would like to install windows on a computer that previously had another operating system installed on it, but you are not sure if the audio card is compatible. the installed audio card is a soundmax d1371 (pci) card. which of the following best describes the next step you should perform?

Answers

3.5mm connectors can be used for analogue audio input and output on sound card TRS ports.

To transmit analogue audio to the Line-out port, a DAC translates a digital audio stream. Analog sound received through the Line-in or Microphone connector is digitalized by an ADC. Digital-to-analog converters (DACs) used in sound cards transform created or recorded digital signal data into analogue form. Using common interconnects, such as a TRS phone connection, the output signal is linked to an amplifier, headphones, or an external device. Connecting MIDI devices or gaming joysticks to a sound card requires a DB-15 connection. TRS ports are used to connect speakers, microphones, and headphones.

To learn more about connectors  click the link below:

brainly.com/question/28884222

#SPJ4

users obtain greater value from whichever technologies they use.group of answer choicestechnologyinformedcontinuouscomputer

Answers

The statement "users obtain greater value from whichever technologies they use" is a general observation about how technology can benefit individuals and organizations. It suggests that the value that users derive from technology is dependent on the specific technology they choose to use and how they use it.

Whether or not a technology is considered to be of greater value to a user can depend on a variety of factors, such as how well the technology meets their needs, how easy it is to use, how cost-effective it is, and how well it integrates with other technologies they use.

In this context, the terms "technology-informed" and "continuous" may refer to the importance of staying informed about the latest technology developments and continuously evaluating and incorporating new technologies that can provide greater value. The term "computer" may refer to a specific type of technology that can provide significant value to users in a variety of ways.

Learn more about technology: https://brainly.com/question/28288301

#SPJ4

in a security controller connection, which device should be placed within the loop to regulate the current flow to the correct level for the controller being used

Answers

Current loops can be used to manage the DC and quadrature main waves, Id and Iq, respectively, to control active and reactive currents.

What makes QAM a quadrature?

Utilizing both of the amplitude components, a form of modulation is offered to accomplish this. In this situation, there are two carriers in the QAM signal. A pair of wave that are in quadrature have the same volume but a phase difference of around 90o, or one amongst a cycle.

What is the quadrature rule?

A quadra law is a numerical analysis tool used to estimate the linear function of a function. In the integration domain, it is commonly stated as the weighting of values at preset locations for further information on quadrature, go to

To know more about quadrature visit:

https://brainly.com/question/29441914

#SPJ4

How would you show an external document in a running presentation?​

Answers

There are a few steps that show an external document in a running presentation.

What are the steps needed?

1. On the slide, select the icon or link to the object that you want to set to run.

2. On the Insert tab, in the Links group, click Action.

3. In the Action Settings dialog box, do one of the following:

4. To click the embedded icon or link in order to open the program, click the Mouse Click tab.

5. To move the mouse pointer over the embedded icon or link in order to open the program, click the Mouse Over tab.

6. Under Action on click or Action on mouse-over, select one of the options, then select from the list at that option. For example, you can select Run Program and then browse to a program that you want to run, such as a web browser. Or if the object is a document, you can select Object action and then select Open to display the document or edit to work on it during your presentation.

To know more about External document, Check out:

https://brainly.com/question/13947276

#SPJ1

.

which of the following does not represent one of the three main cloud service models referred to in the course? 1 point iaas saas paas caas

Answers

The option that does not represent one of the three main cloud service models referred to in the course is "caas".

"Caas" (Communication as a Service) is not one of the three main cloud service models referred to in the course. The three main cloud service models are Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). "Caas" refers to cloud-based communication services that allow businesses and organizations to manage their communication and collaboration needs through a single platform. This can include services such as voice over IP (VoIP), video conferencing, unified messaging, and other communication tools. "Caas" helps organizations to reduce their communication costs and increase productivity by providing a single platform for all their communication needs. Some examples of "Caas" providers are Zoom, Slack, and Microsoft Teams.

To know more about "caas" Please click on the given link.

https://brainly.com/question/30110756

#SPJ4

which of the following tables is in third normal form, given that doc id determines doc first name and doc last name?

Answers

DOC ID, FIRST NAME, LAST NAME, EMAIL, PHONE NO, PATIENT (PATIENT ID),

What does the word "patient" mean?

As a noun, "patience" is the ability to wait patiently or put up with adversity for a long period of time without being upset or impatient. The plural version of the term "patient," however—"patients"—designates a person who gets medical attention.

Patient: Does it have two meanings?

The noun form of the word patient, patience means "calm perseverance," as in I am not a patient person, and this work takes patience. The plural version of the term patient, which refers to a person receiving medical attention or treatment, is patients. For example, Dr. Lee is always kind with her patients.

To know more about Patient visit:

https://brainly.com/question/21616762

#SPJ4

write a do loop that reads integers and computes their sum. stop when a zero is read or the when the same value is read twice in a row. for example, if the input is 1 2 3 4 4, then the sum is 14 and the loop stops.

Answers

You can write a do loop that reads integers and computes their sum by using a while loop. The loop should check whether the current integer is zero or the same as the one before it, and break out of the loop if either of those conditions is true. Here is an example of how to write such a loop:

sum = 0

prev = 0

while True:

   num = int(input('Enter an integer: '))

   if num == 0 or num == prev:

       break

   prev = num

   sum += num

print('The sum is', sum)

In this example, the loop will read integers from the user until a zero is entered, or the same value is read twice in a row. If the input is 1 2 3 4 4, then the loop will break out of the loop on the second 4, and the sum will be 14.

Learn more about programming:

https://brainly.com/question/26134656

#SPJ4

The head of cybersecurity at your enterprise has asked you to set up an IDS that can create the baseline of all system activities and raise an alarm whenever any abnormal activities take place, without waiting to check the underlying cause. Which of the following actions should you take?

Answers

To set the IDS for all machine activities and elevate an alarm every time any bizarre things to do take place, except waiting to take a look at the underlying cause, the Host-based Intrusion Detection System or HIDS is good to go choice because: It continues an eye …

Which monitoring methodology will trigger the IDS?

IDS is prompted if any application tries to scan a couple of ports. The region of the origination of the packet. Addresses commonly can be indicated with the aid of a precise IP address or vary of addresses, an IP mask, the MAC address, or host name. This is the address the connection is trying to reach.

Which of the following technique is used to circumvent IDS Mcq?

Fragmentation, obfuscation, and encryption are all evasive strategies used by means of attackers to circumvent IDS detection.

Learn more about abnormal activitiesIDS here;

https://brainly.com/question/20554037

#SPJ4

To configure the IDS to monitor all system activity and sound the alert whenever any unusual activity occurs, without first looking at the Host-based Intrusion, as the root cause.

What is IDS in cyber security?An intrusion detection system (IDS) is a monitoring tool that keeps an eye out for suspicious activity and sends out notifications when it does. These warnings allow a security operations centre (SOC) analyst or incident responder to look into the problem and take the necessary steps to eliminate the threat.If any application tries to scan multiple ports, IDS is activated. the location of the packet's genesis. IP addresses, IP masks, MAC addresses, and host names are all common ways to identify addresses.The three methods for intrusion detection systems are: Detecting intrusions using signatures. Identification of patterns and comparison with recognised signals of intrusions are the goals of Signature-Based Intrusion Detection Systems (SIDS), Anomaly-Based Intrusion Detection, and Hybrid Intrusion Detection.

To learn more about monitor refer to:

https://brainly.com/question/26991245

#SPJ4

TRUE OR FALSE although emails can be an informal type of correspondence, it is integral that they are error-free and show respect for the reader.

Answers

While email can be informal correspondence, it's important that it's accurate and respectful of the reader. The above statement is true .

What are emails ?

Electronic mail, also known as email or e-mail, is a way for individuals to communicate with one another using electronic devices. At a time when "mail" solely referred to physical mail, email was therefore developed as that of the electronic (digital) equivalent of, or counterpart to, mail (hence the prefix e- + mail). An email address is now frequently seen as a fundamental and essential component of many activities in business, trade, politics, education, entertainment, as well as other areas of everyday life in most nations. Email later had become a ubiquitous (extremely widely used) communication channel. The medium is email, and each message transmitted through it is likewise referred to as an email. It is a collective noun.

Email is accessible over both local area networks and computer systems, primarily the Internet.

To know more about emails visit:

brainly.com/question/30092818

#SPJ4

This command allows you to change the outputs, inputs, inserts, and sends of only selected tracks in your session.

Answers

Applications provide users with session filtering so that they may follow their progress within an online application and keep their authenticated state.

Which of the below networks filters packets using access control lists?

A screening router is the router that is closest to the internet and most exterior to your network. It uses access control lists to filter packets as a security measure (ACLs).

Depending on destination addresses, what kind of network gear supports traffic filtering?

Use packet filtering in a firewall to allow or refuse particular packets based on their originating or destination ip address and destination port.

To know more about network visit:

https://brainly.com/question/18168133

#SPJ4

you don't need to physically secure your servers as long as you use a good strong password for your accounts.True or False

Answers

The aforementioned claim is untrue since, as long as you have a secure password for your accounts, you don't need to physically safeguard your servers.

Describe a server?

A computer program or apparatus that offers a service to another application and its user, often known as the client, is referred to as a server. The actual machine that a server application runs on in a data center is also commonly referred to it as a server.

Who serves what?

It basically "serves" another purpose and is there to offer services. A    server can be a computer, piece of software, or even a memory stick, and it can offer one or more services.

To know more about Server visit:

https://brainly.com/question/30168195

#SPJ4

Which of the following is a true statement comparing a horizontal flowchart with a vertical flowchart?
A. A horizontal flowchart does not provide as broad a picture at a glance.
B. A horizontal flowchart brings into sharper focus the assignment of duties and independent checks on performance.
C. A horizontal flowchart provides more room for written descriptions that parallel the symbols.
D. A horizontal flowchart is usually longer.

Answers

The true statement comparing a horizontal flowchart with a vertical flowchart is:

C. A horizontal flowchart provides more room for written descriptions that parallel the symbols.

A horizontal flowchart is a type of diagram that lays out the steps of a process in a horizontal line, rather than in a vertical line like a vertical flowchart.

In a horizontal flowchart, there is more room for written descriptions that parallel the symbols used to represent the steps in the process. This makes it easier to understand the process and how it works.

Additionally, horizontal flowcharts can bring into sharper focus the assignment of duties and independent checks on performance, providing a more thorough overview of the process.

Horizontal flowcharts are particularly useful when there is a need to clearly depict the various steps of a process, as well as the tasks that are associated with each step.

The symbols used to represent each step can be accompanied by detailed descriptions, which makes it easier to understand how the process works.

Furthermore, a horizontal flowchart can clearly show the assignment of duties and independent checks on performance that are used to ensure that the process is completed in an efficient and effective manner.

Learn more about comparing horizontal flowchart with vertical flowchart:

brainly.com/question/29317974

#SPJ4

1. what is the result of attempting to compile and run the program? public class infytest { public static void main(string[] args) { int x, y, z; system.out.println(x y z);

Answers

While this code tries to show the output for three uninitialized variables, a build error occur.

What distinguishes a program from a program?

The proper spelling of "program" in American English. The reason the word "system" is filled less likely both Australian and Canadian English. Program is the standard spelling in British English, despite the fact that program is widely used in computing situations.

Even before the first variable can be employed in an expression in Java, it must first be defined and created. The code included will compile without even any issues:

public class infytest {

   public static void main(String[] args) {

     int x = 0, y = 0, and z = 0;

       System.out.println(x + y + z);

   }

}

This code initializes the variables x, y, and z to 0 and then prints their sum.

To know more about Program visit :

https://brainly.com/question/14368396

#SPJ4

Your mission is to upgrade the Random class by adding the following 4 methods AND test each of the 4 methods 40 times.

Answers

This answer provides an explanation on how to upgrade the Random class by adding 4 methods and testing each of them 40 times. It explains how to test each method to ensure that it is producing a random result.

1. addRandomNumber()

This method should generate a random number between 1 and 10 and return it. To test this method, call it 40 times and log the result to check that it is a random number between 1 and 10 each time.

2. addRandomLetter()

This method should generate a random letter of the alphabet (A-Z) and return it. To test this method, call it 40 times and log the result to check that it is a random letter each time.

3. addRandomBoolean()

This method should generate a random boolean (true or false) and return it. To test this method, call it 40 times and log the result to check that it is a random boolean each time.

4. addRandomElementFromArray(arr)

This method should take an array as an input, generate a random element from that array, and return it. To test this method, call it 40 times with different arrays and log the result to check that it is a random element from the given array each time.

Learn more about programming: https://brainly.com/question/26134656

#SPJ4

the name given to a group of bits as it moves from one layer of the osi model to the next is which of the following?

Answers

Based on the provided statement s it progresses through one layer of the OSI model to the next, a set of bits known as a protocol data unit (PDU) is used.

By procedure, what do you mean?

The definition of protocol most frequently used is "a set of rules that describe the proper conduct and procedures that must be followed in formal circumstances," as in the following examples: The soldier violated military procedure with his behavior.

What is an example of a protocol?

Types of communication protocols include TCP/IP and HTTP, which are fundamental data communication technologies. Management protocols maintain and regulate the network using technologies like ICMP and SNMP. Three security protocols are SSL, SFTP, and HTTPS.

To know more about Protocol visit:

https://brainly.com/question/27581708

#SPJ4

1. Is this order for personal use, business use, or a side project?
Business use

Answers

This order is for Business use. The correct option is b.

What is a business purchase order?

A purchase order (PO) is a written document that confirms the placement of an order. It is a customer's legally binding offer to purchase products or services from a supplier at a given price.

It is issued by the person or business making the purchase, similar to a reverse invoice. Purchase orders are legal contracts between a buyer (your company) and a seller (the vendor).

They act as legally binding documentation of the goods/services that were ordered and serve as a significant tool for buyers by formalizing specifications and pricing.

Therefore, the correct option is b, business use.

To learn more about business use orders, refer to the link:

https://brainly.com/question/569197

#SPJ1

Ask the user for two integers using a Scanner and report the largest and smallest values using the max function you just built. Consider the following output: //sample output for problem 13 Enter two integers: 2 14 Largest is 14 Smallest is 2

Answers

Your program must define and call the following function:

def max_ magnitude(user_val1, user_val2, user_val3):

values = [user_val1, user_val2, user_val3]

max_ value = max(values, key=abs)

return max_ value

user_val1 = int(input("Enter the first value: "))

user_val2 = int(input("Enter the second value: "))

user_val3 = int(input("Enter the third value: "))

largest_ magnitude = max_ magnitude(user_val1, user_val2, user_val3)

print("The largest magnitude value is:", largest_ magnitude)

What is program?

A series of instructions written in a programming language for such a computer to follow is referred to as a computer program. Software, that also includes documentation as well as other intangible components, includes computer program as one of its components. The source code of a computer program is the version that can be read by humans. Since computers can only run their native machine instructions, source code needs to be run by another programmed. Consequently, using the language's compiler, source code may be converted to machine instructions. An executable is the name of the resulting file. As an alternative, the language's interpreter may run source code.

To learn more about program refers to;

https://brainly.com/question/29769330

#SPJ4

Average LCD panels are around __, which most monitor authorities consider excellent brightness.

Answers

Based on the provided statement Most monitor experts deem 300 nits, the average brightness of LCD screens, to be outstanding brightness.

What is the purpose of the LCD?

Large audiences may watch on-screen data without having to swarm around a TV monitor thanks to the liquid crystal display (LCD) panel's ability to project on-screen data from a microcomputer onto a bigger screen using a normal overhead projector.

What materials are used to create LCD?

Liquid crystal material is placed between two sheets of glass in a liquid crystal display (LCD). Liquid crystal particles are parallel to the glass surface in the absence of any applied voltage between clear electrodes.

To know more about LCD visit:

https://brainly.com/question/13167299

#SPJ4

FILL IN THE BLANK A _______ is a website specially designed to allow visitors to use their browser to add, edit, or delete the site's content.

Answers

A Content Management System (CMS) is a website specially designed to allow visitors to use their browser to add, edit, or delete content on the site.

What is website?

A website is a collection of related web pages, images, videos or other digital assets that are hosted on one or more web servers and typically accessed by users through a web browser. Websites are typically accessed by users through a domain name and can be divided into two main categories: static and dynamic. Static websites are coded in HTML and CSS, while dynamic websites are powered by a back-end language such as PHP, ASP, Ruby, or Python, and display content from a database.  Websites are an essential part of the modern digital landscape, providing businesses and organizations with a platform to share information and interact with their customers.

To learn more about website
https://brainly.com/question/24621985
#SPJ4

you are in the process of building a new computer. you would like to configure your computer to use sli to improve performance while playing your favorite game. which of the following will most likely be part of the configuration process? (select three).

Answers

The correct options to configure your computer to use SLI (Scalable Link Interface) to improve performance while playing your favorite game are:

Purchase two identical video cards.Purchase a video card that supports the SLI standards.

The configuration process refers to the steps involved in setting up and adjusting the various components of a computer system or software program to meet specific needs or requirements. This process may involve making choices about hardware components, such as the type and amount of memory or the size of the hard drive, or configuring software settings, such as the display resolution or the network settings. The goal of the configuration process is to optimize the performance, functionality, and usability of the system for the intended use.

Learn more about configuration process: https://brainly.com/question/11789418

#SPJ4

Other Questions
what was the louisiana purchase, and how did it impact the u.s.? The mixing of food by muscular contractions is an example of what? which of the following is incorrect with respect to recognized goodwill on the balance sheet? question 9 options: it may be negative. it should be written-down if the future benefits no longer exist. it arises when another company is purchased or when internally generated. it should not be amortized over 30 years. choose one of the following quiestions to respond to . your response should be at least two paragrahs long. respond in a well- orginazed essay written in complete sentences The Blue Knights soccer team is practicing kicking the soccer ball into the goal. To begin, each player attempts kicks for 2 minutes and then reports the fraction of goals they made. Brad, Alice, and Andre report the following fractions: Player Goals Made Brad 4 5 Alice 1 2 Andre 4 6 Graph each fraction on a number line. 1. Which of these players made the greatest fraction of goals? (I didn't mean to make it history but its math) who wrote about political opinion in america in the 1830s? the university of salamanca was established in the year what is the major critique of federalism What does the transformation f(x)f(x)5 do to the graph of f(x) in determining how to group the employees into organizational units, the intensity with which they need to collaborate with one another is less important than the need for social harmony. All conditioned motivating operations are motivationally neutral prior to their relation with another mo or to a form of reinforcement or punishment.a. Trueb. False assuming there was abuse occurring prior to the death of yeardley love, hypothesis how it may have been difficult for a counselor to assess and identify this abuse. Big Electronics Company (BEC) is headquartered in Pinellas County Florida and employs over 1,000 people. Prior to the pandemic, the company experienced difficulties in retaining employees. Since the pandemic, the company continues to experience high turnover and difficulties recruiting employees. Jane Smith, the vice president of Human Resources and seeks to discover possible reasons for the hiring and retention issues.Q. Perform a Cause and Effect analysis using the three steps outlined in the textbook on Page 401. Explain major causes and sub-causes identified and include the fishbone diagram in your response. much of tibet lies at altitudes over 18,000 feet where the pressure is about 500 mb. at such altitudes, the tibetans are above roughly: the evolution of organisms in the three domains and four kingdoms is most accurately described by which sequence? in a variable life insurance policy all of the following assets are held in the insurance company's general account except1. Paying a claim2. Policy of a new home3. Cash surrender calues4. Fixed amount did the electron move into a region of higher potential or lower potential? How to Manage Public Speaking Anxiety? What happens to the speed of particles as you change the temperature in the module? What did the Comprehensive Drug Abuse Prevention and Control Act of 1970 do