The software that allows multiple operating systems to run on a computer at the same time is called a(n) _____.

operating system manager
version
distribution
hypervisor

Answers

Answer 1

Answer:

hypervisor

Explanation:


Related Questions

How many triangles can you make if the side lengths are 4 cm, 5 cm, and 11 cm?

Answers

i would think you could create infinity triangles but the triangle you are describing is obtuse

In which section of a resume would the following information be included?

Clark Central High School - Teacher 08/2001 – 06/2017
Responsibilities included lesson planning, management of student data

Answers

Answer:

Work History

Explanation:

You note you were a teacher.

what is the different between information and data

Answers

Answer:

Information is the act of imparting knowledge and data is the recorded observation that are usually presented in a structured format

the daisy wheel printer can print graphics?

Answers

Explanation:

Daisy-wheel printers cannot print graphics, and in general they are noisy and slow, printing from 10 to about 75 characters per second.

The White House spokesman said that if the relevant bill was sent to the desk, US President Biden would sign to end the national emergency of COVID-19 in advance, although he strongly opposed it. The US Senate will vote on the evening of the 29th local time and is expected to pass

Answers

The requirement for the Senate to vote on the bill is a standard legislative process in the United States.

Why the senate votes on bills

In order for a bill to become law, it needs to be approved by both the House of Representatives and the Senate. The legislative branch of the US government is divided into two chambers—the House of Representatives and the Senate—each with its own set of responsibilities.

Once a bill is introduced in either chamber, it goes through a series of committee reviews, debates, and amendments before being put to a vote.

Read more on bills here https://brainly.com/question/29613391

#SPJ1

The White House spokesman said that if the relevant bill was sent to the desk, US President Biden would sign to end the national emergency of COVID-19 in advance, although he strongly opposed it. The US Senate will vote on the evening of the 29th local time and is expected to pass

Why does the senate have to vote on a bill

Which copy of the speech did Lincoln sign?

Answers

He signed The Gettysburg Address.

In C, What is the #line used for?

Answers

The #line is mainly used to reset the line number and also the filename in the code.

What does a line in C mean?

The c in code is written in lower-case. The c that has a line over it means "with".

The C preprocessor is known to be macro processor that is often used often by the C compiler to change one's program before actual compilation. This   #line means that one can do any reset any line of code to an arbitrary line number or a filename that is said to have been stated by the user.

Learn more about code from

https://brainly.com/question/25605883

From which tab in word can you add an excel object such as a worksheet or a chart?

Answers

In Microsoft Word, you can add an Excel object such as a worksheet or a chart from the **Insert** tab.

To add an Excel object in Word, follow these steps:

1. Open Microsoft Word and create a new document or open an existing one.

2. Click on the **Insert** tab in the Word ribbon at the top of the screen.

3. In the **Text** group, you will find the **Object** button. Click on the arrow below it to open a drop-down menu.

4. From the drop-down menu, select **Object**. This will open the **Object** dialog box.

5. In the **Object** dialog box, choose the **Create from File** tab.

6. Click on the **Browse** button to locate and select the Excel file that contains the worksheet or chart you want to insert.

7. Check the box next to **Link to file** if you want the Excel object in Word to remain linked to the original Excel file. This way, any updates made in the Excel file will be reflected in the Word document.

8. Click on the **OK** button to insert the Excel object into your Word document.

By following these steps, you can add an Excel object such as a worksheet or a chart into your Word document from the **Insert** tab.

For more such answers on Microsoft Word

https://brainly.com/question/24749457

#SPJ8

Write an application that combines several classes and interfaces.

Answers

Answer:

Explanation:

The following program is written in Java and it combines several classes and an interface in order to save different pet objects and their needed methods and specifications.

import java.util.Scanner;

interface Animal {

   void animalSound(String sound);

   void sleep(int time);

}

public class PetInformation {

   public static void main(String[] args) {

       Scanner scnr = new Scanner(System.in);

       String petName, dogName;

       String dogBreed = "null";

       int petAge, dogAge;

       Pet myPet = new Pet();

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

       petName = scnr.nextLine();

       System.out.println("Enter Pet Age:");

       petAge = scnr.nextInt();

       Dog myDog = new Dog();

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

       dogName = scnr.next();

       System.out.println("Enter Dog Age:");

       dogAge = scnr.nextInt();

       scnr.nextLine();

       System.out.println("Enter Dog Breed:");

       dogBreed = scnr.nextLine();

       System.out.println(" ");

       myPet.setName(petName);

       myPet.setAge(petAge);

       myPet.printInfo();

       myDog.setName(dogName);

       myDog.setAge(dogAge);

       myDog.setBreed(dogBreed);

       myDog.printInfo();

       System.out.println(" Breed: " + myDog.getBreed());

   }

}

class Pet implements Animal{

   protected String petName;

   protected int petAge;

   public void setName(String userName) {

       petName = userName;

   }

   public String getName() {

       return petName;

   }

   public void setAge(int userAge) {

       petAge = userAge;

   }

   public int getAge() {

       return petAge;

   }

   public void printInfo() {

       System.out.println("Pet Information: ");

       System.out.println(" Name: " + petName);

       System.out.println(" Age: " + petAge);

   }

   //The at (email symbol) goes before the Override keyword, Brainly detects it as a swearword and wont allow it

   Override

   public void animalSound(String sound) {

       System.out.println(this.petName + " says: " + sound);

   }

//The at (email symbol) goes before the Override keyword, Brainly detects it as a swearword and wont allow it

  Override

   public void sleep(int time) {

       System.out.println(this.petName + " sleeps for " + time + "minutes");

   }

}

class Dog extends Pet {

   private String dogBreed;

   public void setBreed(String userBreed) {

       dogBreed = userBreed;

   }

   public String getBreed() {

       return dogBreed;

   }

}

Write an application that combines several classes and interfaces.

if the bleeding period of a woman is indicated by days of 1-5, then the days when the woman is highly fertile is between______,show how it is ?​

Answers

Drink the blood because it taste like candy and juice.

7. In order to check your following distance, use a fixed object and count seconds.
True
False

Answers

Answer:

False

Explanation:

It is true that distance can be checked by counting seconds from a fixed object

How to determine the true statement?

The given highlights are:

Using a fixed objectCounting seconds

When seconds from a fixed object (such as a pole) are counted, the quantity that is being measured is time.

The time recorded can be used along the average speed to determine the distance traveled.

Hence, the given statement is true

Read more about distance and time at

https://brainly.com/question/4931057

#SPJ2

If a team member comes from a(n)________(fill in the blank) culture, he or she will be more likely to expect the team members to be loyal to each other.

collectivistic

individualistic

uncertain

Answers

collectivistic culture

Write a function shampoo_instructions() with parameter num_cycles. If num_cycles is less than 1, print "Too few.". If more than 4, print "Too many.". Else, print "N : Lather and rinse." num_cycles times, where N is the cycle number, followed by "Done.".

Answers

Answer:

Following are the code to the given question:

def shampoo_instructions(num_cycles):#defining a method shampoo_instructions that accepts num_cycles as a parameter

   if num_cycles < 1:#defining an if block that num_cycles value is less than 1

       print('Too few.')#print message  

   elif num_cycles > 4:#defining elif block that checks num_cycles is greater than 4

       print('Too many.')#print message  

   else:#defining else block

       N= 1;#defining N variable that holds a value 1

       for N in range(N, num_cycles+1):#defining for loop that check value in range

           print(N , ": Lather and rinse.")#print message  

       print('Done.')#print message  

shampoo_instructions(2)#calling the method

Output:

1 : Lather and rinse.

2 : Lather and rinse.

Done.

Explanation:

In this code, a method "shampoo_instructions" is defined, that accepts a variable "num_cycles" in its parameter, and in the next step, the multiple conditional statements have used that check the "num_cycles" values which can be defined as follows:

The if the block checks the parameter value is less than 1, and it prints the value as the message. In the next step, the elif block is used that checks parameter value is greater than 4, and it prints the value as the message. In the else block, it uses the for loop that checks the value in the range and prints its value and calling the method.

Which header will be the largest?

Hello

Hello

Hello

Hello

Answers

Answer:  

Bye

bye

bye

bye

Explanation:

Answer:

HELLO Hello thank you for your points...

For the Python program below, will there be any output, and will the program terminate?
while True: while 1 > 0: break print("Got it!") break
a. Yes and no
b. No and no
c. Yes and yes
d. No and yes
e. Run-time error

Answers

the answer is e ......
The answer is E ,
hope it’s help

And office now has a total of 35 employees 11 were added last year the year prior there was a 500% increase in staff how many staff members were in the office before the increase

Answers

There were 5 staff members in the office before the increase.

To find the number of staff members in the office before the increase, we can work backward from the given information.

Let's start with the current total of 35 employees. It is stated that 11 employees were added last year.

Therefore, if we subtract 11 from the current total, we can determine the number of employees before the addition: 35 - 11 = 24.

Moving on to the information about the year prior, it states that there was a 500% increase in staff.

To calculate this, we need to find the original number of employees and then determine what 500% of that number is.

Let's assume the original number of employees before the increase was x.

If we had a 500% increase, it means the number of employees multiplied by 5. So, we can write the equation:

5 * x = 24

Dividing both sides of the equation by 5, we find:

x = 24 / 5 = 4.8

However, the number of employees cannot be a fraction or a decimal, so we round it to the nearest whole number.

Thus, before the increase, there were 5 employees in the office.

For more questions on staff members

https://brainly.com/question/30298095

#SPJ8

Top one pls I need help

Top one pls I need help

Answers

Answer:

spyware

Explanation:

Universal Containers (UC) has a queue that is used for managing tasks that need to be worked by the UC customer support team. The same team will now be working some of UC's Cases. Which two options should the administrator use to help the support team?

a. Create a new queue and add Cases as an available object.
b. Configure a flow to assign the cases to the queue.
c. Add Cases to the existing queue as available object.
d. Use assignment rules to set the queue as the owner of the case.

Answers

We have that the two options should the administrator use to help the support team are

Configure a flow to assign the cases to the queue

Use assignment rules to set the queue as the owner of the caseOption B and D

From the question we are told

Universal Containers (UC) has a queue that is used for managing tasks that need to be worked by the UC customer support team. The same team will now be working some of UC's Cases. Which two options should the administrator use to help the support team?

Support team Help

Generally the two options that will be taken

1)Configure a flow to assign the cases to the queue

The configuration of the waft is will be created in such a way that if any different venture comes then it computerized get managed and the uc client aid group will test the waft on that base they can sketch based totally on the assignment and assign to group and execution of the mission is being started.

2. Use assignment rules to set the queue as the owner of the case

The venture policies are used for the reason of getting assigned the challenge mechanically , in this case we have now the important points like the UC

Therefore

Configure a flow to assign the cases to the queue Use assignment rules to set the queue as the owner of the case

Option B and D

For more information on Support visit

https://brainly.com/question/18540902

Your location has been assigned the 172.16.99.0 /24 network. You are tasked with dividing the network into 9 subnets with the maximum number of hosts possible on each subnet.

Answers

       The term "Internet Protocol," or IP, refers to the standards governing the structure of data supplied across a local or wide-area network. In essence, the identifier that allows information to be transmitted between devices on a network is the IP address, which carries location information and makes devices reachable for communication.

What is the IP address for my location?

         A menu will appear; choose "Start," then "Settings," "Network & internet," and "Wi-Fi." Select the network that you are logged into right now. Next, click "Properties." As soon as you scroll to the bottom of the window, next to "IPv4 address," your IP will be visible.

Example : 172.16.99.0 /24

Address:   172.16.99.0           10101100.00010000.01100011 .00000000

Netmask:   255.255.255.0 = 24    11111111.11111111.11111111 .00000000

Wildcard:  0.0.0.255             00000000.00000000.00000000 .11111111

Network:   172.16.99.0/24        10101100.00010000.01100011 .00000000 (Class B)

Broadcast: 172.16.99.255         10101100.00010000.01100011 .11111111

HostMin:   172.16.99.1           10101100.00010000.01100011 .00000001

HostMax:   172.16.99.254         10101100.00010000.01100011 .11111110

Hosts/Net: 254                   (Private Internet).

To Learn more About IP Address, Refer:

https://brainly.com/question/14219853

#SPJ1

If you have a really good picture of your friend, it is okay to post without asking because they allowed you to take it in the first place. O True O False​

Answers

false-you shouldn’t post anything with other peoples consent.
The correct answer is false.

Use the YEARFRAC function to work out how many years difference is there between the date 1980-07-31 (31 July 1980) and 1998-05-02 (2 May 1998) (to 1 decimal place)?

Answers

Answer: 17.7 Years

Explanation:

YEARFRAC is a function in Microsoft Excel that returns the year fraction representing the number of whole days between a particular start date and an end date.

A typical view of the function is:

=YEARFRAC(start_date, end_date, [basis])

All that needs to be done is

1. Type in the equal to sign(=) in the cell you want your answer,

2. Type in YEARFRAC and open your bracket,

3. Input your start date and end date, close your bracket and press enter.

Demonstrate the condition of a while loop that runs no more than five times using the variable x, which is initialized at x = 1.

Answers

Answer:

Python Code:

x = 1

while x <= 5:

# do something

x += 1 # then incriment

Java Code:

int x = 1;

do {

System.out.println(i);

x++;

}

while (x <= 5);

What element is not a selection in the Interface preferences? UI Character Presets UI Font Size UI Language UI Scaling

Answers

Answer:

The element is not a selection in the Interface preferences is:

UI Character Presets

Explanation:

The interface preferences is a  section of the Set Preferences dialog, which contains settings related to the user interface for the display and configuration of certain features and dialogs, in accordance with the user's preferences.  They include the UI Font Size, UI Language, and UI Scaling, with the exception of the the UI Character Presets.  The UI Scale is the frontend extension of the actual screen resolution to the user.  The UI Language configures the user's preferred language, just as the UI Font Size allows the user to choose a preferred font size for display on the screen.

The element that is not a selection in the interface preference is UI Character Presets.

The user interface in Photoshop is a graphical interface that serves as a point of interaction between the user (i.e. people) and the Photoshop application.

The interface preferences are several options that are considered in improving user experience when running the application.

The preferences in Photoshop (as stated in the options) and their uses are:

UI scaling: allows the user to resize or scale the user interface in relation to the computer resolutionUI language: allows the user to set the languageUI font size: allows the user to set font face and size of the application.

UI Character Presets is not a selection in interface preferences in Photoshop applications.

Read more about user interface at:

https://brainly.com/question/20380753

what are the main components involved in data transmission​

Answers

Answer:

connection

Explanation:

connection between each device

Discuss the relationship of computer and network security and the myriad forms of malware. In your opinion, is there one malware type that threatens information and system security more than other types

Answers

yes it does!! a more advanced malware will be more threatening!! hope this helps!!

We would like the set of points given in the following figure into 1D space. The set of points has been
generated using this instruction [X, y = make_moons(n_samples = 100)], where X are the 2D features
and y are the labels(blue or red).
How to do that while keeping separable data point with linear classification? Give the
mathematics and the full algorithm.
How to apply the SVM algorithm on this data without dimension reduction? Give the
mathematics and full algorithm.

Answers

One way to project the 2D data points onto a 1D space while preserving linear separability is through the use of a linear discriminant analysis (LDA) technique. LDA finds the linear combination of the original features that maximizes the separation between the different classes.

What is the mathematics  in SVM algorithm?

The mathematics behind LDA involve finding the eigenvectors of the within-class scatter matrix and the between-class scatter matrix and selecting the eigenvector that corresponds to the largest eigenvalue. The full algorithm for LDA can be outlined as follows:

Compute the mean vectors for each class

Compute the within-class scatter matrix (SW) and the between-class scatter matrix (SB)Compute the eigenvectors and eigenvalues of the matrix (SW⁻¹SB)Select the eigenvector that corresponds to the largest eigenvalue as the linear discriminantProject the original data onto the new 1D space using the linear discriminant

Regarding the SVM algorithm, it can be applied directly to the original 2D data without the need for dimension reduction. The mathematics behind SVM involve finding the hyperplane that maximizes the margin, or the distance between the closest data points of each class, while also ensuring that the data points are correctly classified.

The full algorithm for SVM can be outlined as follows:

Select a kernel function (e.g. linear, polynomial, radial basis function)Train the model by solving the optimization problem that maximizes the marginUse the trained model to classify new data points by finding the hyperplane that separates the different classesIt is important to note that, in case of non-linearly separable data, SVM algorithm uses the kernel trick to map the original data into a higher dimensional space, where the data is linearly separable.

Learn more about algorithm from

https://brainly.com/question/24953880
#SPJ1

A student who sets a date to finish a goal is using which SMART goal? relevant, specific, attainable or timely

Answers

Answer:

timely

Explanation:A student who sets a date to finish a goal is using which SMART goal

Answer: D.) Timely

Explanation: Setting a date to finish a goal is using time.

Assume you have bought a new mother board. It has 4 DIMM sockets with alternating colors. Slot 1 is blue, slot 2 is black, slot 3 is blue and slot 4 is black. How do you fix two 512 MB RAM modules to your motherboard to get the best performance

Answers

To fix two 512 MB RAM modules to the motherboard to get the best performance, one must follow these steps:

1. First of all, check the documentation of the motherboard to see the supported RAM.

2. After confirming the compatibility of the RAM with the motherboard, locate the RAM slots on the motherboard.

3. Make sure that the computer is turned off and unplugged.

4. Insert one of the 512 MB RAM modules into the first slot (blue) by lining up the notches on the RAM module with the slot and pressing down until it clicks into place.

5. Next, insert the second 512 MB RAM module into the third slot (blue) by lining up the notches on the RAM module with the slot and pressing down until it clicks into place.

6. Now, turn on the computer and check if the RAM has been detected by the system.

7. To check, right-click on My Computer, select Properties, and navigate to the System Properties window. Check the Installed Memory (RAM) entry to see if it shows the correct amount.

8. If the RAM has been detected, then the system should now be running with 1024 MB of RAM installed and will provide the best performance possible.

For more such questions on motherboard, click on:

https://brainly.com/question/12795887

#SPJ8

Which of these is a characteristic of first generation computer? (a) They use electronic transistor and diode (c) (b) It uses value (c) They used simple integrated circuit (d) They used complex integrated circuit​

Answers

The characteristic of first generation computers is They use electronic transistor and diode. Option A

The characteristics of first generation computers

First generation computers were developed in the late 1940s to the mid-1950s, and they used electronic transistors and diodes as their primary components.

These computers were large, expensive, and consumed a lot of power. They were also known for being unreliable and difficult to maintain.

The first generation computers were mainly used for scientific calculations, military applications, and data processing.

The use of simple and complex integrated circuits was a characteristic of the second and third generation computers, respectively.

Read more about first-generation computers at: https://brainly.in/question/26969099

#SPJ1

how was this training content covered your task?

Answers

A way to use training content to cover our task is to incorporate relevant information and skills from the training into the task.

How can training content be used?

By incorporating our relevance from training content into task, we  can apply what they have learned in a practical setting. For example, if we  receive training on effective communication skills, they can incorporate those skills into a task that involves communicating with others.

When an individual has received training on project management, they can use the techniques and tools learned during the training to manage a project effectively. Therefore, it can help to reinforce the learning and improve their performance.

Read more about training content

brainly.com/question/942454

#SPJ1

Other Questions
Describe the integration of business & mission & some of its unique challenges (Essay focus on BAM) the magazine mass marketing company has received 15 entries in its latest sweepstakes. they know that the probability of receiving a magazine subscription order with an entry form is 0.5 . what is the probability that less than a third of the entry forms will include an order? round your answer to four decimal places. The function below describes the curve that forms a graph of the cross-section for a parabolic dish. 12x^211x+2What is the sum of the zeros for the function?5 over 1213 over 127 over 1211/12 ok history has been really hard please help. Which statements accurately describe Roger Williams?Select all answers that are correct. (say all that apply)He was the founder of Rhode Island.He defeated the local Indians and won their land.He provided a colony just for Catholics.He supported religious toleration.Thank you! Help Please! - 15 Points & Brainliest If Help!TY!!! In the underlined space provided for each question, indicate the word that best fits in each of the questions below. Each answer may only be used once, and there are more words then there are questions. wholesaler fixed Skimming Pricing fad demand niche rebate Marketing board supply joint markup Bait-and-switch Break even point intermediaries shrinkage turnover Price lining refund Target market merger market variable couponing inventory 1. is the loss of inventory due to theft or damage. 2. A(n) purchases goods from the manufacturer and sells the goods to the retailer at a higher price. 3. Expenses that change depending on the number of items produced are called expenses. 4. A __market is one where there are very few retailers selling the product/service. 5. is the point at which all costs have been covered. as 6. An organization that specializes in weight reduction may define its adults who are at least 10lbs overweight. 7. A is popular for a short period of time and has a very unpredictable product life cycle. 8. A is a place where buyers and sellers meet to exchange goods or services for money. 9. The quantity of a good a consumer is willing and able to buy at a particular price is known as 10. Setting an initially high price for your product before competitors have entered the market is called 11. All of the types of businesses that exist between the manufacturer and consumer can be called 12. The amount added to the original cost in order to cover expenses and make a profit is known as the 13. This occurs when a retailer advertises a product at an unbelievably low price and when consumers arrive to purchase they offer a different product because the first product is no longer available: 14. gives customers a refund on a product purchased at the point of sale. 15. A occurs when the full amount of the purchase price is returned to the consumer. Q5- The size of a wind turbine rotor (diameter in m) is 5 m. Assume that the air density is p =1.225 kg/m, Cp = 16/27 for efficiency n = 1, wind velocity 4 m/s. a) Find the electrical power in a steady wind (at hub height) of 4 m/s. b) Find the electrical power for n = 0,65. 24 h/day, 1,9 TL/kWh). respectively. An engineer thought c) Assume the turbine is working under this condition all month. Estimate monthly energy production. d) Calculate the monthly saving (produced energy price) (30 days/month, e) The initial and salvage cost of this turbine is 20000 TL and 10000 TL, to select a bigger radius turbine with initial cost and salvage cost of this turbine is 50000 TL and 20000 TL, respectively. It's estimated to produce 20% more energy annually. Compare the two cases for i=10%, n=10 year with annual cost analysis method. FPR.in = = $ [a+y=1] = $ * Fax FSR (1 i)^ R=S R( )=P() FPR + Operating cost-Profits ( ) -S( ) FSR f) Find the annual CO footprint reduction for lowest cost case. (Electric 500 g/kWh) Trute, Inc. trades on the NYSE. It has a $500million market value.Trute processes claim applications for insurance companies, and its service industry is highly fragmented. No one processing company has more than a 5% market share.The claims processing industry is slow-growth (3% per year). As a result, Trutes s EV/EBITDA multiple is 7x, when the US stock market average is 10x.Trutes long-serving CEO just retired. In the past, she refused to consider M&A acquisitions, as one way to grow the company.To boost the growth (and value multiple), the Trutes Board interviewed two new CEOcandidates. Both candidates are experienced in the industry.A) Mr. Smith wants Trute to follow the McKinsey approach. He wants to use Trutes cash flow to expand into business outsourcing for hospital firms, a high growth industry (15%). Public firms involved in that sector trade at 10x EBITDA. M&A targets sell for 10-12x EBITDA.B) Ms. Jones wants Trute to expand by acquiring small competitors of Trute. She thinks the industrys fragmentation will provide many opportunitiesUse the Stock Price = D/(k-g) equation. Briefly describe the likely effects of hiring A on the variables k and g. What is the future direction or likely change in the Trute stock price? .Then, do the same description for hiring candidate B. Note that both CEO candidates intend to maintain the same debt/equity ratio that Trute has now. 14. Food bill: $80.40Sales tax: 5%Tip: 10% informational control and behavioral control are two central aspects of blank control. multiple choice question. environmental operational physical strategic need help? review (1) PLEASE CREATE THE DELETION STRUCTURE ONLYCreate a linear structure with array/ linked list;According to different storage structuresBasic operations of linear Data structures -Delete.Description: Delete all elements equal to the input from linked listInput : all elements equal to I should be deletedOutput : the contents of the listHint : PLEASE INITIALIZE A LINKED LIST TO BE 012 WITH THE INSTERTHEAD(2)PLEASE CREATE THE SEARCH STRUCTURE ONLYCreate a linear structure with array/ linked list;According to different storage structuresBasic operations of linear Data structures -SEARCHDescription :search for the positions of elements equal to the inputInputi: search for the elements equal to i in the listOutputthe positions of the elements equal to iHINTPLEASE INITIALIZE A linkED LIST TO BE "0 1 1 2 3" WITH INSERTHEAD Whats five equivalent fraction to 7 over 8 Select all features of ginkgophytes. a. they have lost the gametophyte generation. b. they produce sperm with flagella. c. they produce fruits. d. they are dioecious. e. they produce seeds. 6) The number of calories burned per hour duringbicycling, jogging, and swimming are 200, 475, and275, respectively. A person loses 1 pound of weight foreach 3500 calories burned. Create a Java application thatallows the user to enter the number of hours spent ineach activity and then calculates the number of poundsLost What does electronegativity have to do with polarity? why did the amount of dna change? what is happening during "synthesis"? need to know asap!!! thank you!Find the area bounded by the given curves. y = 6x2 - 14x 8 and y = 3x2 + 4x 23 - square units On a number line, suppose point E has a coordinate of 2, and EG= 12. what are the possible coordinates of point G PLEASE HELP W GEOMETRY #4 and 5!!!!! i need help..im a dog(rp(role-play)) and i need an owner