Problem 6- Legal

Question I – Megatron, Inc. is a company with its principal offices in the United States. For years, Megatron has only operated domestically; however, Megatron’s board of directors now feels it is in the company’s best interests to explore how to do business internationally. Give at least three examples of actions Megatron can take with regards to foreign government officials, which would benefits Meagtron’s international growth without running afoul of the Foreign Corrupt Practices Act (FCPA)?

Question II – Cowboy, Inc., an American corporation that produces cowboy hats contract with a manufacturing plant in France, Beret, Inc.  The contract provides that Beret, Inc. will produce the cowboy hats in France to be distributed back in the United States by Cowboy, Inc.  The contract does not provide which country’s law will apply if a dispute arises between Cowboy and Beret.  Eventually, Cowboy discovers that Beret is not producing the hats under the specifications agreed upon in the contract.  Which will American or French law be used in settling the dispute?  Why?

Text

Title: Business 

ISBN: 9780357447642 

Authors: Marianne M. Jennings 

Publication Date: 2021-01-01 

Edition: 12th Edition

Develop a Complete Disaster Recovery Plan to be submitted to the executive board of your company

 Develop a Complete Disaster Recovery Plan to be submitted to the executive board of your company

Only MS Word (.doc, .docx) and Adobe Acrobat (PDF) formats are acceptable. Please note that this is a formal writing, all references (peer-reviewed) mostly must be cited appropriately within the text and clearly avoid plagiarism. The paper should have a minimum of 10 pages, 1.5 spacing and Times New Roman font. A minimum of 5 peer review references must be provided. Reference style is APA. You can also have some web references alongside the stated requirement. Please see class syllabus for additional details 

Artificial Neural Networks

  

For this assignment we will build Neural Network to predict house prices with Keras package.

Use the link below from “FreeCodeCamp” website, download the dataset and implement the model step by step using Jupyter Notebook. The tutorial is well-structured and easy to follow.

Link: https://www.freecodecamp.org/news/how-to-build-your-first-neural-network-to-predict-house-prices-with-keras-f8db83049159/

Deliverable:

· Your report including the screenshots of your implementation.

· Your code (.ipynb) file.

Database STIGs

Write  500 words or more explaining why “Database STIGs” is important for your peers to understand. Be focused and specific.

Use at least five sources. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources. 

Write in essay format not in bulleted, numbered or other list formats. 

Introduction to Data Analytics and Programming

  

Description

Write a 1,000 word blog on a topic that interests you. Data Analysis and programming are ever growing fields. Everyone has data, needs data analyzed, and create actionable items about what they learn from their data. Data analysis is a process of inspecting, cleansing, transforming and modeling data with the goal of discovering useful information, informing conclusion and supporting decision-making. Data analysis has multiple facets and approaches, encompassing diverse techniques under a variety of names, and is used in different business, science, and social science domains. Computer programming is the process of designing and building an executable computer program to accomplish a specific computing result. Programming involves tasks such as: analysis, generating algorithms, profiling algorithms’ accuracy and resource consumption, and the implementation of algorithms in a chosen programming language. In your Excel assignment, you’ve actually already done some data analysis! Time Series and 80/20! Your assignment is to pick a major company that you’d like to work for from the list and write a 1,000 word “Blog” on your website. Webpage Requirements: 

Write a 1,000-word blog on a company that you’d like to work for and research the programming languages they use OR on a data analytics application you’d like to learn more about: Programming Review companies include the following: Google Search – Front End C & C++; Back End Web crawler – Python Google Chrome – Python, Assembly, C++ Adobe – C & C++; UI – JavaScript Apple – Objective C, C++ Microsoft – Windows Operating System C++; Powerpoint, Exel, Word – C & C++ YouTube – PHP (Before Google Acquisition), now Python Linux – C & Python Dropbox – Python Facebook – PHP Reddit – Python Data Analytics and Machine Learning Review include the following: R-Programming Python Java C/C++ PowerBI Tableau Microsoft – Windows Operating System C++; Powerpoint, Exel, Word – C & C++ SAS Sentiment Analysis KNIME RapidMiner Feel free to include links to videos or images to make more interesting.

Exp22_Excel_Ch12_CumulativeAssessment_Variation_Teaching_Schedule

 Exp22_Excel_Ch12_CumulativeAssessment_Variation_Teaching_Schedule 

 Exp22 Excel Ch12 CumulativeAssessment Variation Teaching Schedule 

Excel Chapter 12 Cumulative Assessment – Variation Teaching Schedule 

  

Project Description:

You have just started your first career as a high school teacher. To jump start your planning process, you would like to create a teaching schedule template to help plan your weekly tasks. You will create a template, create custom macros to automatically insert dates, and inspect the document for issues.

     

Start Excel. Download and open   the file named   EXP22_Excel_CH12_Cumulative_Assessment_Variation_TeachingSchedule.xlsx.   Grader has automatically added your last name to the beginning of the   filename. 

 

Clear all data validation in the   range A1:G19. 

 

Delete the sample text in cell   B2

 

Type Teaching Schedule in cell B1.

 

Type Prepared by: in cell F1.

 

Delete the value in cell G1.

 

Add the following comment in   cell G1 Enter Name.

 

Type Monday in cell C4 and use the fill handle to fill the   range D4:G4 with the remaining days of the week. 

 

Use the document inspector to   inspect the document. Remove document properties and personal information and   then click or select close.
 

  Note: Mac users, from the Excel menu, open your preferences, click or select   Security, and then click or select the check box to Remove personal   information from this file on save.

 

Use the accessibility checker to check the document for issues.   Accept the recommended actions for merged cells and use the recommended   action to select Rose, Table Style Medium 23. Close the accessibility checker   pane.

 

Record a macro named ClearSchedule using the shortcut   CTRL+SHIFT+J. Add the description When run, this macro clears the values in the schedule (no period). When run, the   macro should delete the values in cell G1 and in the ranges C3:G3, C5:G6,   C8:G9, C11:G12, C14:G15, C17:G19, in that order.

 

Create a form control button   that fills cell F2. Assign the ClearSchedule macro and edit the button text   to Clear.

 

Create a form control button   that fills cell G2 and edit the button text to Insert Dates.

 

Open the VBA editor and create a   new module named DateStamp. Create a procedure named InsertDate. Insert the comment Inserts   weekly dates,   then enter the following code Range(“C3:G3”) = Array(Date, Date + 1, Date +   2, Date + 3, Date + 4)   and exit the VBA editor.

 

Assign the InsertDate macro to   the Insert Dates form control button.

 

Test both macros and then open   the VBA editor. Locate the module containing the ClearSchedule macro. Copy   the code and paste it starting in cell B2 in the Code worksheet. 

 

Locate the module containing the   InsertDate macro. Copy the code and paste it starting in cell D2.

 

Check the document for   compatibility with Excel 2016 and 2019.
 

  Note: Mac users, skip this step.

 

Save EXP22_Excel_CH12_Cumulative_Assessment_Variation_TeachingSchedule   as a macro-free workbook and close it. Exit Excel. Submit the file as   directed.