Unit 2 Case Study

 

Please read The Deutsche Bank case study (see HBS Coursepack) and answer the following questions with substantive answers in a cohesive essay. Your paper should be at least 3 pages in length. Use proper grammar, spelling, citations, etc.

1. What is blockchain technology, and how can it be used in organizations and industries to create value?2. Is blockchain technlogy a disruptive platform?3. How did the Deutsche Bank managers lay the foundations for commercializing blockchain?4. How should Deutsche Bank move ahead to start crating value from blockchain? Which key issues should it consider?

Compose your essay in APA format, including the introduction and conclusion, and in-text citations for all sources used. In addition to your 3 page (minimum) essay, you must include an APA-style title page and reference page. Click the assignment link to compare your work to the rubric before submitting it. Click the same link to submit your assignment.

Points Possible: 50

Material

 

https://hbsp.harvard.edu/import/714113

Will provide password for course pack once bid accepted.

new tech bus leaders

 Do you foresee that the traditional computer will be replaced by mobile and smart technologies as a primary device form factor in the near future? If one looks at the world of education for example, the use of Google Chromebooks and Apple iPads are now running the majority of school infrastructures. Mobile apps replace traditional software. Can the same hold true for corporate enterprises today? 

Problem set(Mangerial Finance)

Jenny Cochran, a graduate of The University of Tennessee with 4 years of

experience as an equities analyst, was recently brought in as assistant to the

chairman of the board of Computron Industries, a manufacturer of computer

components.

During the previous year, Computron had doubled its plant capacity, opened new

sales offices outside its home territory, and launched an expensive advertising

campaign. Cochran was assigned to evaluate the impact of the changes. She began

by gathering financial statements and other data. (Data Attached)

a. What effect did the expansion have on sales and net income? What effect

did the expansion have on the asset side of the balance sheet?  What do you

conclude from the statement of cash flows?

b. What is Computron’s net operating profit after taxes (NOPAT)? What are

operating current assets? What are operating current liabilities? How much

net operating working capital and total net operating capital does

Computron have?

c. What is Computron’s free cash flow (FCF)? What are Computron’s “net

uses” of its FCF?

d. Calculate Computron’s return on invested capital (ROIC). Computron has a

10% cost of capital (WACC). What caused the decline in the ROIC? Was it

due to operating profitability or capital utilization? Do you think

Computron’s growth added value?

e. What is Computron's EVA?  The cost of capital was 10% in both years.

f. Assume that a corporation has $200,000 of taxable income from operations.

What is the company's federal tax liability?

g. Assume that you are in the 25% marginal tax bracket and that you have

$50,000 to invest. You have narrowed your investment choices down to

municipal bonds yielding 7% or equally risky corporate bonds with a yield

of 10%. Which one should you choose and why? At what marginal tax rate

would you be indifferent?

Term paper

please  read the instructions thoroughly.

My paper topic is:

Ethical Uses of Cryptology in Computers and Information Technology 

Cloud Computing week 6

 Discussion Topic: Define and describe cloud-based collaboration. What are the advantages and disadvantages? 

Paper Topic

Topic: The CIO of Ace Accounting Services suggests that the company can save considerable money using VoIP for phone calls. Define and describe VoIP. Then present three companies that provide VoIP offerings. Compare and contrast each company’s offering. Also, discuss whether or not you agree with the CIO and justify why.

Paper requirements:

  • Minimum 900 words (excluding title page, table of contents, and references pages)
  • Minimum of 3 references
  • Format your paper consistent with APA guidelines
  • When submitting the assignment, please ensure you are submitting as an attached MS Word document.

Please use attached APA 7 format especially for REFERENCES, TABLE OF CONTENTS.

Research Paper

 After reading the provided article attached article.

Please do research on the Daubert standard (https://en.wikipedia.org/wiki/Daubert_standard) and the Frye standard (https://en.wikipedia.org/wiki/Frye_standard). I strongly recommend doing additonal research as well.

Then your deliverable in this assignment is a 2-page report (no more than 3 pages please) discussing how you would approach either (a) analyzing a new mobile forensics tool (2) what are the most important elements to you and (3) how you would justify your approach. Please be sure to:

1.    Outline and discuss the methodology that you will use.
2.    Provide a reasoned argument as to why the particular methodology (or methodologies) chosen is relevant.
3.    Identify key facts and identify key considerations to consider from a technical / forensic standpoint that the company should consider.
4.    Identify key facts and identify key considerations to consider from a legal standpoint that you should consider.
5.    Discuss in detail (step by step) the process that you will use to collect evidence and discuss the relevant guidelines that need to be followed when collecting digital evidence.
6.    Be sure to back your reasoning with case law as applicable. 

Cloud computing

Define and describe business continuity.
Define and describe disaster recovery.
Explain the differences between the two using at least 2 scholarly resources in APA format. Finally, provide a real world example of both

2-3 pages at least and no plagiarism.

Research Paper: Big Data and the Internet of Things

The recent advances in information and communication technology (ICT) has promoted the evolution of conventional computer-aided manufacturing industry to smart data-driven manufacturing. Data analytics in massive manufacturing data can extract huge business values while it can also result in research challenges due to the heterogeneous data types, enormous volume and real-time velocity of manufacturing data.

For this assignment, you are required to research the benefits as well as the challenges associated with Big Data Analytics for Manufacturing Internet of Things.

Your paper should meet these requirements:

  • Be approximately four to six pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library(https://www.ucumberlands.edu/library) is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

object oriented programming java

 

Simulate the functioning of a network interface. An interface has a MAC address (a String). Computers (threads) send ethernet frames to the network interface input which is a waiting queue. Computers send frames every 1 second. Each frame contains a message and a destination address.

The network interface controller (thread) gets the frame from the queue and checks if the destination address is the same with the network card address. If they are they are different the packet is dropped. If they are the same the controller displays on the screen “Frame with message was accepted. Every 5 seconds the controller outputs on the screen statistics : how many frames were accepted, how many were dropped.

In main test the program with 100 computers, each sending 10 frames and a network interface card. Solve the concurrent access to shared resources using objects lock, wait and notify.