- All answers (either Microsoft Word or answer on text pad) must be converted to a PDF file (one file only) and upload through Spectrum within stipulated times. - The lecturer has the right not to accept the submission of plagiarized work either from internet or amongst peers. . 1. Bin the age variable using the bins for below 28, 28-65, and over 65. Create a bar chart and normalized bar chart of the binned age variable with response overlay. Work with bank_marketing_training data set for this question.
2. For the following questions, work with the cereals data set. Here example to load data csv in Spyder: cereals = pd.read_csv("C:/.../cereals.csv") cereals = pd.read_csv("C:/Users/Soon SV/Desktop/DSPR_Data_Sets/cereals.csv") a) Create a bar graph of the Manuf variable with Type overlay. b) Create a contingency table of Manuf and Type. c) Create normalized histogram of Calories with Manuf overlay. d) Bin the Calories variable using bins for 0-90, 90-110, and over 110 calories. Create a normalized bar chart of the binned calories variable with Manuf overlay.

Answers

Answer 1

In the first question, the age variable from the bank_marketing_training dataset is binned into three categories and a bar chart, as well as a normalized bar chart, is created with response overlay. In the second question, using the cereals dataset, a bar graph of the Manuf variable with Type overlay is created

For the first question, the age variable from the bank_marketing_training dataset is categorized into three bins: below 28, 28-65, and over 65. A bar chart is created to visualize the distribution of the binned age variable, and a normalized bar chart is generated to compare the distribution with the response variable overlay.

Moving on to the second question, the cereals dataset is used. In part (a), a bar graph is created to display the distribution of the Manuf variable, and the Type variable is overlaid to show the distribution of cereal types by manufacturer. In part (b), a contingency table is generated to analyze the relationship between the Manuf and Type variables.

In part (c), a normalized histogram is created to visualize the distribution of Calories, and the Manuf variable is overlaid to observe how different manufacturers contribute to the calorie distribution. Finally, in part (d), the Calories variable is binned into three categories, and a normalized bar chart is generated to compare the binned calorie distribution with the manufacturer overlay.

Learn more about plagiarized here : brainly.com/question/30180097

#SPJ11


Related Questions

When you check the spelling in a document, one of the options is to add unrecognized words to the dictionary. If you were working for a large company, what types of words do you think you would add to your dictionary?

Answers

Answer:

Spelling dictionary

Explanation:

The spelling errors are common in the scientific scripts menu. There has been used a large number of non-stoppable common words that create problem in the scripts spelling error.

Some of the jargon is very difficult in the English dictionary and most of the words seem identical and very difficult but still used in manuscripts.

The easiest way to check these errors is to add the words in the dictionary. From that option, that word would be correctly spelled out.

What is shoulder browsing? A. accessing someone else’s computer without permission B. deceptively observing people type in personal information C. distributing illegal software D. using internet search engines for information

Answers

B. Deceptively observing people type in personal information.

Essentially, think of it as someone standing behind you, looking over your shoulder, watching everything you do on a computer.

Answer:

b

Explanation:

Please answer quick. Arrange the code so that the numbers are swapped.



Put responses in the correct input to answer the question. Select a response, navigate to the desired input and insert the response. Responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. Responses can also be moved by dragging with a mouse.
Second part
First part
Third part

Please answer quick. Arrange the code so that the numbers are swapped. Put responses in the correct input

Answers

To swap the numbers, you can use a temporary variable to hold one of the numbers while you assign the other number to the first variable. This is how the code is well arranged.

How is this so?

Here's how you can arrange the code

First part  -

temp = A

Second part  -

A = B

Third part:

B = temp

By following this arrangement, the value of B will be stored in the temporary variable temp, the value of A will be assigned to B, and finally, the value of temp (which was originally B) will be assigned to A, effectively swapping the values of A and B.

Learn more about code at:

https://brainly.com/question/27639923

#SPJ1

Problem.6 The following diagramdepicts an automatic closed-loop sys-tem for paper moisture level control. (a) Explain how this control system works. (b) If the automatic controller is replaced by manu

Answers

a) This sensor continuously monitors the moisture content of the paper and gives the data to the controller. The controller then compares the measured value of moisture content with the desired value and calculates the error.

b) If the automatic controller is replaced by manual control, the system will not be able to adjust the water flow rate according to the error signal.

a) The given diagram shows an automatic closed-loop system for paper moisture level control. This control system works in the following way: The first step of this system is to measure the moisture content of the paper with the help of a moisture sensor. This sensor continuously monitors the moisture content of the paper and gives the data to the controller. The controller then compares the measured value of moisture content with the desired value and calculates the error.

The error value is sent to the controller that adjusts the water flow rate according to the error signal, which then adjusts the moisture content of the paper, and brings it to the desired value. The moisture sensor measures the moisture content of the paper again, and the process is repeated to ensure that the moisture content is maintained at the desired value. 

b) If the automatic controller is replaced by manual control, the system will not be able to adjust the water flow rate according to the error signal. A person would have to continuously monitor the moisture level of the paper and adjust the water flow rate manually.

Since the manual process is prone to human errors, it is less efficient and less reliable than the automatic control system. The manual control system would be slower in response, and the accuracy would be less as compared to the automatic control system.

Also, it would require constant attention from an operator, which is not cost-effective and time-efficient. Therefore, it is better to use an automatic closed-loop system for paper moisture level control rather than a manual control system. 

In summary, the automatic closed-loop system works by using a moisture sensor to measure the moisture content of the paper, and a controller to adjust the water flow rate to maintain the desired moisture content.

This system is more reliable, efficient, and accurate than a manual control system, which would require human attention, time, and effort to monitor and adjust the water flow rate.

To know more about sensor, visit:

https://brainly.com/question/29738927

#SPJ11

How many calories should i eat a day calculator to lose weight.

Answers

Limit yourself to 4000 a day , it helps.

3. which tab/page allows you to easily track your assignment scores, number of submissions, time spent, as well as the ability view assignment takes and question results

Answers

Answer:

The Grades Page

Explanation:

Whatever platform that you are using for school and class and work or whatever it may be, will always have a grade page.

The ________ is the biggest power consumer on a mobile computing device.

Answers

The part of a computing device that is the biggest power consumer is;

Central Processing Unit

Central Processing Unit

The part of a computing device that cosnumes the most power is called the Central Processing Unit (CPU). This is due to the following reasons;

The CPU consists of motherboard and battery that draws power from the socket.

The Mother board is equipped with logic gates that are used to implement logic in the computer.

The Logic gates are voltage signals that signify the binary information that are fed into the system.

Read more about Central Processing Unit (CPU) at; https://brainly.com/question/4558917

You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month?

// calculate birth month based on the day of the month, day of the week, and the birth year
// dayMonth {number} - a day of a month from 1 to 31
// dayWeek {string} - the name of the day of the week
// year {number} - the birth year
// return {string} - the month you were born
BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);
A. 1

B. 4

C. 0

D. 3

Answers

The function in question requires three arguments: dayMonth, dayWeek, and year. The number of strings entered to compute the birth month is three. Therefore, the correct option is D. 3.

To determine the birth month, the birthMonth() function receives the day of the month, day of the week, and birth year. It will then output the month in which the individual was born. Since there are three inputs, the correct answer is D. 3.
The API specifies the function's syntax and what is expected as inputs and outputs. When dealing with functions from other libraries, it is essential to read and understand their syntax and API documentation to use them correctly.

To know more about API visit:

https://brainly.com/question/29442781

#SPJ11

You defined a book data type.

class book:
title = ''
author = ''
pages = 0

Then, you created an instance of your book.

myBook = book()

Which statement assigns a value to the title?

title = 'To Kill a Mockingbird'
myBook.title('To Kill a Mockingbird')
myBook.title = 'To Kill a Mockingbird'
myBook.book.title = myBook.title = 'To Kill a Mockingbird'

Answers

Answer:

myBook.title = 'To Kill a Mockingbird'

Explanation:

Correct answer edge 2020

The row's range of permissible values is known as its domain. True or False?

Answers

The given statement "The row's range of permissible values is known as its domain" is true because the permissible values called as domain.

In the context of mathematics and data analysis, a row is a horizontal sequence of values or observations in a table or matrix. The domain of a row refers to the range of permissible values that each element in the row can take. For example, consider a dataset that includes a row of measurements for the temperature of a particular location over the course of a year.

The domain of this row might be restricted to a certain range of values, such as -50 to 50 degrees Celsius, depending on the context of the data and the properties of the location being measured. The domain of a row can be specified by the researcher or analyst who is working with the data, or it may be determined by external factors such as physical constraints, measurement tools, or other contextual factors.

Learn more about domain: https://brainly.com/question/28934802

#SPJ11

Think about some of the most memorable and forgettable games ever created. They can be games that were
discussed in this unit or otherwise. What are some of the consistent factors that made certain games
memorable to you? What were some of the consistent factors that made certain games forgettable to you?
Why? Explain.

Answers

Answer:

There can be many reasons.

Explanation:

1) Unforgettable story

2) The scenery is soooo good (for example, Legends of Zelda : Breath of the Wild)

3) The meaning behind the game.

4) Why the game was created caught your attention

Hope I helped!

A positive integer is called a perfect number if it is equal to the sum of all of its positive divisors, excluding itself. For example, 6 is the first perfect number because 6 = 3 + 2 + 1. The next is 28 = 14 + 7 + 4 + 2 + 1. There are four perfect numbers less than 10,000. Write a program to find all these four numbers.

Answers

i = 1

while i < 10001:

   total = 0

   x = 1

   while x < i:

       if i % x == 0:

           total += x

       x+=1

   if total == i:

       print(str(i)+" is a perfect number")

   i += 1

When you run this code, you'll see that 6, 28, 496, and 8128 are all perfect numbers.

Write a java program for movie ticket booking using
multidimensional arrys. Output should have movie name, showtime,
payable amount, linked phone number, email id, confirmation:
success/ faliure.

Answers

The Java program for movie ticket booking using multidimensional arrays allows users to select a movie, showtime, and provide their contact details. The program calculates the payable amount based on the chosen movie and showtime. It prompts the user to enter their phone number and email ID for confirmation purposes.

1. The program begins by displaying a list of available movies and showtimes. The user is prompted to enter the movie index and showtime index corresponding to their desired choice. Using a multidimensional array, the program retrieves the selected movie name and showtime.

2. Next, the program calculates the payable amount based on the chosen movie and showtime. It uses conditional statements or switch-case statements to determine the ticket price based on the movie and showtime index.

3. After calculating the payable amount, the program prompts the user to enter their phone number and email ID. These details are stored for future reference and confirmation.

4. To generate the confirmation message, the program verifies the entered phone number and email ID. If the details are valid, the program displays a success message along with the movie name, showtime, payable amount, and contact details. If the details are invalid or incomplete, a failure message is displayed, and the user is prompted to enter the details again.

5. This Java program for movie ticket booking provides a user-friendly interface for selecting movies, showtimes, and entering contact details. It ensures a smooth booking process while validating the user's inputs.

Learn more about multidimensional arrays here: brainly.com/question/32773192

#SPJ11

give me at least five main characteristic of irrigation equipment​

Answers

Answer:

flow control devices

filters

fertigation equipment

water emitters

automation equipment

operation equipment

water-lifting devices.

30 POINTS
Which of the following adjusts the thickness or type of line that borders a shape or image?

a
Fill

b
Opacity

c
Stroke

d
Texture

Answers

c) Stroke adjusts the thickness or type of line that borders a shape or image.

In computer graphics and design software, the stroke refers to the line that outlines the shape or image.

It determines the thickness, color, and style of the border surrounding the shape or image.

By adjusting the stroke properties, you can modify the thickness or type of line that borders a shape or image.

For example, you can increase or decrease the thickness of the stroke to make the border appear thicker or thinner.

You can also change the color of the stroke to match your design preferences.

Additionally, you can apply different styles such as dashed, dotted, or solid lines to the stroke, altering the visual appearance of the border.

Adjusting the stroke properties provides flexibility and control in creating and customizing the borders of shapes and images, allowing you to achieve the desired visual effect in your designs.

For more questions on image

https://brainly.com/question/12629638

#SPJ8

A company that want to send data over the internet has asked you to write a program that will encrypt it so that it may be transmitted more securely.All the data transmitted as four digit intergers.Your application should read a four digit integer enterd by the user and encrypt it as follows:replace each digit with the result of adding 7 to the digit and getting the remainder after diving the new value by 10.Tjen swap the first digit with the third,and swap the second digit with the fourth.Then print the encrpted interger.Write a separate application that inputs an encrypted four digit interger and decrypts it (by reversing the encryption scheme) to form the original number

Answers

Answer:

A java code was used to write a program that will encrypt and secure a company data that is transmitted over the Internet.

The Java code is shown below

Explanation:

Solution:

CODE IN JAVA:

Encryption.java file:

import java.util.Scanner;

public class Encryption {

  public static String encrypt(String number) {

      int arr[] = new int[4];

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

          char ch = number.charAt(i);

          arr[i] = Character.getNumericValue(ch);

      }

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

          int temp = arr[i] ;

          temp += 7 ;

          temp = temp % 10 ;

          arr[i] = temp ;

      }

      int temp = arr[0];

      arr[0] = arr[2];

      arr[2]= temp ;

      temp = arr[1];

      arr[1] =arr[3];

      arr[3] = temp ;

      int newNumber = 0 ;

      for(int i=0;i<4;i++)

          newNumber = newNumber * 10 + arr[i];

      String output = Integer.toString(newNumber);

      if(arr[0]==0)

          output = "0"+output;

      return output;

  }

  public static String decrypt(String number) {

      int arr[] = new int[4];

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

          char ch = number.charAt(i);

          arr[i] = Character.getNumericValue(ch);

      }

      int temp = arr[0];

      arr[0]=arr[2];

      arr[2]=temp;

      temp = arr[1];

      arr[1]=arr[3];

      arr[3]=temp;

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

          int digit = arr[i];

          switch(digit) {

              case 0:

                  arr[i] = 3;

                  break;

              case 1:

                  arr[i] = 4;

                  break;

              case 2:

                  arr[i] = 5;

                  break;

              case 3:

                  arr[i] = 6;

                  break;

              case 4:

                  arr[i] = 7;

                  break;

              case 5:

                  arr[i] = 8;

                  break;

              case 6:

                  arr[i] = 9;

                  break;

              case 7:

                  arr[i] = 0;

                  break;

              case 8:

                  arr[i] = 1;

                  break;

              case 9:

                  arr[i] = 2;

                  break;

          }

      }

     int newNumber = 0 ;

      for(int i=0;i<4;i++)

          newNumber = newNumber * 10 + arr[i];

      String output = Integer.toString(newNumber);

      if(arr[0]==0)

          output = "0"+output;

      return output;    

  }

  public static void main(String[] args) {

      Scanner sc = new Scanner(System.in);

      System.out.print("Enter a 4 digit integer:");

      String number = sc.nextLine();

      String encryptedNumber = encrypt(number);

      System.out.println("The decrypted number is:"+encryptedNumber);

      System.out.println("The original number is:"+decrypt(encryptedNumber));  

  }  

}

what is it important to test cabless?​

Answers

Answer:

to avoid larger problems ovr time like having to replace a whole line after it has been installed in case it happens that there may be faults you may know whether it was caused by a manufacturer error or installation error

If the value is set to equals to current entry then
a) the argument remains unchanged
b) the argument always changed
c) the argument will be deleted
d) the argument can be ignored
I will definitely mark you Brainliest for answering the correct answer!​

Answers

Answer:

this is a fallacy

a is the answer

Which tab automatically becomes available after inserting a text box? Drawing Tools Insert Text Box Tools Shape Tools

Answers

Answer:

insert text box

Explanation:

Explanation:

format tab

Explanation: when you draw a text box a new tab called the format tab appears. it contains tools to design and format and modify the text box.

In writing business messages, the planning stage focuses on ensuring excellent is called?

Answers

The planning stage in writing business messages, which focuses on ensuring excellence, is commonly referred to as the prewriting stage. This stage involves preparing and organizing ideas before starting to write the actual message.

During the prewriting stage, one should consider the purpose and audience of the message, the main message points, and the most effective way to deliver the message. This involves conducting research, analyzing data, and organizing thoughts and ideas into a coherent outline. The prewriting stage is crucial in ensuring that the business message is effective, clear, and well-structured. By planning the message beforehand, the writer can identify potential issues and address them before they become problems. This stage also enables the writer to anticipate questions and objections from the audience and address them in the message.In summary, the prewriting stage is essential in ensuring excellence in writing business messages. It sets the foundation for a successful message and ensures that the message achieves its purpose in effectively communicating the intended message to the target audience.

For more such question on prewriting

https://brainly.com/question/20693340

#SPJ11

Write a program to calculate the farthest in each direction that Gracie was located throughout her travels. Add four print statements to the lines of code above that output the following, where the number signs are replaced with the correct values from the correct list:

Answers

Answer:

If you're given a set of coordinates that Gracie has travelled to, you can find the farthest in each direction with something like this (I'll use pseudocode in lieu of a specified language):

left = right = top = bottom = null

for each location traveled{

    if left == null or location.x < left {

         left = location.x

    }

    if right == null or location.x > right {

         right = location.x

    }

    // note that I'm assuming that the vertical position increases going downward

    if top == null or location.y < top {

          top = location.y

    }

    if bottom == null or location.y > bottom {

          bottom = location.y

    }

}

As for the four print statements and other information, insufficient information is provided to complete that.

Please help
what do data communications transmit data through?

Answers

Answer:There are two methods used to transmit data between digital devices: serial transmission and parallel transmission. Serial data transmission sends data bits one after another over a single channel. Parallel data transmission sends multiple data bits at the same time over multiple channels.

Explanation:

define types of hacker ? with three to four line of each types?​

Answers

1.) benevolent hackers are hackers that use their skills to assist people in getting back stolen information, and usually put bad people in their place
2.) malevolent hackers use their skills to cause harm to others by either stealing information or leaking it, hacking into social media accounts or by infiltrating computers and implanting malware of some kind, but this isn’t normally done by hacking, you can do it just by sending an email with a sneaky link or virus in it.
Those are the two main types but there are also hackers who work for the government as cyber security protection or even to hack into targets of the government.

When a user modifies the fonts in a message and immediately sees the effect of a font change without actually selecting the font, which outlook feature is the user witnessing

Answers

Answer:

Live Preview

Explanation:

With Live Preview mode on in Microsoft Outlook while composing an email content, a user will be able to see effects of the when the mouse cursor is placed format for the text including, the text size, font of the text, the text color, which are immediately applied to the selected text to give a preview of what the effect of the editing function the cursor is hovering over can do.

In its discussion of social development, the textbook presents the results of something known as the Perry Preschool study. What did the results of the experiment conducted at Perry Preschool demonstrate regarding the protective effects of preschool interventions on development among those low in socioeconomic status? This experiment is still in progress, so we do not yet know the effects of such interventions Enriched high-quality education programs can have long lasting positive effects, including higher graduation rates. Surprisingly, enriched high-quality education programs can have long-lasting negative effects, including lower graduation rates. Enriched high-quality education programs have no effects, because of the overwhelming large influence of inherited (genetic) factors.

Answers

The results of the experiment conducted at Perry Preschool demonstrate that enriched high-quality education programs can have long lasting positive effects, including higher graduation rates on development among those low in socioeconomic status.

What is social development?

Social development refers to the development of social skills and emotional competencies that are required for interacting with others in a positive and appropriate manner in social situations. Social development is a gradual and complex process that is affected by a wide range of factors, including genetic factors, environmental factors, and socioeconomic status.

What is socioeconomic status?

Socioeconomic status (SES) refers to an individual's or family's position in society based on income, education, and occupation.

What are genetic factors?

Genetic factors refer to traits that are inherited from parents and are encoded in genes. These traits can include physical characteristics such as hair and eye color as well as behavioral tendencies such as temperament and personality.

What did the Perry Preschool study demonstrate?

The Perry Preschool study was an experimental study conducted in the 1960s that examined the effects of preschool interventions on the development of children from low socioeconomic backgrounds. The results of the study demonstrated that enriched high-quality education programs can have long-lasting positive effects, including higher graduation rates, on development among those low in socioeconomic status. Thus, preschool interventions can provide protective effects for children from disadvantaged backgrounds.

Learn more about social development here:

https://brainly.com/question/27999445

#SPJ11

Why is my Hogwarts Legacy not working?

Answers

Hogwarts Legacy is an upcoming action role-playing video game set in the wizarding world of Harry Potter. It is not currently available on Steam, but it is set to release on PlayStation 5.

To get early access to Hogwarts Legacy, you might have to pre-order the game or sign up for the official mailing list to be notified of any beta testing opportunities or early access promotions. Another way to potentially get early access is to participate in a giveaway or contest hosted by the game's developer, publisher, or gaming website.

It's important to keep in mind that early access to a game can often come with certain limitations or bugs, as the game is still in development and may not be fully polished. If you do manage to get early access, make sure to give feedback to the developers to help them improve the game before its official release.

Here you can learn more about Hogwarts Legacy

brainly.com/question/30666625

#SPJ4

Which can occur in a physical change?

The mass can increase.
The particles can arrange in different ways.
The mass can decrease.
The atoms can bond to different atoms.

Answers

The particles can arrange in different ways.

Answer:

particles can arrange in different ways.

Explanation:

a company set up controls to allow only a specific set of software and tools to install on workstations. a user navigates to a software library to make a selection. what type of method prevents installation of software that is not a part of a library

Answers

Allow list is type of method prevents installation of software that is not a part of a library.

What is Allow list?

A list of domains or email addresses that you want to receive emails from is referred to as a whitelist or an allow list. You can instruct the email system not to filter email from a certain address or domain by adding it to your list of allowed addresses or domains.

What does whitelist being enabled mean?

An email address, IP address, domain name, or application can be approved while all others are rejected using a cybersecurity technique known as a whitelist (allowlist).

What is Allowlist in phone?

From a security perspective, allowlisting is a useful tool for preventing PHAs from devices because the allowlist of programs ultimately gets quite small.

Learn more about allow list.

brainly.com/question/13850709

#SPJ4

In order to perform a calculation in a spreadsheet, you need to use a:

A) Variable

B) Formula

C) Table

D) None of the above

Answers

Answer:

B formula

Explanation:

took this last year

most people on scratch are under 18 true or false? scratch coding

Answers

The answer is Yeah probably

Answer:

False

Explanation:

The Scratch Team has to be at least 18+ years to join. So this is false

Other Questions
PLEASE HELP ME 1. What was the purpose of the Eighteenth Amendment?-2. Why do you think lawmakers included a one-year period between the time of ratification of the amendment and the enforcement of the ban?-3. What did the supporters of the amendment hope to achieve by banning alcohol?-4. How did the Eighteenth Amendment allow for enforcement of the ban?-5. What is the meaning of the third section? the moon's huge mare orientale basin has a twin on mercury named: Type your answer in the box. If the population standard deviation of AAA batteries (with a population mean of 9 hours) is 0.5 hours, the margin of error for a 95% confidence interval for (n = 25 batteries) would be (carry to three decimals): Read about this Do you know the answer? I know it Think so Unsure No idea Chef Ramsy used 1/4 of a bag of flour to make some muffins and twice as many cupcakes.The amount of flour he used for each muffins was 3 times as much as each cupcake.Chef Ramsy used 5/6 of the remaining bag of flour on a cake.He used 256.5g more flour on the cake than the muffins.What friction of the bag of flour was used on the muffins?How much flour was there in the bag at first? How are incomplete Dominance and Co Dominance different than a normal Mendelian cross? Export the Housing query to a tab-delimited text file. Include field names in the export. You do not need to change the location of the saved file or save the export steps.Right-clicked the Housing query. In the Right-Click menu in the Export Options menu, you clicked the Text File menu item. Inside the Export - Text File dialog, you clicked the OK button. Inside the Export Text Wizard dialog, you clicked the Advanced... button, clicked the Next > button, selected the Tab Radio Button, checked the Include Field Names on First Row check box, and clicked the Finish button. Inside the Export - Text File dialog, you clicked the Close button. In the application header, you clicked the Save button. On February 1, the balance in your account is $489.86. On June 1, you deposit $396.10. Your bank pays 6.0% interest that is calculated on the last day of the month. What is the amount in your account on June 1, after your deposit? Which of the following best summarizes the behavior of American Indians toward colonial powers? A bank offers a personal loan at the nominal interest rate of 15.00% per year.a) What is the effective interest rate if interest is compounded monthly (show interest rate to two places of decimal)?b) What is the effective interest rate if interest is compounded continuously (show interest rate to two places of decimal)? The climate of an area located near the ocean may be _____.cool and humiddrier and hotcool and dry Como identificar un verbo Can I have the statement of question for this .. Critically compare Nkombe and Smets classification of African philosophy with Orukas four trends in African philosophy if (11,13) is an ordered pair of the function F(x), which of the following is an ordered pair of the inverse of F(x) Plz help, Lot's of points. I will pick brainiest!!!! Writing About Elisa1. Elisas diabetes causes her to have lower than normal numbers of glucose molecules in her cells. You already wrote about how this makes her tired.2. Now, write an explanation that answers the question, How could Elisa's diabetes also affect her bodys ability to grow and repair cells?3. Use the following sentence to start your explanation, or use a sentence of your own. Diabetes could affect how well Elisa's cells can grow and repair themselves.Word Bank:glucose amino acidoxygen proteincellular respiration energy Based on the excerpt, which of the following best shows the influences of other cultures on Japan? A. Article 2 shows Vietnamese influence, and Article 15 shows Legalist influence B. Article 2 shows Korean influence, and Article 15 shows a Confucian influence C. Article 2 shows Mongol influence, and Article 15 shows Taoist influence D. Article 2 shows Aryan influence, and Article 15 shows Shinto influenceBased on the excerpt, which of the following best shows the influences of other cultures on Japan? A. Article 2 shows Vietnamese influence, and Article 15 shows Legalist influence B. Article 2 shows Korean influence, and Article 15 shows a Confucian influence C. Article 2 shows Mongol influence, and Article 15 shows Taoist influence D. Article 2 shows Aryan influence, and Article 15 shows Shinto influence Write an equivalent expression for (8^2)^4 Which of the following is NOT true about the expression?-5x3 + 12x2 - 9x - 8It has a leading term of 5O The leading coefficient is 5,The constant term is 8.chO There are no negative coefficients Walters Audio Visual Inc. offers an incentive stock option plan to its regional managers. On January 1, 2021, options were granted for 80 million $1 par common shares. The exercise price is the market price on the grant date$7 per share. Options cannot be exercised prior to January 1, 2023, and expire December 31, 2027. The fair value of the 80 million options, estimated by an appropriate option pricing model, is $1 per option.Required:1. Determine the total compensation cost pertaining to the incentive stock option plan.2. to 5. Prepare the appropriate journal entries to record compensation expense on December 31, 2021 and 2022. Prepare the appropriate journal entry to record the exercise of 75% of the options on March 12, 2023, when the market price is $8 per share and the entry on December 31, 2027, when the remaining options that have vested expire without being exercised.1 Determine total compensation cost pertaining to the incentive stock option plan.$80 Million2.Prepare the appropriate journal entries to record compensation expense on December 31, 2021 and 2022. Prepare the appropriate journal entry to record the exercise of 75% of the options on March 12, 2023, when the market price is $8 per share and the entry on December 31, 2027, when the remaining options that have vested expire without being exercised. (If no entry is required for a transaction/event, select "No journal entry required" in the first account field. Enter your answers in millions (i.e., 10,000,000 should be entered as 10).)December 31Compensation Exp ?Paid in capital - stock option ? many examples of prehistoric art and architecture express relationships between the living and the dead. discuss how this theme is evoked in one work of art from this week's module. How is a scientific law different from a scientific theory?A. A theory becomes a law after a long period of time has passed.B. A theory is why something happens and a law is how something happens.C. A theory cannot be disproved but a law can be disproved.D. A theory is used for biology and chemistry an