SE493 week 10

answer to all questions.  

 1)  List and describe the dependability properties. 

 2) What is the role of Software in Safety Critical Systems? 

 3) List and describe Dependable Programming Guidelines.  

4) Describe what is Software Reuse and benefits and problems with reuse.  

5) Describe what is risk management and why software risk management is  important? What are the Risk Management process?

 6) Describe what is Configuration Management? List and describe configuration  management activities.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

BigDataPlatform

Topic:  Big data platform (Project with 6- 7 pages)

1. Cover page

2. Abstract

3. Introduction (including motivation)

4. Related Journal/article review

5. Major Components of your topic

6. Research/analyze mechanism/scheme/approach

7. Simulation/experimental/comparison/analysis and discussion

8. Final concluding

9. Reference article/websites

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Assignment and Discussion

 

Week Eight Assignment

You are the web master of a college website. You share a server with other school departments such as accounting and HR.Based on this chapter, create at least five security-related rules for staff members who are adding web pages being added to your site. Include a justification and explanation for each rule. Rules should relate to college, staff and student, and system information security. 

Answer should be between 250-300 words

Week-8 Assignment

 

Answer each these questions in a paragraph with at least five sentences: Include the question and number your responses accordingly. Provide a citation for each answer.

1. With all the stories about millions and millions of bytes of personal data having been exposed, why is their still any faith at all in the Internet?

2. How has the term hacking changed meaning over the years?

3. What is the most dangerous hacker tool?

4. From the news: How were NSA’s hacker tools  compromised? 

5. What was the vulnerability in the Target Breach?

6. What do you think of hactivism?

7. How did Stuxnet work? 

8. What was the Arpanet?

9. Deep brain stimulation is a treatment for Parkinson’s disease. Medical devices such as these are now becoming accessible through the web. Consider the dangers (threat surface)?

10. What is the Red Team?

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Youth violence

 We find ourselves in a frequent discussion lately concerning Youth Violence in our  country and how to improve upon this. Daily tragedies are reported on throughout our  country involving school, gang, and domestic violence, all with a similar constant theme  which is they involve a youth under the age of 18. Instructions: Use the topic of Youth Violence in our country as a platform for this written assignment topic. You can then choose your own more direct area of concentration to further  discuss in 2-3 pages of content. Examples of areas of concentration:  • Gun violence and its effect on youth in our schools • Youth and Gangs: Why do they join? • Relationship Violence/ Domestic Violence • Youth and Incarceration; Do we lock up our kids? • Parenting and Role Models; Are we to blame for our kids’ behavior? Requirements: • Two to three pages in length, excluding the Title and Reference page. • APA format, including an in-text citation for referenced works. • At least three resources (not including your textbook). • 10 points will be deducted for each day the paper is late 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Microsoft Access

Need Help To Create Queries 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Final Project (R programming)

Use any techniques (correlation, regression, machine learning, deep learning, etc.) to answer the following two questions:

·  What factors significantly impact the amount of wines (AmountWines)?

o  Due date: Monday 12/13/2021 11:59pm CT

o  Data: Canvas-assignment-Final Project

o  Submit your codes via Canvas-assignment-Final Project

o  Submission format: r.script and Single Excel summary output

You must follow below steps. Otherwise, your code won’t work on my machine

§  Manually set your working directory (from toolbar – Session), DO NOT hardcode the file path.

§  Only use the following code to read data from your local drive

data_independent  <- read.csv(file = ‘data – for student – independent variables.csv’)

data_dependent <- read.csv(file = ‘data – for student – dependent variable.csv’)

y <- data_dependent$AmountWines

§  Enter your name, such as:

first_name<-‘Yan’

last_name<-‘Lang’

§  Assign “new_data”, lower-case, to represent all independent variables you decided to use

§  Assign “model”, to represent your model’s name

§  Assign “preds”, lower-case, to represent your y-predictions based on the results of your model. If your data has 1500 rows, then you should see 1500 rows of predictions.

§  write below code after calculating your predictions

rmse<- sqrt(mean((y – preds)^2))

§  Combine, “first_name”, “last_name”, and “rmse” as one single csv output file, name the csv file as: finaloutput

§  At the end of your scripts, write the following code (this is for TA, when testing your code, don’t run those lines.)

source(“predictdata.R”)

·  What are your business suggestions/recommendations to the CEO?

o  Due date: Monday 12/13/2021 11:59pm CT

o  Submit your file via Canvas-assignment-Final Project

o  Submission format: Single Word file

§  Data visualization

§  Executive summary reports

§  etc.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

SQL Individual Assignment

 Assume that Orion Star Sports & Outdoors Co. has engaged you as a consultant to advise them on business strategies to increase sales. Study the data tables from this perspective. The most important tables in this data set are:

+ orders + product_line

+ products + profit 

1. Answer the following questions in general:

a) What are the key business questions that can be asked and answered using this data?

b) How does each table relate to answering those questions?

c) How do I have to link the tables in order to be able to answer those questions?

2. For each field in the four tables, answer the following specific questions:

a) Is this a question field, an answer field, or a link field? In other words, is this a key dimension along which I wish to analyze the data (question field), a data item that I want to “slice and dice” along selected dimensions (answer field), or a field that simply helps me link from one table to another?

b) What data type is represented by this field (e.g. integer, text, symbols, currency, etc.)?

c) Are there missing or null values in the data for this field?

d) For range fields (e.g. dates and numbers), what is the range of values in the data? What are the maximum and minimum values?

e) What do you think is the purpose of this field?

f) What questions would you ask the company about this field?

3. Prepare spreadsheets that answer the following questions:

a) What are the top 10 products for orders (by dollar volume)?

b) What are the top 10 countries for orders (by dollar volume)?

c) What are the top 10 selling products by units? By dollar volume?

d) For top two US states and top two countries (excluding the US) in questions 1 and 2, what are the 5 top selling products by units? By dollar volume?

e) Provide the customer ID’s, order dates, and order amounts for all customers who have ordered more than once.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Capacitated Vehicle Routing Metaheuristics Or Column Generation

You need to programming(optimization coding) 

or  

Develop the metaheuristic of your choice to solve this problem 

Please must read the pdf requirement before placing your bid, do not waste time. 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

responding back to classmates

 

Social media can help you create opportunities and have a positive impact as well.  

Here are some examples of a positive social media impact. 

  • Social media can help you meet mentors to help guide your career or education goals. 
  • Social media can motivate you to strive for greatness. 
  • Social media can lead to more communication. 
  • Social media can be used to spread social awareness and kindness.  

Here are some negative social media impact. 

  • Inappropriate photos or messages could affect you getting a new job or promotion. 
  • Communication skills tend to be laxed on social media and does not demonstrate one’s ability to communicate effectively.  
  • Social media can cause an employer to question your professionalism. 

What can you do to make sure social media does not have a negative impact on your professional life? 

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now

Course name: InfoTech Import in a Strat Plan

Course Reflection:

During this session, we looked at several topics on Strategic IT planning and strategy

We examined researchers, models, and issues in the area, and as you get closer to starting your own dissertation, you will need to choose a topic in your first dissertation class DSRT-736, so it is essential to start preparing. 

This week, let us take a look at some topics to consider, and by the end of the week, we could have several ideas for dissertation topics.

Since you have already examined several research articles, another way would be to examine previous dissertations in these areas.

Visit the University of Cumberland’s library, go to the Dissertation Database, and locate an interesting topic on IT atrategy, or examine a model presented this term.

Here are some pointers that will help critically evaluate some viable topics.
• Is the topic attainable for a first-time dissertation student?
• Is the problem rooted in the literature?
• Is the research empirical, i.e., is there a survey, is there an interview guide, has the data been analyzed via some statistical tool?
• Is there a theoretical model or framework discussed?
Discuss the topic, the problem the model has been used in the research, and any present findings.

Do not read the entire dissertation, as the abstract and chapter one introduction should give a clear understanding of the research.

Needs help with similar assignment?

We are available 24x7 to deliver the best services and assignment ready within 3-4 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp Order Paper Now