Investigate and describe the current state of deforrestation.Describe why this topic is worthy of investigating. Outline the conflict.

?Each student will identify an environmental issue to investigate and write a scientific research paper. The investigation will take place in four parts over the course of the rest of this school year. Research Question: What is the current state, the causes, effects and sustainable solutions?.(insert your topic of choice)? Topic: Deforrestation Part 1 What is the current state of the environmental issue deforrestation? 3-4 pages (including graphs and pictures) ?Investigate and describe the current state of deforrestation.chosen environmental issue. Describe why this topic is worthy of investigating. Outline the conflict. Why is it important to you? Provide the scientific background information on the issue(s). You are expected to present your findings as a written scientific paper with a complete list of references and citations. You will use the MLA method of citation and referencing. ?Images, statistics and descriptions come together to give the reader a complete understanding of what is happening now with regard to your selected environmental issue. ?This assignment is a science research paper. Therefore, beyond the introduction, your opinion or how you feel about the issue is of little or no concern to the reader and should not be included in your paper.Part 2 What are the causes of the environmental issue? 3-4 pages (including graphs and pictures) ?Investigate and describe the causes of your chosen environmental issue. Your findings will be presented descriptions come together to give the reader a complete understanding of how this environmental issue became a problem. A comprehensive understanding of the problem is to be communicated clearly and completely to the reader utilizing data tables, maps, images, descriptions and explanations.  

If a charge particle moves in a straight line and there are no other forces on it, except possibly from a magnetic field, can you say with certainty that no magnetic field is present? Explain.

Question 1 : If a charge particle moves in a straight line and there are no other forces on it, except possibly from a magnetic field, can you say with certainty that no magnetic field is present? Explain.Question 2 : In a velocity sector, the uniform magnetic field of 1.5 T is produced by a large magnet. Two parallel plates with a separation of 1.5 cm produce the perpendicular electric field. What voltage should be applied across the plates so that: Question 3 A horizontal magnetic field of 1.0×10??T is at an angle of 30ø to the direction of the current in a straight wire 75 cm long. If the wire carries a current of 15 A, what is the magnitude of the force on the wire? Question 4 An electron travels at a speed of 2.0×10?? m/s through a uniform magnetic field of strength 1.2×10??T. What is the magnitude of the magnetic force on the electron if its velocity and the magnetic field: Question 5 A square loop of wire with sides of length 40 cm is in a uniform magnetic field perpendicular to its area. If the field?s strength is 100 mT and it decays to zero in 0.010 seconds: Question 6 The armature of an ac generator has 100 turns. Each turn is a rectangular loop measuring 8.0 cm by 12 cm. The generator has a sinusoidal voltage output with an amplitude of 24 V. If the magnetic field of the generator is 250 mT:Question 7 An ac generator supplies 20 A at 440 V to a 10,000 V power line. If the step up transformer has 150 turns in its primary coil, how many turns are in the secondary coil?

Write a program that plays the subtraction game (Nim).

Write a program that plays the subtraction game (Nim). We have written a simplied version before….as a reminder, The game is such that there are initially 21 stones. Each player takes turns removing 1-3 stones on their turn (their choice). Play alternates back and forth. The person who takes the last stone is the loser… Rather than having another player have a computer AI remove 1-3 stones randomly (to a degree, when 4 stones or less hard-coded choices). Create at least two functions, aiMove, and userMove…these functions should return the amount of stones to take from the pot.code:import randomdef main(): stones = 21; #TODO: # – Randomly determine starting player # – Alternate between AI and User, calling their methods # – When a player takes the last stone, end the game and state that they lost.def userTurn(sPile): A function that asks the user how many stones to take, and returns that amount. It also checks to make sure that the user enters a valid choice (1-3, or less if the pile of stones doesn’t have 3). :param sPile the number of stones in the pile :return the valid number of stones to take —0 is place holder #TODO: complete the method to ask the user for a number of stones to take (keep asking until valid). return(0)def aiTurn(sPile): A function that randomly generates a number of stones to take…1-3, or use if-statements when 4 or less stones remaining :param sPile the number of stones in the pile :return the valid number of stones to take —0 is place holder #TODO: complete the method to randomly generate the number of stones to take. return(0)main()

What is fraud? Who perpetrates it? What is its impact on business? Why does fraud still persist after the scandals of WorldCom and Enron in the early 2000s and the passage of Sarbanes-Oxley

1. What is fraud? Who perpetrates it? What is its impact on business? Why does fraud still persist after the scandals of WorldCom and Enron in the early 2000s and the passage of Sarbanes-Oxley?2. Class?.. Let me get us started:Skimming ? An “off-book” fraud scheme that is manifested by the theft of cash from a victim entity before it is entered into the accounting records. Various types of sales skimming schemes include:33Fraud is an intentional act by one or more individuals among management, those charged with governance, employees, or third partit’s, involving the use of deception to obtain an unjust or illegal advantage.Fraudulent financial data reporting process which can be done through manipulation of books, records and documents, omission of certain transactions, misapplication of accounting principles (of course when these are done intentionally).The two analytical tests for detection of fraud are as follows :-1. Sureprise checks2. Walk through test or Examination in depth1. Surprise checks:-The auditor visiting the premises of client without giving prior intimation. Surprise checks are a part of normal audit procedures. An element of surprise can significantly improve the audit effectiveness. Wherever, practical, an element of surprise should be incorporated in the audit procedures.The following are the important recommendations:-1. The element of surprise in an audit may be, both in regard to the time of audit. That is selection of date of surprise checks) and selection of areas of check.2. Areas of surprise check :- the areas over which surprise checks should be employed would depend upon the circumstances of each audit but should normally include:-A. Cash and investmentB. Stores and inventoriesC. Books of prime entry and statutory registersD. Internal controls and internal checks 

As an IT Manager, you were tasked to improve the performance of the local Airport’s (Bule Sky Airport ) Passenger Processing system.  This is to make the Airport more efficient and more secure. There are three databases in the Bule Sky Airport Passenger Processing IT system :1-Passenger database will record and authenticate each passenger in the airport2-Employee database will record and authenticate each employee in the airport3-Flight database will record each flight in the airportAfter having meetings with the airport owners and managers Passenger and Flight databases and related processing will be moved to the cloud.   Employee database and related calculations (calculating the salary and other benefits) will be done on the premises.QUESTION 1: Write the benefits of “monthly cloud use” for passenger databases and flight databases and the related processing for the given Airport Case.

As an IT Manager, you were tasked to improve the performance of the local Airport’s (Bule Sky Airport ) Passenger Processing system.  This is to make the Airport more efficient and more secure. There are three databases in the Bule Sky Airport Passenger Processing IT system :1-Passenger database will record and authenticate each passenger in the airport2-Employee database will record and authenticate each employee in the airport3-Flight database will record each flight in the airportAfter having meetings with the airport owners and managers Passenger and Flight databases and related processing will be moved to the cloud.   Employee database and related calculations (calculating the salary and other benefits) will be done on the premises.QUESTION 1: Write the benefits of “monthly cloud use” for passenger databases and flight databases and the related processing for the given Airport Case.QUESTION 2: Before you begin the design process (to move Passenger and Flight databases and related processing to the cloud), you have to ensure that you have a complete set of system requirements. Write the Functional requirements and Nonfunctional system requirementsQUESTION 3: While you are designing your cloud-based solution for the airport system, how you would address the following issues related to the long-term operation of the airport?

You selected a product and developed a persona that reflects your target market. Your work on this milestone must be based on the same product selection. Review the feedback from your instructor on your persona, and make any needed improvements

Overview In the Module Two milestone, you selected a product and developed a persona that reflects your target market. Your work on this milestone must be based on the same product selection. Review the feedback from your instructor on your persona, and make any needed improvements before completing this assignment. Your work on this milestone must be based on that corrected persona.In this milestone, you will consider how to make decisions about place, meaning the distribution channels to use for your chosen product. Specifically, you will consider trends in the marketplace that are affecting distribution channel use and which distribution channel may be appropriate for the target market (i.e., persona).You will receive instructor feedback on this milestone, revise your work, and add it to your project submission.Complete the Module Five Milestone Worksheet in your Soomo webtext and submit it for instructor feedback. To navigate to the worksheet, click the Contents button on the upper right, then select the Milestone: Module Five Milestone tab from the Chapter Five drop-down menu.Specifically, you must address the following rubric criteria:Recent Change in the Marketplace: Describe how one recent change in the marketplace (purchasing habits or social, economic, and political events, for example) has affected distribution of products.Distribution Channel: Recommend one potential distribution channel (direct-to-consumer, retail, wholesale, distributor, or agent/broker) for your chosen product, and explain why it is appropriate given your product and persona.

Describeÿthe IT audit process and describe 1 difference between the roles of an internal and an external auditor.

Describeÿ2 methods to use AIS to analyze financial and accounting data.
Describeÿthe IT audit process and describe 1 difference between the roles of an internal and an external auditor.
Discussÿ2 accounting software that are in use today.
Information systems auditors sometimes use tools or information they can download from the Internet. These tools or information may include software, audit guides, or computer security advisories.ÿLocateÿ2 examples from the Internet of audit tools, audit guides, or computer security advisories that you would find useful in conducting an audit of a client?s computer system.
Shareÿhow you can apply the information learned in this course to your current or future role in accounting.

Select a job that you have held or managed, or that you would like to in the future. Explain in detail how you would conduct a job analysis of this position.

Select a job that you have held or managed, or that you would like to in the future. Explain in detail how you would conduct a job analysis of this position. Remember, you won?t be able to actually complete a job analysis, because it?s a time-consuming and very detailed process? Instead, your task here is to create a roadmap or guide for how you would complete a job analysis if you had sufficient time, resources, and access to do so. Create a professional written guide explaining how a manager or HR professional would complete this task. Frame your work as a professional document, not a school assignment (other than in-text citations and a References list, where applicable). This guide should be of a level of quality that you could actually give it to a manager in the workplace to demonstrate your knowledge and capabilities in Talent Management.The exact format of your paper is up to you, but the guide should have separate sections addressing each of these topics in detail:Remember to keep your focus on the job analysis process, not on the details of your position. You should not be trying to guess at what an actual job analysis would tell you, but rather explaining to your reader how to conduct a job analysis.

Discuss the role of various healthcare markets (e.g., the commercial insurance market, private health care market, public system market (i,e, Medicaid, Medicare, VA system, etc.) on the U.S. health care system. How do the various market segments differ and how are they similar?

Assignment ContentResearch scholarly, peer-reviewed, current (within the last 3 years) articles that discuss the roles of labor markets, competitive markets, and policy in the health care industry, as well as the characteristics of the U.S. health care system. Write a 1,050- to 1,400-word paper in which you do the following:Discuss the role of various healthcare markets (e.g., the commercial insurance market, private health care market, public system market (i,e, Medicaid, Medicare, VA system, etc.) on the U.S. health care system. How do the various market segments differ and how are they similar? Discuss features such as who (or what) pays for the healthcare in each system, who is covered under each system, etc.Assess the role of the labor market in the U.S. health care system. Discuss the role of healthcare in relation to non- healthcare employers on a national level as well as the role of healthcare as an employer.Compare and contrast federal, state, and local policies that affect the delivery of health care in the U.S.Choose the health care system of one country other than Canada and briefly compare and contrast it to the U.S. health care system.Include at least 3 references to support your paper. Format your paper according to APA guidelines.

How does Actor-Network Theory differ from Marxist approaches to media industry studies

Week 8 Worksheet – MouldAnswer these questions in 2-4 sentences each after reading Eli Mould’s “Lights, Camera, but Where’s the Action?”1. How does Actor-Network Theory differ from Marxist approaches to media industry studies?2. In your own words, how would you explain the ANT term Actant? What would be examples of actants in the Three Dollars example?3. In your own words, how would you explain the ANT term Enrolment? What would be examples of enrolment in the Three Dollars example?4. In your own words, how would you explain the ANT term Black-boxing? What would be examples of a black-box in the Three Dollars example?5. In your own words, how would you explain the ANT term practice? What would be examples of practice in the Three Dollars example?Week 8 Worksheet – RifkinAnswer these questions in 2-4 sentences each after reading Jeremy Rifkin’s “When Markets Give Way to Networks…”1. In what ways is Hollywood a model for the transformation to a network-based economy?2. Why did a network system of film production emerge in the 1950s?3. How does the network approach to commerce continue to benefit major companies such as the movie studios?4. Why have the culture industries been at the forefront of moves to network economies?5. What does it mean for a good to evolve into a service? Since this essay is nearly two decades old, can you think of more recent examples of goods that have become services?

× How can I help you?