Chapter-research

 Please submit your chapters 1-3 drafts. Before submitting, you should review Chapter 2 to ensure that it aligns with Chapter 1 and 3. Are all of the variables in your research questions discussed in Chapter 2? Do you have literature in Chapter 2 that supports/justifies your research questions? 

ppt:

 

  • Research Topic
  • Problem:
  • Theory (make sure your theory is supported with references)
  • Study Population: Provide details
  • Method: Quant or Qual

we need below points should be added.

 Research Questions (2-3 questions)  Research questions should align with your theory.  If Quanitative, what are your variables? If Qualitative, what is your focus? 

 Describe the procedures that will be used. How will data be collected? 

What instrument will you use? If Quanitativwe, who has used it before? For example, if you found a survey used before, have you requested to permission from the author to use it yet? 

Data Collection and Data Analysis: (Specify the data the that will be collected). What instrument will you use? If Quanitative method, who has used this insturment before? 

Compose a critical appraisal that demonstrates comprehension of two quantitative studies.

 

compose a critical appraisal that demonstrates comprehension of two quantitative studies. Use the “Research Critique Guidelines – Part II” document to organize your work. https://perfectwriterblog.com/other/leaders-helping-constituentshelping-your-constituents-understand-the-changing-t/ Successful completion of this assignment requires that you provide a rationale, include examples, and reference content from the study in your responses.

Use the practice problem and two quantitative, peer-reviewed articles you identified in the Topic 1 assignment to complete this task  https://perfectwriterblog.com/management-homework-help/respond-to-the-following-in-a-minimum-of-175-words-according-to-this-weeks-re/

In a 1,000–1,250 word task, summarize two quantitative studies, explain the ways in which the findings might be used in nursing practice, and address ethical considerations associated with the conduct of the study.

Why is using specific nomenclature important?

 

Why is using specific nomenclature important?  Back up your reasoning with at least two references not including the textbook.

Discussion should be at least 250 words.  Reply to one of your classmates’ discussions.

Points are given for thoughtful and interesting comments. 

You are developing a simple graphics

  

You are developing a simple graphics package that will allow you to draw and manipulate simple geometric shapes such as squares, rectangles, etc. Your initial design is along the following lines:
 

public class Rectangle {
private int h, w;
public intgetHeight() {…}
public intsetHeight(int x) {…}

}
 

public class Square extends Rectangle {
// ???
}
This question has a ‘devil’s advocate’ nature to it and is in two parts.
 

You intend to model a square as inheriting from a rectangle. How would you complete the code on the above right to realize this intention?

Cybersecurity program

 Assessment Description

Using all of the previous assignment information, students will present a comprehensive Cybersecurity Program that reports on the final state of their enterprise.

Refer to the “Cybersecurity Program Template,” prior to beginning the assignment to become familiar with the expectations for successful completion. .

APA style is not required, but solid academic writing is expected.

This assignment uses a rubric. Please review the rubric prior to beginning the assignment to become familiar with the expectations for successful completion.

You are not required to submit this assignment to LopesWrite.

Benchmark Information

This benchmark assignment assesses the following programmatic competencies:

MS Cybersecurity

4.1: Develop cybersecurity program aligned with business needs, regulations, and compliance standards to enhance an organization’s security posture (CAE KU 2, 10, 11, 12, 13, 17).

4.2: Determine appropriate business strategies to ensure business sustainability, availability, and reliability and articulate these needs to relevant stakeholders (CAE KU 13, 14, 16).

4.4: Interpret risk assessments, gap analysis, and current cybersecurity trends to formulate a cybersecurity governance strategy that establishes mitigation plans for future challenges to achieve security objectives (CAE KU 6, 10, 11, 12, 15).

Attachments 

Decision making assignment

Total of 500 Words

  1. Discuss and identify leader traits and attributes that are most beneficial in implementing the best decisions in an organization. 
  2. Explain the differences in charismatic and transformational leadership and how both leadership styles impact organizational effectiveness.  Please note how these leadership styles affect implementing new innovative technologies.
  3. Review table 8.1 in the reading this week, note the work characteristics and the traditional versus high-performance focus, note which focus is best for strategic decisions and which is best for operational decisions.  Please explain.

 At least one scholarly (peer-reviewed) resource should be used. Use APA references and in-text citations.  

Exp19_Access_Ch06_Capstone – Northwind Traders Sales Analysis 1.0

  

Exp19_Access_Ch06_Capstone – Northwind Traders Sales Analysis 1.0

Project Description:

Northwind Traders is a small international gourmet foods wholesaler. You will update the company’s database by increasing the price of all of the meat and poultry products. You will make a table for archiving older order information. You will also summarize quantities sold by category and identify customers who have no orders.

Steps to Perform:

   

Step

Instructions

Points    Possible

 

1

Start Access. Open the downloaded   Access file named Exp19_Access_Ch6_Cap_Northwind.   Grader has automatically added your last name to the beginning of the   filename. Save the file to the location where you are storing your files.

0

 

2

Using   a select query, you will identify all of the products with a category of meat   or poultry, and then use an update query to increase the prices of the   products.
 

Create a select query that includes   the CategoryID from the Categories   table and the UnitPrice and ProductName fields from the Products   table (in that order). Run the query and note the CategoryID for   Meat/Poultry.

8

 

3

Add the appropriate CategoryID   criterion to limit the query output to only Meat/Poultry. Convert the query   to an update query. Update the UnitPrice for Meat/Poultry only by increasing   it by 6 percent.

8

 

4

View   the query in Datasheet view prior to running it to make sure you are updating   the correct (four) records. Return to Design view and run the query. Save the   query as Update Meat/Poultry Prices. Close the query.

10

 

5

You will identify orders shipped   during the first half of the year and create a new table in which to store   them. You will then delete the orders from the current orders table.
 

Create a select query that identifies   all of the orders shipped Between 1/1/2020 and 3/31/2020. Include all fields from the Orders   table.

9

 

6

Convert   the select query to a make table query. Name the new table Orders Archive. Run the query. Save the query as Make Orders Archive   Table. Close the query.

6

 

7

Make a copy of the Make Orders Archive Table query and   save it as Append Orders Archive Table. Open the Append Orders Archive Table query in Design view. Convert the   make table query to an append query. The query will append to the Orders   Archive table.

7

 

8

Modify   the criteria to append orders shipped Between 4/1/2020 and 6/30/2020. Run the query, save it, and then   close it.

6

 

9

Open the Orders Archive table in Design view and set OrderID as the primary key field. Switch to Datasheet view, then   save and close the table.

4

 

10

Make   a copy of the Append Orders Archive   Table query and save it as Delete Archived Orders. Open the Delete Archived Orders query in Design view. Convert the append   query to a delete query.

6

 

11

Modify the criteria to delete all   archived orders from the Orders table (six records). Run, save, and then   close the query.

6

 

12

You   want to determine how sales are performing with respect to each product   category. You will create a crosstab query that displays quantities by   category and salesperson.
 

Open the Profit query in   Design view and add the LastName field   from the Employees table to the last column of the design grid. Run, save,   and close the query.

4

 

13

Use the query wizard to create a   crosstab query based on the Profit   query that sums the total Quantity by Ship Country (row heading) and CategoryName (column heading). Accept   the query name as Profit_Crosstab.

8

 

14

Modify   the query to display CategoryName   as the row heading field and LastName   as the column heading field. Run, save, and close the query.

6

 

15

You will create a query to determine   which customers have no matching orders. The customers will be contacted to   determine if they would like to place an order.
 

  Create a query to find out if any of the customers have no current order   details. Add all of the fields from the Customers table to the results. Save   the query as Customers With No Orders. Run the query and close it.

12

 

16

Close   all database objects. Close the database and then exit Access. Submit the   database as directed.

0

  

Total   Points

100

Networking models

 

Difference in networking models like OSI and TCP/IP and how to secure networks.

 

  • Explain the differences between the OSI and TCP/IP models
  • Describe Wireless networking
  • Identify ways to secure network components