CC W 14 D

 Select from the following list four (4) topics and discuss. Use only 50-words max per topic to discuss and present your answer.  The discussion questions this week are from Chapter’s 16-18  (Jamsa, 2013).Chapter 16 topics:

  • Define and describe total cost of ownership. List at least 10 items to consider when determining a data center’s total cost of ownership.
  • Define and describe a capital expense. How are capital expenses different from operational expenses?
  • Define and describe economies of scale and provide a cloud-based example.
  • Define and describe “right sizing” as it pertains to cloud computing.
  • Define Moore’s law and discus how it might influence cloud migration.
  • Given company revenues of $2.5 million and expenses of $2.1 million, calculate the company’s profit and profit margin.

Chapter 17 topics:

  • Compare and contrast functional and nonfunctional requirements and provide an example of each.
  • Discuss why a designer should avoid selecting an implementation platform for as long as possible during the design process.
  • Discuss various trade-offs a designer may need to make with respect to nonfunctional requirements.
  • Discuss why the system maintenance phase is often the most expensive phase of the software development life cycle.

Chapter 18 topics:

  • Using Yahoo! Pipes, create a pipe that displays the names of pizza restaurants within a given zip code.
  • Using Google App Engine, create a page that displays the following Python script:
    • print “Content-type: text/htmlnn”
    • print “Cloud Computing, Chapter 18“

NOTE: You are required to use at least two-peer reviewed sources (besides your textbook) to answer the above questions.

Research Paper

select from one of the following research areas or any area we study in this class.

i) Apple iOS

ii) Android

iii) Linux

iv) zOS

v) BSD

vi) NOS

vii) UNIX

discussion main

 

Chapter Eight (8): Information Governance and Legal Functions: According to the authors, Smallwood, Kahn, and Murphy, IG is perhaps one of the functional areas that impact legal functions most. Failure to meet them could be literally put an organization out of business or land executives in prison.   Privacy, security, records management, information technology (IT), and business management functions are very important.  However, the most significant aspect of all of these functions relates to legality and regulatory compliance from a critical perspective. 

For this discussion, identify the industry you will be writing about in your final paper and discuss the regulatory compliance requirements that the company has to meet and the corresponding security, privacy, and records management functions that would need to be enabled for that organization. Remember to cite your sources and critically respond to two other learners.

“please provide a brief explanation of how the position (as a Mobile Application Developer) for which you are applying for CPT approval directly relates to your program of study (Ph.D IT). Please be sure to write clearly and legibly!”

Hi,

I need to submit this answer asap. if anyone can briefly provide me the best unique answer that would be really helpful. 

My Roles and Responsibilities as a Mobile Application Developer relates to IT

Detailed Scope of work:

 Support and enhance the development of the AISD Mobile application

 Experience with Tabris.js or other mobile development platforms.

 Strong Experience in JavaScript required.

 Experience with Node, React, Java, NPM, XML, OOP, UI/UX, NoSQL, GIT, MVC

o

Mobile app development Objective C/Swift – Apple, Gradle/Kotlin – And

roid

o Apache Cordova/Adobe Phone Gap

o Component based frameworks

o Developing and working with APIs

o Google Firebase and Cloud Console

 Assist Programmers with the development of multiple Java applications.

o

Applications must authenticate using single sign‐on (SSO) through our portal

, preferably   using SAML or Oauth2 for authentication.

 Experience with SAML

 Experience with Oauth2

 Experience with unit testing, Spring 5, Spring Boot, and Training/Mentoring

developers.

 Vue.js

 Hibernate

paper5

Research a company or organization and their Cyber Security Plan to address these below issues. 

1 Technologies- What might be the effects of not using encryption on network or Internet traffic? 

2 Create a plan for the implementation of secure (encrypted) e-mail in an organization.

3 Develop a plan to deploy public key infrastructure (PKI) and encryption solutions to protect data and information.

  

* Describe the company, their Cyber Security Plan, and the issues in your group paper while including recommendations to improve issues.

*The paper must be at least 10 pages plus the cover and reference pages and be in APA format. Must have 5 academic sources.  Academic sources do not include wikis, message boards, support forums, etc. Do not copy and paste   large blocks of text from your sources!  As with any research project, make sure to take a position, defend with works cited, and conclude.

I need this research paper in 15 hours from now. 

Total I need 10 pages includes above 3 topics excludes cover pages and reference pages.

you will need cover all those 3 topics in the paper.

I need a PPT also with 10 slides excludes reference and cover slide…

*****Deadline 10 hours from now  *******

Game Design

Project Proposal

for this,you will need to create a detailed Game Design Document using the provided Game Design Document Template as a guideline 

Practical Assignment 5: Data? More Advanced Graphs in RStudio (ggplot2)

Background: This week you will be given a dataset and the documentation that goes along with the dataset. Up until today, I have told what to graph or what to fields to plots in the graphs.

Assignment: Use the provided dataset to produce visualizations and then tell the story of your visualizations. The dataset and dataset documentation will be found in this week’s folder. I will also create a video that will provide more details for the assignment.

Graphs to Produce:

ggplot2 – Bar Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=categorical, fill=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_bar(position=”dodge”)

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Histogram: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_histogram(binwidth=5)  — you can decide the binwidth

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Box Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=categorical, y=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_boxplot()

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Scatter Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=continuous, y=continuous, shape=categorical, col=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_point() + geom_smooth(method=”lm”,se=F)

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

Please put all screen shots in a MS Word (other word processors are fine to use but save it in MS Word format). Don’t upload the screen shots individually in the assignment folder! Submit your assignment on or before the due date.Background: This week you will be given a dataset and the documentation that goes along with the dataset. Up until today, I have told what to graph or what to fields to plots in the graphs.

Assignment: Use the provided dataset to produce visualizations and then tell the story of your visualizations. The dataset and dataset documentation will be found in this week’s folder. I will also create a video that will provide more details for the assignment.

Graphs to Produce:

ggplot2 – Bar Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=categorical, fill=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_bar(position=”dodge”)

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Histogram: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_histogram(binwidth=5)  — you can decide the binwidth

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Box Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=categorical, y=continuous, fill=categorical)) + theme_bw() + facet_wrap(~categorical) + geom_boxplot()

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

ggplot2 – Scatter Plot: (Use dataset_budget_share_Food_Spanish_Households.csv)

ggplot(dataset_name, aes(x=continuous, y=continuous, shape=categorical, col=categorical)) + facet_wrap(~categorical) + theme_bw() + geom_point() + geom_smooth(method=”lm”,se=F)

  • Label the x-axis.
  • Label the y-axis.
  • Give the graph a title.
  • What story is presented in this visualization?

Please put all screen shots in a MS Word (other word processors are fine to use but save it in MS Word format). Don’t upload the screen shots individually in the assignment folder! Submit your assignment on or before the due date.

Data Analytics

 What does a Data Analytics company do?  If they make predictions about things – should you believe them?  Would you recommend paying for their services?  Why? 

Research paper on Complexity of Information Systems Research in the Digital World.

Question –  Define the various technologies that are emerging as provided in the below two articles.  Note how these emerging technologies are impacting organizations and what organizations can to do to reduce the burden of digitalization. 

Please review the article and define the various technologies that are emerging as noted in the article.  

Instructions –

Based on the below-provided articles, focus on the topic “Complexity of Information Systems Research in the Digital World.   Complexity is increasing as new technologies are emerging every day.   This complexity impacts human experiences.  Organizations are turning to digitally enable solutions to assist with the emergence of digitalization.  “

 

The paper should meet the following requirements:

  • 4 pages in length (not including title page or references)
  • 0 plagarism
  • APA guidelines must be followed.  The paper must include a cover page, an introduction, a body with fully developed content, and a  conclusion.
  • A minimum of five peer-reviewed journal articles.

The writing should be clear and concise.  Headings should be used to transition thoughts.