BI – IOT

Research Apple Home Pod. How does it interact with smart home devices? Alexa is now connected to smart home devices such as thermostats and microwaves. Find examples of other appliances that are connected to Alexa and write a report. 

Write a Paper with 2 pages, active references, intext citations, APA format.

Easy Python Assignment

Hello, I need help with an easy python assignment. It is divided into 2 sections (see uploaded files). It is quite easy (I just don’t have time right now) so I believe that you can do it fast, tell me how long you need (preferably within 24h).

Thank you in advance 

Modify this IOS program

  

1. Change the cell layout to use the other two styles.

2. Expand the settings screen to allow for specifying two sort fields. Then have the sorting be done by first one and then the other field. 

3. Choose different fields from the Contact class to display in the table. 

4. Change the display in the table to look like this instead: Main label: Superman from Metropolis. Detail Label: Born on: April 18, 1938.

5. Change the app so when the user taps the + button to add a new Contact, the Contact screen is put into edit mode and the cursor placed in the first text field.

6.  add a delete button to the Alert Controller, and implement the functionality to delete the chosen contact. 

7. Use the destructive style for the button.

8.  Add the ability to sort by a secondary field (e.g., sort by name within the city). 

9. Find a way to have the picker for the sort field display the fields with uppercase words and the name as Contact Name, rather than contactName.

Assginment

 Data records are important, and depending on the organization, it does have different types of retention. What are the best ways to accommodate data for the long term?  

Statistics Associated with apps in Google Play

The Google Play marketplace provides an online mechanism for developers to share their apps. What are some of the statistics associated with existing apps in Google Play? Identify three different apps in Google Play and discuss aspects that make the apps successful. 

Computer Programing

In 250 words or more, answer the following.

There are multiple types of branches that we regularly use in our code.  For our discussion this week, I would like you to teach another student about branching.  What is it?  Why is it important?  What is a boolean expression?  These are the types of conversations I want to have this week.  I do NOT want you to just Google the definition of an IF ELSE statement and share it.  Let’s actually teach each other how to do it.  

Peer-Reviewed Journal Analysis

  For this assignment you will read the Amron et al. peer-reviewed journal  article on cloud computing linked in Resources. As you read the  article, take notes about the theories, models, and/or frameworks the  authors used. Prepare to describe the main themes of the article’s  literature view and explain the research findings. State specifically  what business technical problem is answered by the research article. 

Instructions

Complete the following:

  • Describe the relevant theories, models, and/or frameworks the authors used to support their research.
  • Review at least one article cited by Amron et al. and explain how they used its findings, theory, or framework to support their research.       
    • Cite the article in current APA format.
  • Explain the findings from the Amron et al. research article.
  • State specifically what business technical problem is answered by this research article.
  • Communicate in a manner that is scholarly, professional, and  consistent with expectations for information technology professionals.

Submission Requirements

  • Written communication: Write in a professional manner using current APA style and formatting with correct grammar, usage, and mechanics.
  • APA formatting: Resources and citations are formatted according to current APA style and formatting.
  • Length: 3–6 typed, double-spaced pages.
  • Font and font size: Times New Roman, 12 point.

 

Resources

Select one topic

Select one of the following topics:
Immigration
Drug legislation
Three-strikes sentencing
Write a 1,250- to 1,400-word paper describing how EACH BRANCH of the government participates in your selected policy.
Format your presentation consistent with APA guidelines.
PLEASE NOTE: There needs to be at least three different peer reviewed literature references
Wikipedia, dictionaries, and encyclopedias are not peer reviewed literature references.

IMPLEMENTATION STRATEGIES

Week 7 Assignment – Case Study: Implementation Strategies
Use the Week 7 Case Study Template [DOCX] to complete this assignment.
Your proposed information system is still a contender. The executives, however, are asking whether it is too limited to prevent the shadow IT projects that continue to take place throughout the organization.
They believe that you have considered what the organization does now, but how will your system adapt to new products and processes? The following video is an example of two companies – Apple and Google – adapting new products and processes in spite of multiple challenges.

  1. Identify any significant changes that your organization might reasonably make in its product offerings in the next three years. Explain the competitive benefits of this change.
  2. Explain how your information system addresses or can adapt to the introduction of these new product offerings.
  3. Give one reason why capabilities for the new product offerings should or should not be incorporated in the initial information system design. Justify your reason.
  4. This memo should be 3–5 pages long.
    If you use sources to support your writing for this assignment, choose sources that are credible, relevant, and appropriate. Cite each source listed on your source page at least one time within your assignment. For help with research, writing, and citation, access the library or review library guides.
    This course requires the use of Strayer Writing Standards. For assistance and information, please refer to the Strayer Writing Standards link in the left-hand menu of your course.
    The specific course learning outcome associated with this assignment is:
  • Determine how information systems influence organizational strategies to improve decision making.

YOU CAN COPY AND PASTE THE LINKS IN YOUR ADDRESS BAR TO REVIEW

Exp22_Excel_Ch07_CumulativeAssessment_Variation_Shipping

Exp22_Excel_Ch07_CumulativeAssessment_Variation_Shipping

Exp22 Excel Ch07 CumulativeAssessment Variation Shipping

Excel Chapter 7 Cumulative Assessment – Variation Shipping

  

Project Description:

You work for a company that sells cell phone accessories. The company has distribution centers in three states. You want to analyze shipping data for one week in April to determine if shipping times are too long. You will perform other analysis and insert a map. Finally, you will prepare a partial loan amortization table for a new delivery van.     

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

 

The Week worksheet contains data   for the week of August 5.
 

  In cell D7, insert the appropriate date function to calculate the number of   days between the Date Arrived and Date Ordered. Copy the function to the   range D8:D35. 

 

You want to display the weekday   for the arrival dates.
 

  In cell E7, insert the WEEKDAY function to identify an integer representing   the weekday of the Date Arrived. Copy the function to the range E8:E35. 

 

You need to format the WEEKDAY   function results with a custom number format.
 

  Select the range E7:E35, apply the custom number format dddd, and apply center horizontal   alignment.c 

 

Next, you want to display the   city names that correspond with the city airport codes.
 

  In cell G7, insert the SWITCH function to evaluate the airport code in cell   E7. Include mixed cell references to the city names in the range G2:G4. Use   the airport codes as text for the Value arguments: AUS for Austin, DFW for Dallas-Fort Worth, and IAH for Houston. Copy the function   to the range G8:G35. 

 

Now you want to display the   standard shipping costs by city.
 

  In cell I7, insert the IFS function to identify the shipping cost based on   the airport code and the applicable shipping rates in the range H2:H4. Enter   the airport codes in this sequence: AUS, DFW, IAH (with their respective   costs). Use relative and mixed references correctly. Copy the function to the   range I8:I35. 

 

Finally, you want to calculate a   partial shipping refund if two conditions are met.
 

  In cell J7, insert an IF function with a nested AND function to determine   shipping refunds. The AND function should ensure both conditions are met:   Total Days is greater than Total Days Delivery Goal (cell C3) and Order Total   is equal to or greater than Order Total Threshold (cell C2). If both   conditions are met, the refund is 50% (cell C4) of the Shipping Cost.   Otherwise, the refund is $0. Use mixed references as needed. Copy the   function to the range J8:J35. 

 

The Stats worksheet contains   similar data. Now you want to enter summary statistics.
 

  In cell B2, insert the COUNTIF function to count the number of shipments for   Austin (cell B1). Use appropriate mixed references to the range argument to   keep the column letters the same. Copy the function to the range C2:D2. 

 

In cell B3, insert the SUMIF   function to calculate the total orders for Austin (cell B1). Use appropriate   mixed references to the range argument to keep the column letters the same.   Copy the function to the range C3:D3. 

 

In cell B4, insert the AVERAGEIF   function to calculate the average number of days for shipments from Austin   (cell B1). Use appropriate mixed references to the range argument to keep the   column letters the same. Copy the function to the range C4:D4. 

 

Now you want to focus on   shipments from Houston where the order was greater than $1,000.
 

  In cell C7, insert the COUNTIFS function to count the number of orders where   the Airport Code is IAH (Cell D1) and the Order Total is greater than $1,000.   

 

In cell C8, insert the SUMIFS   function to calculate the total orders where the Airport Code is IAH (Cell   D1) and the Order Total is greater than $1,000. 

 

In cell C9, insert the MAXIFS   function to return the highest order total where the Airport Code is IAH   (Cell D1) and the Order Total is greater than $1,000.

 

On the Map worksheet, insert a   map for the states and revenues. Cut and paste the map in cell C1.

 

Format the data series to show   only regions with data and show all map labels.

 

Change the map title to August 5-9   Gross Revenue.

 

Use the Loan worksheet to   complete the loan amortization table.
 

  In cell F2, insert the IPMT function to calculate the interest for the first   payment. Copy the function to the range F3:F25. (The results will update   after you complete the other functions and formulas.)

 

In cell G2, insert the PPMT   function to calculate the principal paid for the first payment. Copy the   function to the range G3:G25.

 

In cell H2, insert a formula to   calculate the ending principal balance. Copy the formula to the range H3:H25.

 

Now you want to determine how   much interest was paid during the first two years.
 

  In cell B10, insert the CUMIPMT function to calculate the cumulative interest   after the first two years. Make sure the result is positive.

 

In cell B11, insert the CUMPRINC   function to calculate the cumulative principal paid at the end of the first   two years. Make sure the result is positive.

 

You want to perform a what-if   analysis to determine the rate if the monthly payment is $1,150 instead of   $1,207.87.
 

  In cell B15, insert the RATE function to calculate the necessary monthly rate   given the NPER, proposed monthly payment, and loan. Make sure the result is   positive.

 

Finally, you want to convert the   monthly rate to an APR.
 

  In cell B16, insert a formula to calculate the APR for the monthly rate in   cell B15.

 

Save and close Exp22_Excel_Ch07_CumulativeAssessment_Variation_Shipping.xlsx.   Exit Excel. Submit the file as directed.