what happens when one didn't shut down a computer before closing it ​

Answers

Answer 1

Answer:

the computer will slow down and maybe it will not open again


Related Questions

Algorithm:

Suppose we have n jobs with priority p1,…,pn and duration d1,…,dn as well as n machines with capacities c1,…,cn.

We want to find a bijection between jobs and machines. Now, we consider a job inefficiently paired, if the capacity of the machine its paired with is lower than the duration of the job itself.

We want to build an algorithm that finds such a bijection such that the sum of the priorities of jobs that are inefficiently paired is minimized.

The algorithm should be O(nlogn)


My ideas so far:

1. Sort machines by capacity O(nlogn)
2. Sort jobs by priority O(nlogn)
3. Going through the stack of jobs one by one (highest priority first): Use binary search (O(logn)) to find the machine with smallest capacity bigger than the jobs duration (if there is one). If there is none, assign the lowest capacity machine, therefore pairing the job inefficiently.

Now my problem is what data structure I can use to delete the machine capacity from the ordered list of capacities in O(logn) while preserving the order of capacities.

Your help would be much appreciated!

Answers

To solve the problem efficiently, you can use a min-heap data structure to store the machine capacities.

Here's the algorithm:

Sort the jobs by priority in descending order using a comparison-based sorting algorithm, which takes O(nlogn) time.

Sort the machines by capacity in ascending order using a comparison-based sorting algorithm, which also takes O(nlogn) time.

Initialize an empty min-heap to store the machine capacities.

Iterate through the sorted jobs in descending order of priority:

Pop the smallest capacity machine from the min-heap.

If the machine's capacity is greater than or equal to the duration of the current job, pair the job with the machine.

Otherwise, pair the job with the machine having the lowest capacity, which results in an inefficient pairing.

Add the capacity of the inefficiently paired machine back to the min-heap.

Return the total sum of priorities for inefficiently paired jobs.

This algorithm has a time complexity of O(nlogn) since the sorting steps dominate the overall time complexity. The min-heap operations take O(logn) time, resulting in a concise and efficient solution.

Read more about algorithm here:

https://brainly.com/question/13902805

#SPJ1

Give a name of the part responsible for memorising a cell phone number​

Answers

cerebrum

Explanation:

it controls all voluntary actions and also controls all the higher thought processes such as memory, judgement and reasoning

Your data set is total sales per month. What does the value $500.0 in this image of the Status Bar tell you? Profits Average: $346.7 Count: 3 Numerical Count: 3 Min: $240.0 Max: $500.0 Sum: $1,040.0​

Answers

Note that where the Status Bar in Microsoft Excel indicates $500, this refers "the largest dollar amount of sales across all 12 months" in the referenced data set.

What is the rationale for the above response?

Note that $500 refers to the highest numerical value in the currently selected range of cells. It is a quick way to obtain the maximum value without having to use a formula or function. This can be useful in data analysis to quickly identify the highest value in a set of data.

The status bar in software applications such as Microsoft Excel, Word, and other productivity tools is important because it provides users with real-time information and quick access to certain features and settings.

For example, in Microsoft Excel, the status bar provides users with important information such as the current cell mode, whether the num lock is on or off, the average, count, and sum of selected cells, and the maximum and minimum values of selected cells.

Learn more about Data Set:
https://brainly.com/question/16300950
#SPJ1

Your data set is total sales per month. What does the value $500.0 in this image of the Status Bar tell

IN WHICH COUNTRY DO THEY LET YOU PLAY MINECRAFT IN SCHOOL?

Answers

Answer:

Sweden or Wales maybe?

Explanation:

Hope this helps!

Answer:

America if you play in secret

Explanation:

Write a program that prompts the user to enter a password and displays "valid password"
if the rule is followed or "invalid password" otherwise.

Answers

Explanation:

please be more specific

How many NOTS points are added to your record for not completely stopping at a stop sign?

Answers

The number of NOTS points added to your record for not completely stopping at a stop sign can vary depending on the location and laws of the jurisdiction where the traffic violation occurred. It is important to note that not stopping fully at a stop sign is a serious safety violation, and it can result in a traffic ticket, fines, and possible points on your driver's license record.

In some jurisdictions, failing to stop at a stop sign can result in a citation for running a stop sign or a similar violation. In other jurisdictions, it may be categorized as a failure to obey traffic signals or a similar violation. The number of NOTS points added to your record, if any, will depend on the specific violation charged and the point system used by the jurisdiction in question.

It's important to note that NOTS points are used to track and measure the driving record of a driver, and they may impact insurance rates and license status. It's always a good idea to familiarize yourself with the laws and regulations in your area and drive safely to reduce the risk of violations and penalties.

If you had to make a choice between studies and games during a holiday, you would use the _______ control structure. If you had to fill in your name and address on ten assignment books, you would use the ______ control structure.



The answers for the blanks are Selection and looping. Saw that this hasn't been answered before and so just wanted to share.

Answers

The missing words are "if-else" and "looping".

What is the completed sentence?

If you had to make a choice between studies and games during a holiday, you would use the if-else control structure. If you had to fill in your name and address on ten assignment books, you would use the looping control structure.

A loop is a set of instructions in computer programming that is repeatedly repeated until a given condition is met. Typically, a process is performed, such as retrieving and modifying data, and then a condition is verified, such as whether a counter has reached a predetermined number.

Learn more about looping:
https://brainly.com/question/30706582
#SPJ1

which of the following is a personal benifit of earning a college degree?
A) you have more friends
B) you are more likely to exercise
C) you are more likely to vote for the right candidate.
D) you have a longer life expectancy

Answers

Answer:

you have a longer life expectancy

Explanation:

There’s a scientific theory out there that says that our brain uses an algorithm to create our thoughts and it’s called the Theory of Connectivity. This theory suggests that information comes into our brains, is processed, stored, and then results in an output. Does this process sound familiar to you? In what ways do our bodies take in input and respond, sometimes without our control? Give two examples

Answers

Answer:

1. Yes, the process sounds familiar to me. It looks like the mechanism of operation of the computer.

2a. Through reflex actions, our bodies take in input and respond sometimes without our control.

b. Two examples are sneezing and the scratch reflex.

Explanation:

The principle of the theory of connectivity which involves the input, processing, storage, and output of results is similar to the workings of the human body which has to accept input from the external surroundings which it processes and provides an output for. Reflex actions are involuntary actions made in response to a stimulus. When the body receives the input, the response is made most times before we are aware of it.

Scratch reflex occurs when the sensory neurons located on the periphery of our skins are activated due to stimuli that could be in the form of touch, an insect bite, etc. Sneezing is another example of a reflex action.          

Answer:

The process does sound familiar to me; it is like the mechanism of operation of the computer. Through reflex actions, our bodies take in input and respond sometimes without our control, such as shivering, blinking, and sneezing.

Explanation:

which following tasks is least effective at preventing a computer virus? a) anti virus software is up to date. b) anti virus software performs routine scans. c) anti virus software is set to scan your computer weekly. d) anti virus software scans all documents that are downloaded. ​

Answers

Answer:

el software antivirus está actualizado

Explanation:

Create a program that generates a report that displays a list of students, classes they are enrolled in and the professor who teaches that class. There are 3 files that provide the input data: 1. FinalRoster.txt : List of students and professors ( S: student, P: professor) Student row: S,Student Name, StudentID Professor row: P, Professor Name, Professor ID, Highest Education 2. FinalClassList.txt: List of classes and professor who teach them (ClassID, ClassName, ID of Professor who teach that class) 3. FinalStudentClassList.txt: List of classes the students are enrolled in. (StudentID, ClassID) The output shall be displayed on screen and stored in a file in the format described in FinalOutput.txt You will need to apply all course concepts in your solution. 1. Student and Professor should be derived from a super class "Person" 2. Every class should implement toString method to return data in the format required for output 3. Exception handling (e.g. FileNotFound etc.) must be implemented 4. Source code must be documented in JavaDoc format 5. Do not hard code number of students, professors or classes. Submit source Java files, the output file and screenshot of the output in a zip format

Answers

Answer:

All the classes are mentioned with code and screenshots. . That class is shown at last.

Explanation:

Solution

Class.Java:

Code

**

* atauthor your_name

* This class denotes Class at the college.

*

*/

public class Class {

 

  private String className,classID;

  private Professor professor;

 

  /**

  * atparam className

  * atparam classID

  * atparam professor

  */

  public Class(String className, String classID, Professor professor) {

      this.classID=classID;

      this.className=className;

      this.professor=professor;

  }

     /**

  * at return classID of the class

  */

  public String getClassID() {

      return classID;

  }

    /**

  * Override toString() from Object Class

  */

  public String toString() {    

      return classID+" "+className+" "+professor.getName()+" "+professor.getEducation();        

  }  

}

Person.Java:

Code:

/**

* atauthor your_name

* This class represents Person

*

*/

public class Person {    

  protected String name;  

  /**method to fetch name

  * at return

  */

  public String getName() {

      return name;

  }

  /**method to set name

  * at param name

  */

  public void setName(String name) {

      this.name = name;

  }

Professor.java:

Code:

import java.util.ArrayList;

import java.util.List;  

/**

* at author your_name

*

*This class represents professors

*

*/

public class Professor extends Person{    

  private String professorID, education;

  private List<Class> classes=new ArrayList<Class>();    

  /**

  * at param name

  * at param professorID

  * at param education

  */

  public Professor(String name,String professorID,String education) {        

      this.name=name;

      this.professorID=professorID;

      this.education=education;        

  }

  /**

  * at return

  */

  public String getEducation() {

      return this.education;

  }    

  /**

  * at return

  */

  public String getprofessorID() {

      return this.professorID;

  }  

  /** to add classes

  * at param Class

  */

  public void addClass(Class c) {

      classes.add(c);

  }  

  /**

  * Override toString() from Object Class

  */

  public String toString() {

      String result=this.getName()+" - "+professorID+" - "+education;

      for(Class c:classes) {

          result+=c.toString()+"\n";

      }      

      return result;

  }

}

}

Student.java:

Code:

import java.util.ArrayList;

import java.util.List;  

/**

* This class represents students

*  at author your_Name

*

*/

public class Student extends Person{    

  private String studentID;

  private List<Class> classes=new ArrayList<Class>();    

  /**

  * atparam name

  * atparam studentID

  */

  public Student(String name,String studentID) {      

      this.name=name;

      this.studentID=studentID;      

  }  

  /**

  * atreturn

  */

  public String getStudentID() {

      return studentID;

  }

     /**

  * atparam c

  */

  public void addClass(Class c) {

      classes.add(c);

  }    

  /**

  * atreturn

  */

  public int getClassCount() {

      return classes.size();

  }

  /**

  * Override toString() from Object Class

  */

  public String toString() {

      String result=this.getName()+" - "+studentID+"\n";

      for(Class c:classes) {

          result+=c.toString()+"\n";

      }    

      return result;

  }  

}

NOTE: Kindly find an attached copy of screenshot of the output, which is a part of the solution to this question

Create a program that generates a report that displays a list of students, classes they are enrolled
Create a program that generates a report that displays a list of students, classes they are enrolled
Create a program that generates a report that displays a list of students, classes they are enrolled
Create a program that generates a report that displays a list of students, classes they are enrolled
Create a program that generates a report that displays a list of students, classes they are enrolled

which of the following is an example of application software

which of the following is an example of application software

Answers

Answer:

A messaging app

Explanation:

Its an software application you can download, so...yeah.

(You might've thought it was an anti-virus program lol)

Option-D.A messaging app is the correct answer.
A messaging app is an application software that can be installed jn your phone and computer in order to send messages.

What is an Application software?Application software is a type of computer application that performs specific professional, academic, and individualized functions.Each software is designed to assist users with a variety of tasks, some of which may be related to productivity, creativity, or communication.Word processors, media players, and accounting software are examples of application programs.An application program (also known as a software application, application, or app for short) is a computer program created to carry out a specific task other than one related to the operation of the computer itself.The term "app" typically refers to apps for mobile devices such phones. Applications may be published independently or packaged with the computer and its operating system software.They may also be written in proprietary, open-source, or project code.An application can work with text, numbers, audio, visuals, and a combination of these depending on the task for which it was created.Word processing is an example of an application package that focuses on a particular task.On the other hand, integrated software merges several programs.

To learn about the DIfference between application software and Opertaing system click here-
https://brainly.com/question/17798901

#SPJ2

Which was first launched during the space race

Answers

Answer:

Sputnik

Explanation:

On October 4, 1957, a Soviet R-7 intercontinental ballistic missile launched Sputnik (Russian for “traveler”), the world's first artificial satellite, and the first man-made object to be placed into the Earth's orbit.

Satellite

No Explanation Avalaible:

Heads of dod components are responsible for establishing component specific procedures regarding transmission and transportation of classified material. What items must be considered when establishing these procedures?

Answers

When establishing procedures for the transmission and transportation of classified material, heads of DoD components must consider factors such as security protocols, encryption methods, authorized means of transport, personnel access controls, handling and storage guidelines, and adherence to classification guidelines and regulations.

Security Protocols: Ensure that appropriate security protocols are in place to safeguard the classified material during transmission and transportation.Encryption Methods: Implement secure encryption methods to protect the confidentiality and integrity of the classified material during transit.Authorized Means of Transport: Determine the approved methods of transport, such as secure courier services or encrypted electronic channels, that can be used for transmitting classified material.Personnel Access Controls: Establish strict access controls to restrict access to the classified material during transmission and transportation. This may involve authentication measures, background checks, and need-to-know requirements.Handling and Storage Guidelines: Define guidelines for how the classified material should be handled, packaged, and stored to prevent unauthorized access or loss during transit.Classification Guidelines and Regulations: Ensure compliance with classification guidelines and regulations, including marking, labeling, and packaging requirements for different levels of classified material.

By considering these items, heads of DoD components can establish comprehensive and effective procedures to ensure the secure transmission and transportation of classified material.

For more such question on transportation

https://brainly.com/question/28206353

#SPJ8

Which of the following behaviors is considered ethical?

copying another user’s password without permission
hacking software to test and improve its efficiency
using a limited access public computer to watch movies
deleting other user’s files from a public computer

Answers

Answer:

using a limited access public computer to watch movies

Explanation:

Cause it doesn't involve you performing any illegal actions.

Answer:

C. using a limited access public computer to watch movies

Explanation:

IM A DIFFERENT BREEED!!

PLUS NOTHING ELSE MAKES SENSE LOL!

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

Answers

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

What are the steps needed?

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

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

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

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

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

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

To know more about External document, Check out:

https://brainly.com/question/13947276

#SPJ1

.

how to shutdow computer

Answers

Answer:

well if your on windows you click the start button then click the power button then click shutdown if your on mac you click apple menu then shutdown if on a chromebook just hold the power button for 3 to 5 seconds

Explanation:

write two paragraphs (at least 5 sentences each) about what President Biden and Vice-President Harris plan to do during the first 100 days while in office.

Answers

Answer:

writing one in comments bec i don't have time for both sorry

Guess The Lyrics:
She like the way that I ______
She Like The Way That I _____
She Like The Way That I ______
She Like The Way That I

Answers

she like the way that i *DANCE*
she like the way that i *MOVE*
she like the way that i *ROCK*
she like the way i *WOO*

song : DIOR pop smoke

Answer:

Explanation:

She like the way that I _Dance_____She Like The Way That I __Move___She Like The Way That I ___Rock___She Like The Way That I Woo

Azure subscription storage1 virtual machines: service endpoint

Answers

Microsoft's cloud storage solution is the Azure Storage platform. Azure Storage offers huge scalability, security, and high availability.

What exactly is a storage service endpoint in Azure?

Endpoints give you the ability to limit access to your vital Azure service resources to just your virtual networks. Service Endpoints makes it possible for private IP addresses in the VNet to access an Azure service's endpoint without the use of a public VNet IP address.

What happens when a service endpoint for Azure storage is enabled?

With the use of virtual network service endpoints, you can completely block public internet access to these resources by securing Azure Storage accounts to your virtual networks. The best routing is provided by service endpoints, which always keep traffic going to Azure Storage on the backbone network of Azure.

To know more about Azure service visit:

https://brainly.com/question/30373354

#SPJ1

6. In terms of a career, the word benefits refers to how much vacation and salary bonuses a person gets. True False​

Answers

It is false that in terms of a career, the word benefits refers to how much vacation and salary bonuses a person gets.

The term "benefits" in the context of a profession comprises a wider range of offerings supplied by a company to an employee, even if vacation and pay bonuses might be included in the benefits package.

Benefits frequently involve additional remuneration and benefits in addition to vacation time and salary increases.

Health insurance, retirement plans, paid time off, flexible work schedules, tuition reimbursement, employee assistance programmes, wellness programmes, and other benefits are a few examples of these.

The benefits package is intended to draw in new hires, keep them on board, improve job satisfaction, and support workers' health and work-life balance. Therefore, vacation time and incentive pay are just a portion of the total benefits that an employer provides.

Thus, the given statement is false.

For more details regarding career, visit:

https://brainly.com/question/8825832

#SPJ1

Which of the following is NOT a media file? *
.wav
.mp4
.exe

Answers

Answer:

.exe

Explanation:

.wav is audio, .mp4 is video and audio, .exe is a windows executable and isn't media

The differences between client based projects and community based projects in terms of staging and live server

Answers

The differences between client based projects and community based projects in terms of staging and live server is that Client Server Based Live Meeting project system is one where the users are said to be making use of third party public mail services while the other does not.

What purpose does a live server serve?

The working directory as well as its subdirectories are served by the server, a straightforward node app. It also keeps an eye on the files for changes, and when one occurs, it notifies the browser to reload by sending a message over a web socket connection.

Therefore, Before graduating, client-based projects (CBPs) give students abundant possibilities for hands-on learning and the chance to put their knowledge to use by meeting the demands of actual clients.

Learn more about client based projects from

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

Some of the arguments are valid, whereas others exhibit the converse or the inverse error. Use symbols to write the logical form of each argument. If the argument is valid, identify the rule of inference that guarantees its validity. Otherwise, state whether the converse or the inverse error is made. If this computer program is correct, then it produces the correct output when run with the test data my teacher gave me. This computer program produces the correct output when run with the test data my teacher gave me.



This computer program is correct.

Let p = "this computer program is correct," and let q = "this computer program produces the correct output when run with the test data my teacher gave me." Is the argument valid or invalid? Select the answer that shows the symbolic form of the argument and justifies your conclusion.

Answers

Hi, you've asked an incomplete/unclear question. I inferred you want a symbolic representation and validity of the argument mentioned.

Answer:

argument is valid

Explanation:

Let's break down the arguments into parts:

Let,

p = "if this computer program is correct,"

q = "this computer program produces the correct output when run with the test data my teacher gave me."

c = "This computer program is correct."

Meaning, p ⇒ q (p results in q), then we can conclude that,

(p ⇒ q ) ∴ ⇒ c

However, the correct converse of the statement is:

If this computer program produces the correct output when run with the test data my teacher gave me, then the computer program is correct,"

q ⇒ p (If q then p)

While the correct inverse of the statement is:

If this computer program is not correct, then this computer program does not produce the correct output when run with the test data my teacher gave me."

Your friend Alicia says to you, “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I don’t think I’m going to do that.” How would you respond to Alicia? Explain.

Answers

Since my friend said  “It took me so long to just write my resume. I can’t imagine tailoring it each time I apply for a job. I will respond to Alicia that it is very easy that it does not have to be hard and there are a lot of resume template that are online that can help her to create a task free resume.

What is a resume builder?

A resume builder is seen as a form of online app or kind of software that helps to provides a lot of people with interactive forms as well as templates for creating a resume quickly and very easily.

There is the use of Zety Resume Maker as an example that helps to offers tips as well as suggestions to help you make each resume section fast.

Note that the Resume Builder often helps to formats your documents in an automatic way  every time you make any change.

Learn more about resume template from

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

Regression Assignment

In this assignment, each group will develop a multiple regression model to predict changes in monthly credit card expenditures. The goal of the assignment is to produce the best model possible to predict monthly credit card expenses by identifying the key factors which influence these expenditures.

Use at least five factors from the data set to explain variation in monthly credit card expenditures. Use the four step analytical process to analyze the problem.

Deliverables

Provide the regression output from the data analysis and provide a report on the results.

Please find the data set in below link

Answers

A multiple regression model can be used to predict changes in monthly credit card expenditures by identifying the relevant independent variables that are likely to impact credit card spending

How can multiple regression model used to predict changes in monthly credit card expenditures?

In this case, independent variables might include things like income, age, education level, and employment status. Once the relevant independent variables have been identified, a multiple regression model can be built that takes these variables into account when predicting changes in credit card expenditures.

To build the multiple regression model, historical data on credit card expenditures and the independent variables should be collected and used to train the model. The model can then be used to predict future changes in credit card expenditures based on changes in the independent variables.

Read more about regression model

brainly.com/question/25987747

#SPJ1

Add the function min as an abstract function to the class arrayListType to return the smallest element of the list.

Also, write the definition of the function min in the class unorderedArrayListType and write a program to test this function.

part 3

MY Main


//Data: 18 42 78 22 42 5 42 57

#include
#include "arrayListType.h"
#include "unorderedArrayListType.h"
using namespace std;
int main()
{
unorderedArrayListType intList(25);
int number;
cout << "";
for(int i = 0;i < 8; i++)
{
cin >> number;
intList.insertEnd(number);
}
cout << endl;
intList.print();
cout << endl;

//Testing for min
cout << "The smallest number in intList: "
<< intList.min() << endl;

return 0;
}

Answers

Answer:

Here is the updated code for the `arrayListType` class with the abstract function `min` added:

```cpp

class arrayListType

{

public:

virtual int min() const = 0;

//other member functions

};

```

And here is the implementation of the `min` function in the `unorderedArrayListType` class:

```cpp

class unorderedArrayListType : public arrayListType

{

public:

int min() const override

{

int minVal = list[0];

for (int i = 1; i < length; i++) {

if (list[i] < minVal) {

minVal = list[i];

}

}

return minVal;

}

//other member functions

};

```

And here's an example program that uses the `min` function:

```cpp

#include <iostream>

#include "arrayListType.h"

#include "unorderedArrayListType.h"

using namespace std;

int main()

{

unorderedArrayListType intList(25);

int number;

cout << "Enter 8 integers: ";

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

{

cin >> number;

intList.insertEnd(number);

}

cout << endl;

intList.print();

cout << endl;

cout << "The smallest number in intList: " << intList.min() << endl;

return 0;

}

```

Assuming that the `arrayListType` and `unorderedArrayListType` header and implementation files are properly included and compiled, this program should output the smallest number in the list.

what to write about technology?​

Answers

Answer:

Lt is the moreen way or machine that helps life to be simple and easy

Which phrase best describes a data scientist?
A. A person who develops advanced computing languages
B. A person who designs and develops hardware for computers
C. A person who builds and installs the memory chips for household
appliances
OD. A person who uses scientific and statistical methods to analyze
and interpret large, complex digital data sets
W
SUBMIT

Answers

Answer:

D. A person who uses scientific and statistical methods to analyze and interpret large, complex digital data sets.

Explanation:

Which option identifies the type of engineers described in the following scenario?
A team of engineers in Gaylord, Michigan, designs a system to remove natural gas from the earth.
O biomedical
O mechanical
O agricultural
O civil

Answers

Answer:

a civil

Explanation:

did it and got 100

Other Questions
During the 1800s, Japan differed from China in its approach to the West in which way?AThe Japanese remained committed to traditional values and eschewed modernization.BThe Japanese initially resisted change.The Japanese granted other nations spheres of influence within Japan.DThe Japanese borrowed and adapted Western ways. Why did Japan expand during the 1930s? Check all that apply. To increase its empire to attack Germany and Italy to increase its supply of raw materials to protect its borders to support Allied countries, such as the US. All of the following are ways to help locate a coolant leak source except?Dye testScan tool Visual inspection Pressure test A newly issued bond with $1000 par, 6% coupon rate (paid annually) and 5 years to maturity. If inflation every year over next three years is 3.5%, what is the taxable income for the investor in the first year. . The Shirt Factory purchased 10 futures contracts on cotton at a quoted price of 71.14 as a hedge against its inventory needs. At the time it actually needed the cotton, the spot price was 71.56. Cotton futures are based on 50,000 pounds and quoted in cents per pound. How much did the Shirt Factory save by hedging cotton? Current Attempt in Progress Five percent of all credit card accounts eventually become delinquent. The probability, rounded to four decimal places that in a random sample of 18 credit card holders, exactly 3 will become delinquent is Which of the following is a density-independent factor of population growth? Clean air Heat waves Good nutrition Spread of disease A quantity with an initial value of 980 grows exponentially at a rate of 9.5% every 7 years. What is the value of the quantity after 93 years, to the nearest hundredth? What new facts or perspectives did you learn about the cold war in this activity? have they changed your thinking about the conflict in general? how so? how did putting yourself in the role of a policy advisor help you think differently about the topic? The following is a listing of selected balances in the City of Sanborn governmental activities accounts as of June 30, 2022, the end of the fiscal period. Assume the beginning net position is $6,400 and that there were no changes in net position during the year other than those reflected in the selected balances shown. For simplicity, assume that the City of Sanborn does not have business-type activities or component units.Program Revenues General Government-Charges for Services $12,000Program RevenuesPublic SafetyCharges for Services $6,000Program RevenuesGeneral GovernmentOperating Grants $1,000Program RevenuesPublic SafetyCapital Grants $2,000General RevenuesProperty Taxes $80,000General RevenuesSales Taxes $5,000ExpensesGeneral Government $70,000ExpensesPublic Safety $50,000Special itemLoss on sale of equipment $4,000What is the Net Revenue for the Public Safety Program and the Change in Net Position for the City of Sanborn for the period ending June 30, 2022, respectively?Group of answer choices$; $.$; $.$; $24,000.$; $. $85,000 and Rocko can also receive $38,000 for trading in the old machine. The new machine will reduce variable manufacturing costs by $14,000 per year over its five-year life. Should the machine be replaced What is the output of this program? numA = 2 numB = 3 if numA == 2 or numB == 2: print("yes") elif numA == 2 and numB == 3: print("no") Output: for each transaction below, calculate the amount of expense to be recorded in the current period using accrual-basis accounting: required: a. paid $3,200 on account for supplies purchased last period. all supplies were used last month. b. paid $5,800 cash for advertising in the current period. c. employees worked in the current period but will not be paid until the following period, $5,500. in determining their composition, they were told they are polypetides formed into sphercal shapes which were mostly soluble in water. they concluded that these antibodies were Need help with math problem give 5 stars and brain thingy point Select Noun Phrase if the underlined group of words is a noun phrase. Select Not a Noun Phrase if the underlined group of words is not a noun phrase. Give two examples of a region. Which of these factors helped cause ww1? The daily supply of oxygen for a particular multicellular organism is provided by 625 square feet of lawn. A total of 10,000 square feet of lawn would provide the daily supplies of oxygen for how many organisms 1. 37.8 x 14 = ______ x 14 - 2.9 x 142. The average mass of all the students in the class was 35.1 kg. After 1 student left the class, whose mass is 32.3kg, the average mass of the remaining students became 36.3kg, how many students were there in the class room now?Pls add explaination