Activity 6- Project Risk

#1 Small to medium businesses are exposed to risks on a daily basis. The impact of these risks could cause a decrease in revenue and/or an increase in expenses. As we all know, every business is subject to risks at any time. The potential losses as a result of unmanaged risks could be catastrophic. Insurance … Read more

presentation on Cybersecurity Awareness.

   Considering this month is the Cybersecurity Awareness Month, put together or present a power point presentation  using the link below (cybersecurity awareness kit). You can add additional info from outside resources as well. Make the power point fun. visit https://staysafeonline.org/cybersecurity-awareness-month/ and https://www.cisa.gov/cybersecurity-awareness-month.

Data Structure and Algorithm heap

  Can someone help me with this? ​​​​​​​ heap.h #ifndef HEAP_H #define HEAP_H struct heap_struct { int* items; int N;  // current size int capacity; // array capacity }; // max-heap operations struct heap_struct make_heap_empty(int cap); // assumes arr was dynamically allocated. struct heap_struct make_heap(int N, int * arr); // makes a max-heap from arr. … Read more

FOUNDATIONS OF DATA SCIENCE

 There are concerns among industrialists who are benefiting from dams and dam constructions that there will be claims that high mercury levels in fish are related to the presence of dams in the reservoir’s drainage. Does the data support or refute this claim? Provide some justifications. 

Write a summary reading the article. Review NIST Special Publication 800-14 and write a summary of it including extra knowledge you gained in not less than 500 words.

Review NIST Special Publication 800-14 and write a summary of it including extra knowledge you gained in not less than 500 words. Link for the article is given below. https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftsapps.nist.gov%2Fpublication%2Fget_pdf.cfm%3Fpub_id%3D890092&data=05%7C01%7Crneupane2%40go.stcloudstate.edu%7Cbc807492e5d445f48e8208daa821994e%7C5011c7c60ab446ab9ef4fae74a921a7f%7C0%7C0%7C638007159503601398%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=sT8JrSHKW4TkrpAhqO4sAzJxUmfafmcZdnwLJVf%2FQxs%3D&reserved=0

Assignment

Answer the following exercise taken from Ch6. An information system is to be developed to maintain information about assets owned by a utility company such as buildings, vehicles, equipment, etc. It is intended that this will be updatable by staff working in the field using mobile devices as new asset information becomes available. The company … Read more