6.5 code practice edhesive questions 1-4

Answers

Answer 1

Answer:

//We need to sum various numbers using a python program, and then store the numbers in a text file.

def sumnum():

   file2 = open("numbers2.txt","w")

   i=5

   while i != 0:

       number=input("Enter the no.")

       file2.write(number)

       file2.write("\n")

       i = i -1

   file2.close()

   file=open("numbers2.txt", "r+")

   number = 0

   sum2 = 0

   for number in file:

       sum2 =sum2 + int(number)

   print(sum2)

   file2.close()

sumnum()

Explanation:

Please check the answer section.


Related Questions

Why would you use a bulleted list in a slide presentation?
O
A. To help organize your text so it's easier for the audience to read
O
B. To show how data changes over the course of time
O
C. To share audio with the audience
O
D. To compare data for the audience
SUBMIT

Answers

The answer is A.Have a list is easy then having to look through a paragraph to find information

One should use a bulleted list in a slide presentation to help organize your text so it's easier for the audience to read. The correct option is A.

What is presentation?

A presentation is a method of communicating information from a speaker to an audience.

For several reasons, bulleted lists can be useful in slide presentations:

To emphasize key points: A bulleted list can be used to emphasize the most important points in a presentation, allowing the audience to follow along and remember key ideas more easily.To organize information: Bulleted lists can aid in the organization of complex information, making it easier to comprehend and digest.To provide a summary: At the end of a presentation, bulleted lists can be used to summarize the key points that have been covered, making it easier for the audience to remember the main takeaways.

Thus, the correct option is A.

For more details regarding presentation, visit:

https://brainly.com/question/649397

#SPJ5

Which of the following are ways companies gather customer feedback?
Surveys
Social media
Customer complaints
All of the above

Answers

Answer:

All of the above

Explanation:

All of the above are ways companies gather customer feedback. Companies use surveys to gather feedback from customers about their products, services, and overall experience. They also monitor social media to see what customers are saying about their brand and to respond to any questions or concerns. Additionally, companies pay attention to customer complaints and use them as an opportunity to improve their products and services.

Write a c++ application that computes gross salary for Mr.A,given that during the interview session and before started work, it was agreed that his hourly wage would be Ghs 47. Assume that he worked for 387 hrs and he resigned. Compute also his Net salary given the under listed information:
Taxes. Value. Tax1. 4.7%ofgross. Tax2. Gh 87. Tax3. 3.2% ofgross. Tax4. Gh 3. Tax5. 0.4 of gross. Given that extra dispensation is given to employees in the form of bonuses. Compute the take home pay from the table below.

Net salary. Bonus.

0-10. 5% of net value.
11-500. 10% of net value
501-1000. Ghs 500
1001-2000. Ghs 600
Above 2000. 5% of net salary

Answers

Answer:

# include <iostream>

using namespace::std;

int main()

{   int hrs;

float hrly_rate= 47;

double net_Sl;

float t1;

float t2;

float t3;

float t4;

float t5;

double grss_Pay;

float bons;

   cout<<"Enter number of hours worked";

   cin>>hrs;

   net_Sl= 47 * 387;

       t1 = (4.7 * net_Sl)/100;

       t2= 87;

       t3=(3.7 * net_Sl)/100;

       t4=3;

       t5=(0.47 * net_Sl)/100;

       grss_Pay= net_Sl- t1 - t2 -t3 - t4 - t5;

       float tmp=grss_Pay;                  

       double in_hnd;

       if (grss_Pay<10)

       {

           bons= (5 * grss_Pay)/100;

           in_hnd=grss_Pay+bons;

           grss_Pay=grss_Pay-grss_Pay;

       }

       else if (grss_Pay>10 ||grss_Pay<500)

       { bons= (10 * grss_Pay)/100;

         tmp=grss_Pay-grss_Pay;

         in_hnd=in_hnd+bons;

       }

       else if (grss_Pay>500|| grss_Pay<1000)

       { bons= 500;

         grss_Pay=grss_Pay-grss_Pay;

         in_hnd=in_hnd+bons;

       }

       else if (grss_Pay>1000 || grss_Pay<=2000)

       { bons= 600;

         grss_Pay=grss_Pay-grss_Pay;

         in_hnd=in_hnd+bons;

       }

       else if (grss_Pay>2000)

       { bons= (5 * grss_Pay)/100;

         grss_Pay=grss_Pay-grss_Pay;

         in_hnd=in_hnd+bons;

       }

        cout<<"Final Salary"<<in_hnd;

        return 0;

}

Explanation:

Please check the answer section.

What is the best option for configuring an automatic reply when you will be out of the office for a week?
O Specify the time for sending the reply.
Specify the reply for internal senders only.
Specify the reply for external senders only.
O Create an automatic reply with no conditions.

Answers

Answer: The best option for configuring an automatic reply when you will be out of the office for a week is:

**Specify the time for sending the reply.**

This option ensures that the automatic reply is only sent during the period when you are out of the office, providing relevant information to both internal and external senders without unnecessary replies before or after your absence.

Explanation:

What is better tower in tower defense simulator roblox

Answers

The commander is a tower that boosts the firerate of towers within its range.

Explanation:

The support towers are towers that helps you by giving you more cash or boosting your towers. It can be purchased in the store and its appearance resembles that of an officer standing on a wooden pedestal.

Support towers are towers that indirectly helps you, either by giving you more cash or boosting your towers.

There are 40 waves of zombie's in tower defence simulator. Modes are the difficult games in tower defence simulator that is available to play on standard maps.

It is unlocked by using the code " UPDATEINMINUTE2019" in the text box in the bottom left of the menu screen.

Answer:

commander

Explanation:

Suppose you decided to make your background an outdoor scene. If you just had some blue for
sky and green for grass with no texture or shape, what kind of background would you have
created?
A genenc
B specific and detailed
C textured
D dynamic​

Answers

Answer:

D dynamic​

Explanation:

This cannot be generic or specific and detailed. And it cannot be textured as there is no texture or shape. And the dynamic range is odd between the lightest and the darkest tones in a certain image like pure white and black. And it is mainly used to compare the maximum range ( dynamic) of which a camera is good for. And hence, here it is the dynamic background that we will have.

Answer: A generic

Explanation: If this question is regarding 2-D animation, the correct answer is generic.

Conditional statements are useful to computer programmers because

Answers

Answer:

We have three options basically the procedural, conditional and iterative. And each of them is important, and we cannot complete our computing without any one of these. Lets for this question, and as it states to talk about the conditional statement. And in should can we think of programming without if-else conditional looping for the complete domain of programming. The maximum percentage of the program requires the conditional looping like if we want to ensure that LED will be switch on only when the fan is switched on, we will need to set condition, and for that, we need conditional statement.

Explanation:

Please check the answer section.

Answer:

It's B) they allow programmers to set conditions to be met for an action to take place

Welcome!

You have spent $4,000 on liquor for your bar. Your bar sales have been $24,000. What is your cost of sales for liquor, expressed as a percentage?

a. 12%

b. 15%

c. 17%

d. 19%

Answers

Answer:

17%

Explanation:

Given parameters:

Cost price of liquor = $4000

Total sale = $24000

Unknown:

Percentage cost of sale for liquor = ?

Solution:

To find the percentage cost of sale;

       %Cost of sale of liquor = [tex]\frac{cost price of liquor}{Total cost of sale }[/tex]   x 100

Input the variables;

       %Cost of sale of liquor = [tex]\frac{4000}{24000}[/tex]  x 100 = 16.67% = 17%

Answer:

c.17%

Explanation:

Which examples demonstrate common Network Systems workplaces and employers? Check all that apply.
Dee works in private homes of individual people.
Phung spends most of her time in a company's server room.
Myron works in the office of a large corporation
Lawrence often performs work while traveling in vehicles.
Emilio protects data security for a government agency.
Kira spends most of her time in a warehouse where computers are assembled

Answers

Answer:

Myron works in the office of a large corporation.

Phung spends most of her time in a company’s server room.

Emilio protects data security for a government agency.

Explanation:

just did it on edge

An example of Network Systems workplaces is:

Myron works in the office of a large corporation.

What are workplace networks?

Other answers:

Phung spends most of her time in a company’s server room.Emilio protects data security for a government agency.

Networking is known to be an activities that is said to entails meeting new people and it is one where a person do share about their profession, or interests.

Conclusively, Networking is one where there is exchange of  ideas and information between employees and thus working in a firm can bring about a form of networking.

Learn more about Network Systems from

https://brainly.com/question/1326000

HELPP will mark brainliest ; Tony, the team photographer, will be accompanying his college football team to their next away game. He will be shooting photos of his team in action on the field. Which equipment would be ideal for Tony to use for his work?
A.
suction mount
B.
shoulder mount
C.
pistol grip
D.
mini tripod
E.
crane

Answers

Answer:

c

Explanation:

because your more stabilized when taking shot

Access data is _ in a word document

Answers

Answer:

embedded

Explanation:

The access data object is linked or embedded in a word document. We can embed or link excel data sources as well as various others, and there is a long list of data sources allowed. The access data source is also one of the data sources that can be linked or embedded in the word file. Remember that we can link or embed these data sources in the word file, and linking and embedding are two different things. The technology is known as OLE technology.

Questions 6 - 9 Refer to the following code: public class WhatsIt { private int[] values; private double average; public WhatsIt () { values = new int[10]; findAvg(); } public WhatsIt (int[] n) { values = n; findAvg(); } public void findAvg () { double sum = 0; for (int i = 0; i < values.length; i++) { sum += values[i]; } average = 1.0 * sum / values.length; } public String toString() { return "Average: " + average + " Length: " + values.length; } } What does the line findAvg(); in the constructor do? Creates a reference to the average variable. Calls the method findAvg() so the variable average is updated correctly. Calls the constructor findAvg; so the object can be created in memory. This call should be removed. Checks to see if the average variable has been initialized

Answers

Answer:

class WhatsIt

{

private static int [] values;

private double average;

public Double Average=average;

public WhatsIt () {values = new int [10]; findAvg(); }

public WhatsIt (int [] n) {values = n; findAvg(); }

public static void findAvg ()

{double sum = 0;

for (int i = 0; i < values.length; i++)

{sum += values[i]; }

average = 1.0 * sum / values.length;

System.out.println(Average);

System.out.println(average);

}

public static String ToString()

{

   System.out.println(average); System.out.println(values.length);

   return "Average: " + average + " Length: " + values.length;

}

public static void main(String[] args)  

{

    //WhatsIt();

    //ToString();

    findAvg();

}

}

The findAvg() calculates the average.

The reference to average is defined as below:

public double Average=average;

And when we call findAvg average is initialized, and Average is also initialized, which we can check through println statement.

Explanation:

Please check the answer section.

A law firm approaches Harris and his team to design a new website for the firm. The firm's partners are all from different parts of the country
and have come together for the first time. Their business is expanding and therefore they'd like an online presence so that users across the
globe can reach them. Which two questions might relate to gathering client requirements at this stage in the development process?
Who are your main clients and competitors?
What font and background colors might your users like?
Are there any similar sites you have seen or liked?
What key information might your users want to see on the home page?
Should we develop your site using .NET or HTML5?

Answers

Who are your main clients and competitors?What key information might your users want to see on the home page?

Explanation:

Here the understood situation is that, the business is expanding so they need to develop a website.

Who are your main clients and competitors?

This is essential to understand the expectation of the client.

What key information might your users want to see on the home page?

Here the content of the web page is more important for any website.

Reason given to Invalid options:

The client does not know technical terms. So, the questions like which language should be used to develop the site or inquiring about the font and background goes void. The user may not have visited much websites too.

Answer:

a. who are your main clients and competitors?

c. are there any similar sites you have seen or liked?

Explanation:

Cameron oversees inventory tracking in her school store. Which feature in a database allows her to organize the items from highest to lowest price?
Graph
Filter
Search
Sort

Answers

Sort because it will sort out what items had the highest to lowest price.

Answer: sort

Explanation: I got an a

Consider the following class declaration.

public class Thing

{

private String color;



public Thing()

{

color = "Blue";

}



public Thing(String setColor)

{

color = setColor;

}

}

Which of the following code segments, when appearing in a class other than Thing, would create a reference of type Thing with a value of null ?


Thing someThing = new Thing("Green");

A

Thing someThing = new Thing("");

B

Thing someThing = new Thing();

C

Thing someThing;

D

Thing("Green");
E

Answers

Thing someThing; is the right answer

Explanation:

A. Thing someThing = new Thing("Green");

This would create a reference type with value "Green". This is because this calls the constructor with one parameter.

B. Thing someThing = new Thing("");

This would create a reference type with value "" (empty). This is because once again it calls constructor with one parameter.

C. Thing someThing = new Thing();

This would set an object with value as "blue". This is because in no argument constructor, the value of the color is set to blue.

D. Thing someThing;

This is the right answer, because it will declare an object but it will not create it. So it has only null value by default.

E. Thing("Green"); This is an invalid statement.

Student aid is based on either financial need or _____ need.

Answers

Answer:

academic

Explanation:

Final answer:

Student aid can be based on financial need or merit need. The FAFSA® is crucial to determine eligibility for financial need-based aid. Maintaining satisfactory academic progress is required to keep financial aid.

Explanation:

Student aid is based on either financial need or merit need. Merit-based aid is awarded to students based on their academic, artistic, or athletic achievements rather than on financial need alone. To determine eligibility for financial need, students and families fill out the Free Application for Federal Student Aid (FAFSA®), which is provided by the United States Department of Education.

As highlighted by the Higher Education Act of 1965, federal financial aid is critical in creating educational opportunities for millions of Americans. Eligibility for this aid depends on factors such as income, full-time or part-time attendance, and the cost of the institution. The process of taking out loans for college should be considered carefully due to the long-term commitment of loan repayment, potentially spanning 10 to 25 years.

To maintain eligibility for financial aid, students must make satisfactory academic progress. Offices at educational institutions are tasked with applying financial aid to the amount students owe, then dispatch the remaining balance for other college costs. Additionally, policies, like Pell Grant expansion and steps to ease student loan debt, continue to underpin government efforts to support students financially.

Before you create a pivot table, it is important to __.

A. Create a database

B. Sorry a database

C. Filter a database

D. Format a database

Answers

Before you create a pivot table, it is important to Create a database.

Option: A

Procedure to create Pivot Table:

1. Select the cells and table in the sheet containing the data you want to use.

2. Go to the Insert tab and click the PivotTable command.

3. In the dialog box ‘Create PivotTable’ will appear. Choose your settings, then click OK. In our example, we will use Sheet1 as our source data and insert the PivotTable on a new worksheet.

4. The Field List and blank PivotTable will appear on a new worksheet.

5. Once you create a PivotTable, you have to decide which fields to add. Each field has a simple column header from the source data. In the PivotTable Field List, check the box for each field you want to add.  

6. The selected fields will be added to one of the four areas below the Field List. In our example, the Salesman field has been added to the Rows area, while the Order Amount has been added to the Values area. Alternatively, you can click, hold, and drag a field to the desired area.

7. The PivotTable values will calculate and summarize the selected fields. In our example, the PivotTable shows the amount sold by each salesman.

Before data can be transformed, summarized or regrouped using a pivot table, it is important to: A. Create a database

A pivot table can be described to be a summary of large amounts of data in an interactive way.

Pivot table can involves summary such as sum, average, among others, by applying functions.

Also, with the aid of a pivot table, columns can be transformed into rows. A typical example of a pivot table has been shown in the image attached below.

Therefore, before data can be transformed, summarized or regrouped using a pivot table, it is important to: A. Create a database

Learn more here:

https://brainly.com/question/20029794

Which function will yield the total amount raised by
each store from January through March?
SUM
AVERAGE
MIN

Answers

Answer:

Sum

Explanation:

Just did the Assignment on Edge 2020

If a computer has a single processor, what two techniques can the operating system use to improve performance? How do these
techniques work?

Answers

Answer:

Boosting clock speeds or having high amounts of cache per core.

Explanation:

The two techniques that  the operating system can use are:

•Multitasking

•Multi -Threading

Multitasking can help improve the performance of Operating system that has single processor as the multitasking helps to perform  two or more program or several program on the computer system at the same time.

Multi -Threading help to  improve the performance of Operating system  as it enables several thread of a single processor to   performed or carried out tasks at the same time

Inconclusion The two techniques that  the operating system can use are:

•Multitasking

•Multi -Threading

Learn more here:

https://brainly.com/question/15028286

i need help on how to create a resume

Answers

Explanation:

Resume is a document, which the employer sees before he / she sees youIt should contain all your academic details and also experience details.If you are a fresher, experience need not be includedIt should list the certifications (which needs proof of certificate for verification) and additional courses done by youIt should also list the achievements made by you, which promotes youMentioning both soft skills and technical skill is mandatory to match your profile with the job description.If you are a fresher, make your resume simple.

Creating a resume is a critical step in the job application process. A good resume effectively showcases your skills, experiences, and accomplishments to potential employers, making it essential for securing interviews. The key components include your contact information, a professional summary or objective statement, work experience, education, skills, and any additional relevant sections such as certifications or volunteer work. The formatting should be clear, professional, and easy to read, maintaining consistent use of font styles and sizes.

In the first section that appears after your contact information, you should include either a professional summary or an objective statement that succinctly states what you are looking for and what you can offer to an employer. Following this, your work experience listed in reverse-chronological order should highlight your responsibilities and achievements. In these sections, tailor your resume to the job description, using similar terms and pointing out how your previous work aligns with the job requirements.

Your educational background should follow, focusing on higher education and any relevant courses or projects. Remember to include a skills section that matches the job description, and if you have space, additional sections like certifications, licenses, or volunteer experiences can further demonstrate your qualifications. An important aspect of preparing your resume is to ensure that it is free from typographical errors and that the layout is consistent and organized. Use transitional words to make your experiences flow, and remember to quantify achievements with numbers when possible to provide concrete evidence of your capabilities. Proofreading your resume is crucial before submitting it to make sure there are no mistakes.

Identify the correct options to complete the following passage.

You can use special tools such as __________ in word processors and presentation programs to create _________ on a computer.

1st blank answer choices:
- templates
- styles and formatting
- organization charts
-boxes

2nd blank answer choices:
- wireframes
- prototypes
- flowcharts

Answers

You can use special tools such as boxes in word processors and presentation programs to create flowcharts on a computer.

Explanation:

Word processors are the software to produce documents like reports, manuscripts, books, and letters. Microsoft word is the most popular word processing software. There are various formatting tools available in it to make the document easier to read and understand.

To create flowchart in MS-word-

Click insert  Click Shapes for drop down menu Find arrow lines and boxes to create flowcharts.

You can use special tools such as **templates** in word processors and presentation programs to create **prototypes** on a computer.

The verified answer is WRONG.

You’re building a new desktop computer from parts you picked out and purchased. You invested a good deal of money in this computer and want to be sure to protect your investment while you assemble it. What precautions should you take to protect your computer from damage and electrostatic discharge?

Answers

Answer:

We are required to take some precautions certainly. And these must be ensured(as explained in the explanation section) before we start assembling the parts.

Explanation:

For the problems like the electrostatic discharge, it must be ensured that while assembling the power must not be plugged in. And the manual must be consulted in case of any confusion. Also, make sure that none of the food or liquid is in the vicinity where you are assembling. And proper ventilation must also be maintained, such that the system is able to properly cool down. And you should daily clean the computer. And each of the voltage input and output should be exactly as being mentioned in the manual.

Suppose one hundred stores participated in the
fund-raiser for one year. What would be the most
efficient way to calculate totals and store averages
by month?
A. Using the sum and average functions on the
range of cells
B. Manually adding and averaging values
C. Using formulas that reference values instead
of cell addresses

Answers

I think the answer is A

James keeps a database to track sales for each of the sales associates. One of the sales associates has made two more sales today. James needs to _____. update the record delete the record and insert a new record delete the address field clear the address field

Answers

Answer:

update the record

Answer:

update a records

Explanation:

Why do hard drives tend to slow down over time?

Answers

Hard drives tend to slow down due to the build of unnecessary files and bits of info left behind.
It tends to slow down because of how much storage is used up on the drive also how much junk files you have placed on the drive itself

the place where information for handouts can be added

Answers

Answer:

notes

Explanation:

You need to place the information for handout in the notes page not just in the slide but also in the speaker notes, And when you will be planning to make use of the notes page as a handout, you need to mention the notes you want for the handout inside the notes pane, which is at the bottom of the slide. And if you will be putting the details in the notes pane, then your audience will get them in the handout.

Francis was advised to create a site map for his company website. In what way would a site map help his website?

A. improve visibility to search engines

B. represents the user interface

C. shows dimensions of website elements

D. Increases speed of loading of each page

Answers

Site map helps website to improve visibility to search engines

Explanation:

Let us understand the term "site map":

It contains list of web pages of the websiteSearch engine web crawlers read this to locate the content of our websiteIt can contain links in hierarchical order or it can be an XML file which would be given as an input to the search enginePages which are not directly accessed through the website menu can be indexed by the search engine.This is essential for "good SEO" practice.

Answer:

improves visibility to search engines

which of the following is an example of a consumer

Answers

Answer:

Looking at the economy, there are 2 types of people in the business industry. The buyer (Consumer), and the Producer (Industry producing the goods). The consumer represents the civil aspect, which is your average day person buying something from store

The frog is an organism that represents an example of a consumer.

What is Consumer?

In biology, consumers may be characterized as organisms on the food chain that significantly depends on autotrophs (producers) or other consumers for food, and nutrition, in order to derive energy which is ultimately required for their survival and reproduction.

Consumers are of three types. They are as follows:

Primary consumer.Secondary consumer.Tertiary consumer.

Primary consumers directly feed on the producers. They are herbivores. While secondary consumers rely on the primary consumer and tertiary consumers depend on the secondary consumer respectively.

Animals are called consumers because they ingest plant material or other animals that feed on plants, using the energy stored in this food to sustain themselves.

Therefore, the frog is an organism that represents an example of a consumer.

To learn more about Consumers, refer to the link:

https://brainly.com/question/380037

#SPJ3

Your question seems incomplete. The most probable complete question is as follows;

Which of the following is an example of a consumer?

Frogs.Water lily.Algae.Cattails.

An online apparel website aims to rank on top in the search engine results. Which technique will help the business list itself among top searches
when a user enters Keywords?
A. using exclusive key words such as "leather jacket" in an image
B. using exclusive keywords such as "white winter jacket"
C. using generic keywords such as "clothes
D. providing links to phishing websites

Answers

Answer:

A. using exclusive keywords such as "leather jacket" in an image

Explanation:

A. is the correct answer. This is because generic keywords are hard to be ranked for, as they are general for all. And using exclusive keywords like "while winter jacket" will do but if we use even better keywords like the leather jacket with image will work even better, as Google prefers the images, and as an example an infographic over an article. And it prefers a video over an image, and so forth. And never ever link to phishing websites, the Search engine will ban you.

Answer:

B white winter jacket

Explanation: i just took it

How does a linear algorithm perform compared to a quadratic one on our imaginary race track?

Answers

Answer:

The linear algorithms have the efficiency O(n). And their speed is always constant. And we need to calculate the efficiency of each of the algorithms for better management and application performance. If the input is big enough then quadratic algorithms O(N*N) always perform below a linear algorithm. And hence, linear programs are better.

Explanation:

Let us take an example of single for loop.

for i in range (1,10):

    print(x)

and second one:

for i in range (1,10):

 for j in range(1,10):

     print(i*j)

In the first single for look the algorithm is linear and it runs for 10 times, and when we increase range to 100 then it runs for 100 times. or O(N) times. However, when we consider two for loops in nested form then, it runs for 10 *10 =100 times and when we increase to 100 then it becomes, 100*100=10000 times. Thus, its complexity is O(N*N). Hence, quadratic algorithms are more complex and takes longer time to be solved.

Other Questions
What mixture is a blueberry muffin _____ includes managing the movement of raw materials and parts from their sources to production sites, managing the movement of materials, semi-finished, and finished products within and among plants, warehouses, and distribution centers, as well as the planning and coordinating of the physical distribution of finished goods to intermediaries and final buyers. In a song inspired by the classic television show The Twilight Zone, an American vocal group sang the lines, "Unpretentious girl from Memphis saw the future through her third eye." These lines underscore a specific extrasensory perception ability called: For solutes that move by simple diffusion, which of the following does NOT affect the rate of simple diffusion across a membrane?a) the membrane pore sizeb) the potential energy of the solutec) the size of the soluted) the concentration of the solute Tammany Hall provided immigrants with:O A. CoalO B. FoodO C. MoneyO D. All of the above (1 point) Find a linearly independent set of vectors that spans the same subspace of R3R3 as that spanned by the vectors 312, 923, 301. [312], [923], [301]. A linearly independent spanning set for the subspace is: A migratory bat species pollinates agave plants in northern Mexico on its way to the southwestern United States where it spends the summer eating insects and reproducing. Farmers spraying pesticides affect these bats, which eat the insects and also feed them to the baby bats. This could be the start of a story about ________.-threats to a keystone species-an extirpation-insect biodiversity-sustainable agriculture-an umbrella species Which equation could you use to solve for x in the proportion StartFraction 4 over 5 EndFraction = StartFraction 9 over x EndFraction? 4 x = 14 4 x = 45 5 x = 13 5 x = 36 Stars of spectral class m do not show strong lines of hydrogen in their spectra because Hydrogenotrophy is Choose one: A. an award given to fuel companies that have the most fuel-efficient vehicles. B. the oxidation of water during photosynthesis to liberate electrons, protons, and oxygen gas. C. the use of hydrogen gas as an electron donor. D. the generation of hydrogen gas by methanogens in syntrophy. A 37.5 kg box initially at rest is pushed 4.05 m along a rough, horizontal floor with a constant applied horizontal force of 150 N. If the coefficient of friction between box and floor is 0.300, find the following.(a) the work done by the applied forceJ(b) the increase in internal energy in the box-floor system due to frictionJ(c) the work done by the normal forceJ(d) the work done by the gravitational forceJ(e) the change in kinetic energy of the boxJ(f) the final speed of the boxm/s All visible color comes from __________ light. John works for a consumer products company. His job is to use information to identify and define marketing opportunities, evaluate marketing actions, and monitor marketing performance. John's work involves:_______. Which rights are all consumers entitled to? Choose all answers that are correct. the right to receive certain goods and services at reduced cost the right to safety when using the goods and services they buy the right to choose between a variety of goods and services at competitive prices the right to be informed about the goods and services they buy Suppose that the human insulin protein that was produced by the bacteria was much shorter than it should be. Upon further investigation, it was found that the DNA of the human insulin gene had a mutation while in the bacterial cells. What type of mutation could not result in these observations? 30 Days on Minimum Wage Worksheet What is the minimum wage rate at the time his episode aired? Read the conversation.CHAIRMAN REED. Id like to call this meeting to order. Mr. Hollembeak, your willingness to meet with us today speaks to your openness and integrity in this investigation. I am looking forward to an honest and candid discussion. Members of the committee, please remember that we will reconvene in a closed session at 2 p.m. today to take a vote. Please hold your comments and questions until each statement has been read. Mrs. Louis, please begin.MRS. LOUIS. Thank you, Mr. Chairman. I begin by referring to my colleagues November 22nd testimony that the files being discussed were not properly encrypted and that their security may have been compromised. Were you aware of this at the time?MR. HOLLEMBEAK. I was not aware. Based on the findings of an internal review board that I established after my appointment in 2016, I concluded that my departments security protocol was up to date.MRS. LOUIS. I understand that you released a report of your findings on February 15th of last year. Am I correct?MR. HOLLEMBEAK. You are correct.CHAIRMAN REED. Do you have a copy of this report with you, Mr. Hollembeak?MR. HOLLEMBEAK. I do. I have it here.CHAIRMAN REED. Submitted for the record, Mr. Hollembeaks security report, dated February 15, 2016.Read the conversation.CHAIRMAN REED. Id like to call this meeting to order. Mr. Hollembeak, your willingness to meet with us today speaks to your openness and integrity in this investigation. I am looking forward to an honest and candid discussion. Members of the committee, please remember that we will reconvene in a closed session at 2 p.m. today to take a vote. Please hold your comments and questions until each statement has been read. Mrs. Louis, please begin.MRS. LOUIS. Thank you, Mr. Chairman. I begin by referring to my colleagues November 22nd testimony that the files being discussed were not properly encrypted and that their security may have been compromised. Were you aware of this at the time?MR. HOLLEMBEAK. I was not aware. Based on the findings of an internal review board that I established after my appointment in 2016, I concluded that my departments security protocol was up to date.MRS. LOUIS. I understand that you released a report of your findings on February 15th of last year. Am I correct?MR. HOLLEMBEAK. You are correct.CHAIRMAN REED. Do you have a copy of this report with you, Mr. Hollembeak?MR. HOLLEMBEAK. I do. I have it here.CHAIRMAN REED. Submitted for the record, Mr. Hollembeaks security report, dated February 15, 2016.What kind of moderator is Chairman Reed?A. Effective. Chairman Reed is reminding participants of the rules for discussion, acknowledging Mr. Hollembeaks point of view, and asking him to support his point of view with facts. B. Effective. Chairman Reed is keeping the discussion on topic by preventing other board members from participating and by challenging Mr. Hollembeaks claim by demanding proof. C. Ineffective. Chairman Reed is not following the rules for discussion that he lays out in his opening statement, and he is not properly staying on topic.D. Ineffective. Chairman Reed is not allowing the other board members to share their points of view, and he is not following the discussion rules. 5. At 20C, the water autoionization constant, Kw, is 6.8 1015. What is the H3O+ concentration in neutral water at this temperature? A. 6.8 107 M B. 3.4 1015 M C. 6.8 1015 M D. 8.2 108 M E. 1.0 107 M A block of mass 22 kg is sliding along the ice at constant speed 5.0 m/s. Just ahead of it is a block of mass 29 kg sliding in thesame direction at constant speed 4.6 m/s. When the two blocks collide, the 29-kg block travels at a new speed of 7.2 m/s. What isthe new speed of the 22-kg block? An investment project has an initial cost of $260 and cash flows $75, $105, $100, and $50 for Years 1 to 4, respectively. The cost of capital is 12 percent. What is the discounted payback period