What is a Web server application?
A.An application that receives information, provided by an end user on a user-input form, from a Web server or a database server.
B.An application that is used to make Webpages interactive
C.An application that stores and processes the information provided by an end user on a user-input form
D.An application that authoritatively confirms the identity of a person, host or organization

Answers

Answer 1

Answer:

I prefer to go for the answer D


Related Questions

Write the definition of the function inputArray that prompts the user to input 20 numbers and stores the numbers into alpha. Write the definition of the function double Array that initializes the elements of beta to two times the corresponding elements in alpha. Make sure that you prevent the function from modifying the elements of alpha. Write the definition of the function copy AlphaBeta that stores alpha into the first five rows of matrix and beta into the last five rows of matrix. Make sure that you prevent the function from modifying the elements of alpha and beta. Write the definition of the function printArray that prints any one-dimensional array of type int. Print 15 elements per line.

Answers

Answer:

In Java:

public static  int[] inputArray(){

   Scanner input = new Scanner(System.in);

   int[] alpha = new int[20];

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

       alpha[i] = input.nextInt();

   }

   return alpha;}

public static  int[] doubleArray(int [] alpha){

   int[] beta = new int[20];

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

       beta[i] = 2 * alpha[i];

   }

   return beta;

}

public static int[] copyAlphaBeta(int [] alpha, int [] beta){

   int [] AlphaBeta = new  int[10];

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

       AlphaBeta[i] = alpha[i];

   }

   int count = 5;

   for(int i = 15;i<20;i++){

       AlphaBeta[count] = beta[i];

       count++;

   }

   return AlphaBeta;

}

public static void printArray(int [] alpha){

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

       System.out.print(alpha[i]+" ");

       if((i+1)%15 == 0){

           System.out.println(" ");

       }

   }

}

Explanation:

The inputArray is defined here

public static  int[] inputArray(){

   Scanner input = new Scanner(System.in);

This declares alpha array of 20 elements

   int[] alpha = new int[20];

The following iteration gets input from the user into the array

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

       alpha[i] = input.nextInt();

   }

This returns the alpha array

   return alpha;}

The doubleArray is defined here. It takes the alpha array as its input parameter

public static  int[] doubleArray(int [] alpha){

This declares beta of 20 integers

   int[] beta = new int[20];

This populates beta by 2 * alpha[i]

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

       beta[i] = 2 * alpha[i];

   }

This returns the alpha array

   return beta;}

The copyAlphaBeta array is defines here

public static int[] copyAlphaBeta(int [] alpha, int [] beta){

This declares AlphaBeta as 10 elements

   int [] AlphaBeta = new  int[10];

This populates the first 5 elements of AlphaBeta with the first 5 of alpha

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

       AlphaBeta[i] = alpha[i];

   }

   int count = 5;

This populates the last 5 elements of AlphaBeta with the last 5 of beta

   for(int i = 15;i<20;i++){

       AlphaBeta[count] = beta[i];

       count++;

   }

This returns the AlphaBeta array

   return AlphaBeta;

}

The printArray is defined here. It takes the alpha array as its input parameter

public static void printArray(int [] alpha){

This iterates through alpha array

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

This prints each element of the array

       System.out.print(alpha[i]+" ");

A new line is started after the 15th element

       if((i+1)%15 == 0){

           System.out.println(" ");

       }

   }

}

See attachment for complete program which includes the main

Who is the traitor of UA?

1 Karishma

2 Yuga Aoyama

3 Denki

4 Mineta

Answers

Answer:

your answer is yuga Aoyama

1. Using the open function in python, read the file info.txt. You should use try/except for error handling. If the file is not found, show a message that says "File not found"

2. Read the data from the file using readlines method. Make sure to close the file after reading it

3. Take the data and place it into a list. The data in the list will look like the list below

['ankylosaurus\n', 'carnotaurus\n', 'spinosaurus\n', 'mosasaurus\n', ]

5. Create a function called modify_animal_names(list) and uppercase the first letter of each word.

6. Create a function called find_replace_name(list, name) that finds the word "Mosasaurus" and replace it with your name. DO NOT use the replace function. Do this manually by looping (for loop).

The words in the info.text:

ankylosaurus
carnotaurus
spinosaurus
mosasaurus

Answers

try:

   f = open('info.txt', 'r')

except:

   print('File not found')

dino_list = []

for line in f.readlines():

   dino_list.append(line)

f.close()

def modify_animal_names(list):

   for i in range(len(list)):

       list[i] = list[i].capitalize().replace('\n', '')

modify_animal_names(dino_list)

def find_replace_name(list, name):

   for i in range(len(list)):

       if list[i] == name:

           list[i] = 'NAME'

find_replace_name(dino_list, 'Ankylosaurus')

This will print out:

['Ankylosaurus', 'Carnotaurus', 'Spinosaurus', 'NAME']

(If you have any more questions, feel free to message me back)

Melody is organizing a bake sale and making a program to help her plan the ingredients.
Each batch of cookies requires 3 eggs, and she's going to make 9 batches. This code calculates the total eggs required:
eggsInBatch ← 3 numBatches ←9 neededEggs ← eggsInBatch * numBatches
Melody realizes she'll need to buy more eggs than necessary, since she needs to buy eggs by the dozen.
Now she wants to calculate how many eggs will be leftover in the final carton of eggs. That will help her decide whether to make extra icing.
Which line of code successfully calculates and stores the number of leftover eggs in the final carton?

Answers

A database is an organized collection of Logically related data in a database, each contains a collection of related data.

What is programming?

In programming, logically related data refers to all data that is necessary in order to build the data structures resonate with another that form a single program as a whole. A failure in resonating these data will result in an occurrence that we know as an error.

The data structures resonate with another that form a single program as a whole. A failure in resonating these data will result in an occurrence that we know as an error.

Therefore, A database is an organized collection of Logically related data in a database, each contains a collection of related data.

Learn more about database on:

https://brainly.com/question/29412324

#SPJ1

How can edge computing be used to improve sustainability?

Answers

Answer: TQ How can edge computing be used to improve sustainability? by requiring all devices to connect directly to government servers by instantly converting older machines to use renewable energy by allowing devices to operate without a network connection by using sensors to track real-time data about energy usage

Explanation:

Edge computing lowers incoming and outgoing traffic as well as database servers utilization. A further explanation is below.

The quantities of information traveling the network may be considerably decreased using Edge Computing, saving up bandwidth. Data upon that boundary or fringe is also far more generally applicable as well as utilized upon that edges, given its circumstances.

Thus the response above is right.

Learn more:

https://brainly.com/question/18440734

Please help its due on May 14th. The code has to be in python.

Please help its due on May 14th. The code has to be in python.
Please help its due on May 14th. The code has to be in python.

Answers

An example of a Python function that reverses a list:

def reverse_list(lst):

   return lst[::-1]

How to use this Python function

To reverse a list, simply provide it as an input to this function, which will perform the reversal and give you the modified list.

Here's an example of usage:

my_list = [1, 2, 3, 4, 5]

reversed_list = reverse_list(my_list)

print(reversed_list)

The Output

[5, 4, 3, 2, 1]

The reverse_list function utilizes list slicing with a step value of -1 in lst[::-1] to invert the order of items in the list. A new list is formed with the elements arranged in the opposite order.


Read more about Python function here:

https://brainly.com/question/18521637

#SPJ1

Which of the following disk maintenance utilities locates and disposes of files that can be safely removed from the disk?
Disk CleanupCheck DiskDisk Defragmenterchkdsk

Answers

The disk maintenance utility that locates and disposes of files that can be safely removed from the disk is Disk Cleanup.

This utility is designed to free up disk space on a computer's hard drive by searching for and removing temporary files, system files, and other unnecessary items that can take up a significant amount of space. By removing these files, Disk Cleanup can help improve the performance of your computer and free up space for other important files and programs. It is important to note that Disk Cleanup should be used carefully, as it can sometimes remove files that are needed for certain programs to function properly.

Learn more about Disk Cleanup here: https://brainly.com/question/546174

#SPJ11

Which of the following parameters is optional sample(a,b,c,d=7

Answers

Parameter D is Optional as it is already assigned to an integer value: 7.

The optional Parameter is D as it is said to be assigned  an integer value of 7.

What are optional parameters?

This is known to be a process  that  is made up of optional choices that one do  not need to push or force so as to pass arguments at their set time.

Note that The optional Parameter is D as it is said to be assigned  an integer value of: 7 because it implies that one can use the call method without pushing the arguments.

Learn more about Parameter from

https://brainly.com/question/13151723

#SPJ2

If a machine cycle is 2 nanoseconds , how many machine cycles occur each second?

Answers

Answer: 5 × 10^8 cycles per second

Explanation:

First and foremost, we should note that 1 nanosecond = 1 × 10^-9 seconds

We are told that the machine cycle is 2 nanoseconds.

The number of machine cycles that occur each second will them be calculated as:

1 = 2 × 10^-9

= 5 × 10^8 cycles per second

The number of machine cycles that occur each second is 5 × 10^8 cycles per second.

What is the purpose of the Microsoft® PowerPoint® application? to design publications such as newsletters and brochures to create documents such as business letters and resumés to develop presentations for business meetings to design a company employee database

Answers

Answer:

The first one

Explanation:

The main purpose of MS PowerPoint is to enable the user to create dynamic, informational slides through the use of text, graphics, and animation.

The purpose of PowerPoint is to act as a visual aid as a presenter goes along presenting their option, ideas, sales pitch, etc. Make sure to not make your slides too wordy and concentrate on adding only basic bullet points.

Answer:

to develop presentations for business meetings

Explanation:

Any of the other options will be used in Word, Excel and Publisher.

But Power Point is mainly for presentations and not newsletters and other.

Anna wants to keep information secure from offenders. Which software should she install on her computer to ensure Internet safety?
O A database software
OB
presentation software
OC. anti-virus software
OD
graphics software

Answers

Anna wants to keep information secure from offenders. Which software should she install on her computer to ensure Internet safety?

O A database software

OB

presentation software

OC. anti-virus software

OD

graphics software

Answer: OC

Which sentence best descibes an activity stream

Answers

Answer: a list of recent activities performed by an individual, typically on a single website.

Explanation:

Why am I constantly getting bombarded with brainly plus ads and how to fix this without paying for it?
(I do not mean faking paying for it I do NOT want to do that.)(Also answer in comments It will really help thx)

Answers

Answer:

there really is no way to fix it. I've tried everything everybody says sorry

Answer:

oop

Explanation:

6.What does transgenic mean?​

Answers

answer:

transgenic means that one or more DNA sequences from another species have been introduced by artificial means.

explanation:

transgenic plants can be made by introducing foreign DNA into a variety of different tissuestransgenic mice are one of the most common animal models used

relating to or denoting an organism that contains genetic material into which DNA from an unrelated organism has been artificially introduced. being or used to produce an organism or cell of one species into which one or more genes of another species have been incorporated a transgenic mouse transgenic crops and produced by or consisting of transgenic plants or animals.

In which two areas do organizations need to excel if they are to perform and grow over a long timeframe

Answers

The two areas do organizations need to excel is  by creating or building strategic partnerships, and also making strategic business decisions.

What is growth/development in business?

In business development, one needs great ideas, initiatives, and activities that can aid or help one to make a business good.

Conclusively, This growth involves increasing revenues, business expansion, increasing profits etc.

Learn more about  development in business from

https://brainly.com/question/1621812

What is a disadvantage of a company having a widespread data capture strategy

Answers

Answer: it is illegal to generate data about a person

TRUE/FALSE 75POINTS
1 Newspapers are forms of digital media
True
False

2 Moore's Law says that every two years the speed of computers doubles.
True
False

3 Web 2.0 is place where digital media is not just received but both created and shared.
True
False
4 click farms are interactive games for web2.0 users
true
false

5 Careers in digital media have drastically declined in recent years.
True
False

Answers

Newspapers are forms of digital media is a false statement.

Moore's Law says that every two years the speed of computers doubles is a true statementWeb 2.0 is place where digital media is not just received but both created and shared is a true statement.The click farms are interactive games for web2.0 users is a false statement.Careers in digital media have drastically declined in recent years is a false statement.

What are the types of newspaper media?

A newspaper is known to be a kind of a Print Media.  Note that it is said to be the oldest media forms and they are known to be newspapers, magazines, journals and others.

Also, Moore's Law is said to be one that states that the amount of transistors on a processor chip will become a double portion every 18 month

Therefore,   Newspapers are forms of digital media is a false statement.

Moore's Law says that every two years the speed of computers doubles is a true statementWeb 2.0 is place where digital media is not just received but both created and shared is a true statement.The click farms are interactive games for web2.0 users is a false statement.Careers in digital media have drastically declined in recent years is a false statement.

Learn more about Newspapers from

https://brainly.com/question/26027924

#SPJ1

Type two statements that use rand() to print 2 random integers between (and including) 100 and 149. End with a newline.

Ex: 101 133

Answers

Answer:

#include <iostream>

using namespace std;

int main()

{

   cout<< rand() % 50 + 100 <<endl;

   cout<<rand() % 50 + 100 <<endl;

   

   return 0;

}

Explanation:

The rand() gives you a random number. If you use rand() % 50, it will give you a random number between 0 and 49. Since we are required to have the numbers between 100 and 149, add 100 to this expression. This way, you will have a random number between 100 and 149. Type this expression two times and use "endl" to end with a new line.

Which two disciplines should you study if you are considering a career in robotics 

Answers

The use of robotics is a “multi-purpose” (i.e., combining computer engineering with mechanical engineering and electrical engineering).

If one wants to work as a robotics software engineer, he needs to have a bachelor’s degree in Computer Science. If a person is interested in designing robotic parts, he needs a degree in Mechanical Engineering or Electrical Engineering.

Since its beginning, robotics has always been a multidisciplinary discipline, combining engineering, cognitive sciences, computer science, and, in recent years, social science and humanities.

To learn more about engineering, refer to the link:

https://brainly.com/question/31140236

#SPJ1

Which questions do you expect could be queried from a database of dinosaur exhibits at a museum?
Select all that apply.
0 What will the weather be like next week?
Which exhibits were on display in September 2010?
Which fossil has been displayed the most often in the last five years?
Which exhibit is the best?
Why did some patrons not enjoy the current exhibits as much as the last ones?
When was the Tyrannosaurus last on display?

Answers

Answer:

B C F

Explanation:

I couldn't find the answer so I did it myself and i actually got it right. It's easy to do but here is the answer anyways.:)

Answer:

B). Which exhibits were on display in September 2010?

C). Which fossil has been displayed the most often in the last five years?

F). When was the Tyrannosaurus last on display?

Explanation:

I just did the Part 1 on EDGE2022 and it's 200% correct!

Also, heart and rate if you found this answer helpful!! :) (P.S It makes me feel good to know I helped someone today!!)

Which questions do you expect could be queried from a database of dinosaur exhibits at a museum?Select

1.Create a function that accepts any number of numerical (int and
float) variables as positional arguments and returns the sum ofthose variables.
2.Modify the above function to accept a keyword argument
'multiplier'. Modify the function to return an additional variable
that is the product of the sum and the multiplier.
3.Modify the above function to accept an additional keyword
argument 'divisor'. Modify the function to return an additional
variable that is the quotient of the sum and the divisor.

Answers

Answer:

This function accepts any number of numerical variables as positional arguments and returns their sum:

python

Copy code

def sum_numbers(*args):

   return sum(args)

This function accepts a multiplier keyword argument and returns the product of the sum and the multiplier:

python

Copy code

def sum_numbers(*args, multiplier=1):

   total_sum = sum(args)

   return total_sum * multiplier

This function accepts an additional divisor keyword argument and returns the quotient of the sum and the divisor:

python

Copy code

def sum_numbers(*args, multiplier=1, divisor=1):

   total_sum = sum(args)

   return total_sum * multiplier, total_sum / divisor

You can call these functions with any number of numerical arguments and specify the multiplier and divisor keyword arguments as needed. Here are some examples:

python

# Example 1

print(sum_numbers(1, 2, 3))  # Output: 6

# Example 2

print(sum_numbers(1, 2, 3, multiplier=2))  # Output: 12

# Example 3

print(sum_numbers(1, 2, 3, multiplier=2, divisor=4))  # Output: (8, 3.0)

Paravirtualization is ideal for

Answers

Answer:to allow many programs, through the efficient use of computing resources including processors and memory, to operate on a single hardware package.

Explanation:

The up address and the port are both numbers. Which statement is true?

Answers

The statement "The IP address and the port are both numbers" is true.

In computer networking, an IP (Internet Protocol) address is a unique numerical identifier assigned to each device connected to a computer network. IP addresses are typically represented as a series of four numbers separated by periods, such as 192.168.0.1.

Similarly, a port number is a numeric identifier used to specify a particular process or service running on a device within a network. Port numbers range from 0 to 65535 and are used to facilitate communication between different applications or services on a network.

Learn more about IP address, here:

https://brainly.com/question/18722788

#SPJ1

what is information system

Answers

Answer:

Information system, an integrated set of components for collecting, storing, and processing data and for providing information, knowledge, and digital products.. Information systems are used to run interorganizational supply chains and electronic markets.

Explanation:

GoodArray For a number
N
, a good Array is the smallest possible array that consists of only powers of two
(2 ∘
,2 1
…2 k
)
such that the sum of all the numbers in the array is equal to
N
. For each query that consists of three integers
ℓ,r
, and
m
, find out the product of elements goodArray
[
li through goodArray[r] modulo
m
when goodArray is sorted in nondecreasing order. Example For
N=26
, queries
=[it,2,1009],[3,3,5]]
goodArray when sorted is
[2,8,16]
. For query
T=1,r=2,m=1009
, ans = goodArray
[1]
* goodArray
[2]=(2+8)
modulo
1009=16
. For query
l=3,r=3,m=5
, ans
=
goodArray
y 3

=(16)
modulo
5=1
. The answer is [16, 1
]
. Function Description Complete the function getQueryResults in the editor below. getQueryResults has the following parameters: long
N
: the integer
N
int queries[q][3]: a 2D array of queries, each with 3 elements
l,r
, and
m
. Return int answer[q]: the answers to the queries Constraints -
1≤N≤10 18

Answers

This problem requires finding the smallest possible array of powers of two that sum up to a given number N, and then computing the product of elements in a given range modulo m.

What is the GoodArray?

To generate the smallest possible array of powers of two that sum up to N, we can use a greedy approach. Starting from the largest power of two less than or equal to N, we subtract it from N and add it to the array. We repeat this process until N becomes zero.

Once we have the array, we can sort it in non-decreasing order and compute the product of elements in a given range using modular arithmetic.

Here's the Python code that implements this approach:

python

def getQueryResults(N, queries):

   def goodArray(N):

       res = []

       while N > 0:

           k = 63 - bin(N).count('1')

           res.append(1 << k)

           N -= 1 << k

       return res

   

   def product_modulo(arr, l, r, m):

       res = 1

       for i in range(l-1, r):

           res = (res * arr[i]) % m

       return res

   

   answer = []

   for l, r, m in queries:

       arr = sorted(goodArray(N))[l-1:r]

       answer.append(product_modulo(arr, 1, r-l+1, m))

   return answer

The function goodArray generates the array of powers of two, and the function product_modulo computes the product of elements in a given range modulo m.

The main function getQueryResults takes N and the queries as input and returns the answers to the queries as a list. The queries are processed one by one, and for each query, we first generate the good array using goodArray, sort it, and extract the range of elements specified by l and r. We then compute the product of elements in the range using product_modulo and append it to the answer list.

Read more about GoodArray here:

https://brainly.com/question/30168223

#SPJ1

Identify and describe the three basic operations used to extract useful sets of data from a relational database?

Answers

The select operation, The join operation, The project operation are the three basic operations used to extract useful sets of data from a relational database.

Describe the three basic operations used to extract useful sets of data from a relational database?

The select operation generates a subset from the table's records (rows) that satisfy the specified criteria. Relational tables are joined together to offer the user access to more data than is contained in each table alone. The project procedure generates a subset of the table's columns, enabling the user to construct new tables that only include the necessary data.

What actions are performed in a relational DBMS?

Relational algebra has five fundamental operations: Set Difference, Union, Cartesian Product, and Selection. Most required data retrieval activities are carried out by them.

To know more about database visit

brainly.com/question/29412324

#SPJ4

3. Answer the following questions. m which trong. What is a computer language? Name the different types of ten in asse computer languages.​

Answers

Answer:

this is a set of instructions that a computer understands.

Explanation:

for example JAVA

A __________ search engine focuses on a specific subject.

answer : Specialized

Answers

Answer:

Specialized fr just want point lol

Explanation:

JusDial Telecommunications has requested your help to set up a new hostname on a couple of devices. On inspection, you find out that the devices are operating under LINUX systems. Which of the following command lines would you apply to set up a new hostname for the required network devices?
hostname
sudo hostname
hostname A
hostname -I

Answers

"sudo hostname, "sudo hostname [new hostname]" is the proper command to use when changing the hostname on a Linux machine.

For instance, you would use the following command to set the hostname to "newhost":

hostname newhost with sudo

The "sudo" command must be used before the "hostname" command because it grants administrator rights, which are required to modify the hostname.

The two command parameters you mentioned, "hostname" and "hostname -I," are used to show the system's current hostname and IP address, respectively. However, you cannot specify a new hostname with these arguments. The domain and hostname of a machine can be seen or modified using the Linux hostname command. The IP address of a machine may also be checked.

learn more about hostname here:

https://brainly.com/question/29840954

#SPJ4

Write a Java program which displays a menu to allow user the following functionality: 1. Load employees’ data - prompts user for the number of employees to be loaded and then prompts for each employee name, id (5 digit number), and annual salary

Answers

Answer:

Explanation:

The code I created is written in Java. It creates an Employee class that holds the employee's name, id, and salary. Then the main method has a menu that asks the user if they want to load data, print data, or exit. Each of which is fully functioning. If the user wants to load data, it asks them how many employees they want to add and then allow them to add the employees by calling the Employee class every time and saving the objects in an ArrayList. The program has been tested and the output can be seen in the image below.

import java.util.ArrayList;

import java.util.Scanner;

class Brainly {

   public static void main(String[] args) {

      Scanner in = new Scanner(System.in);

      ArrayList<EmployeeData> companyData = new ArrayList<>();

      boolean loopAgain = true;

      while (loopAgain) {

          System.out.println("Menu:");

          System.out.println("1: Load Employee Data");

          System.out.println("2: Print Employee Data");

          System.out.println("3: Exit");

          int answer = in.nextInt();

          switch (answer) {

              case 1: {

                  System.out.println("How many employees will you add?");

                  int loop = in.nextInt();

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

                      companyData.add(new EmployeeData());

                  }

              } break;

              case 2: {

                  for (EmployeeData x : companyData) {

                      x.printData();

                  }

              } break;

              case 3: loopAgain = false; break;

          }

      }

   }

}

class EmployeeData {

   String name;

   int id, salary;

   public EmployeeData() {

       Scanner in = new Scanner(System.in);

       System.out.println("Enter Employee Name: ");

       String name = in.nextLine();

       System.out.println("Enter Employee ID:");

       int id = in.nextInt();

       System.out.println("Enter Employee Salary: ");

       int salary = in.nextInt();

       this.name = name;

       this.id = id;

       this.salary = salary;

   }

   public void printData() {

       System.out.println("Employee: " + this.name);

       System.out.println("ID: " + this.id);

       System.out.println("Salary: " + this.salary);

   }

}

Write a Java program which displays a menu to allow user the following functionality: 1. Load employees
Other Questions
how might the reactions of the government shaped the lives and attitude towards members of the LGBTQ from the 1950s to today? What is the least common denominator for the fractions 16and34? The number 6 is rational.O TrueO False A portuguese explorer named cameroon for what river creatures?. I NEED HELP ASAP. SOOOOOOOO IMPORTANTUS!!!Using the formula M1V1 = M2V2 , you have a 0.5 M MgSO4 stock solution available. Calculate the volume of the stock solution needed to make 2.0 L of 0.20M MgSO4.Question 2 options:4.0 L0.9 L0.8 L0.5 L What is an equation of the line that passes through the point (- 2, - 4) and is parallel to the line 5x - 2u = 6 ? Rosa sang wonderful/wonderfully during our schools talent show last evening What is a prepositional phrase for the following sentence did you go to the party If an email message is going _________of the organization, the writer should include a salutation that can simply state the individual's name.Options:1) Inside2) Outside3) Inside and Outside4) All of the Above How many moles are there in 15.0 grams of sio2? a 0.170 mol b 0.340 mol c 0.534 mol d 0.250 mol e 0.208 mol check it X-treme Vitamin Company is considering two investments, both of which cost $46,000. The cash flows are as follows:YearProject AProject B1$48,000$46,000219,00021,000316,00020,000Use Appendix B for an approximate answer but calculate your final answer using the formula and financial calculator methods.a-1. Calculate the payback period for Project A and Project B. (Round your answers to 2 decimal places.)a-2. Which of the two projects should be chosen based on the payback method? Calculate the cardiac output if heart rate (HR) is 90 beats per minute, stroke volume (SV) is 110 ml/beat , end diastolic volume (EDV) is 140 ml , and end systolic volume (ESV) is 30 ml . View Available Hint(s)for Part A 9.9 L/min 14.0 L/min 20.0 L/min 34.0 L/min a steel container expands in volume 1% when the pressure within it is increased by 70mpa at standard presssure The rules of conduct that are generally recognized within a particular class of human actions (i.e. medical, legal, or military) are known as a ________. structured application development usually involves a(n) , which proceeds from a general design to a detailed structure. 3/4 x (z^3 x 4) answer The table compares the heights (in centimeters) and the weights (in kilograms) of Karim's friends.Can the weight of Karim's friends be represented as a function of their height? Please answer no trolls Melissa is buying party favors to make gift bags. Supplies LTD sells a 5-pack of favors for $11.25 and Parties and More sells a 3-pack of favors for $8.25. At these rates, how much more will she spend if she buys 15 favors from Supplies LTD than Parties and More?$_____ The boxplots below show the distribution of test scores for two classes.Which of the following statements is the most reasonable conclusion about the variability depicted in the boxplots? Check all that apply.Group of answer choicesA. The median test scores are the same for both classes, so the variability is the same.B. There is more variability in the test scores from class B because the IQR is larger.C. The distance between Q1 and Q3 is greater for class B, so class B has a larger standard deviation.D. There is more variability in the test scores from class B because the overall range is larger.