Data Science

Write a short paragraph on various R-objects and describe the linear hierarchical difference between them.

APA-Format 300 words 2 pages

Prim's Algorithm

  

The problem we can solve using a priority queue is that of computing a minimum spanning tree. Given a fully connected undirected graph where each edge has a weight, we would like to find the set of edges with the least total sum of weights. Using the scenario: 

You are an engineer and you are trying to figure out the best way to arrange for internet access in your Town. There are N (3 ≤ N ≤ 25) blocks in your town connected by M (N ≤ M ≤ 25) various streets and you can walk between any two streets in the town by traversing some sequence of roads. 

However, you have got a limited budget and have determined that the cheapest way to arrange for internet access is to build some fiber-optic cables along existing roadways. You have a list of the costs of laying fiber-optic cable down along any particular street, and want to figure out how much money you will need to successfully complete the project, meaning that, at the end, every street will be connected along some sequence of fiber-optic cables. 

As a computer scientist, you heard about Prim’s algorithm in one of your programming classes. This algorithm is exactly the solution to your problem, but it requires a priority queue.

  

· Write a program to create using a priority queue to implement a solution of Prim’s algorithm.

  

Input data describing the graph will be arranged as a list of edges (streets and their fiber-optic cost) and for the program we will covert that to an adjacency list: for every node in the graph in the town, we will have a list of the nodes (streets) it’s connected to and the weight (cost of building fiber-optic cable along). 

adj[0] → (1, 1.0) (3, 3.0)

adj[1] → (0, 1.0) (2, 6.0) (3, 5.0) (4, 1.0) . . .

Enterprise Risk Management

Please summarize, in your own words, a description of enterprise risk management. Why do you feel ERM is different from traditional risk management?

UML diagram for vehicle insurance management system

1. Functional Specifications (including descriptions of Actors/Roles; Business Rules; Use-Case Diagrams with Use-Case descriptions; Examples of Class Diagrams (related to particular Use Cases); Examples of Object Diagrams [related to the selected Class Diagrams]; Examples of Sequence Diagrams; Examples of Collaboration or Communication Diagrams; Examples of StateChart Diagrams);

2.System Design Specifications (including System Architectural [Layered, “Physical”] Design Scheme selected; Package Diagram [populated with interrelated classes]; Database Tables; EntityRelational diagrams; Window Navigation Diagrams; Drafts of User Interfaces; and Examples of System-Response Report Forms);

200 words

To make the course engaging for each student, you will select a legal topic to research in Weeks 3 and 5 of the course.  Click HERE for complete instructions and a list of topics. Although you are not required to select the exact topics listed, you should select something closely related. Try to select a topic that reflects an issue that is related to a concern you have in your professional life.   Consult with your instructor if you are unsure whether your topic is acceptable for the class.
Week 3 Deliverables
Introduction
Provide a short introduction to the topic. Provide some background about the topic selected and why it was selected. Include definitions as necessary. Use more than one paragraph, if needed. You will refine the introduction and background information when submitting the final paper in Week 5.
Literature Review
Conduct an abbreviated literature review related to the topic you selected. A literature review identifies information that is already known about a research topic. Although you will not conduct an actual research study in this class, a summary of scholarly information that has been written about your topic makes up an important component of your project.
For Week 3, locate two scholarly articles related to your topic. Summarize the articles in your own words and explain how they are related to your topic. Do not use published cases for this section. You must use scholarly articles from the South University Online Library. Legal journals may provide some of the best sources of information. 
Laws and Regulations
Research and analyze one law or regulation related to the topic you selected. The information may require research of federal and/or state laws, as well as administrative agency laws. Summarize the information about the law or regulation you found and explain how it applies to your topic.
Cases
This week you will find one published case (lawsuit) that is related to the topic you selected. Summarize the case in your own words and explain how it is related to your topic. Provide a summary that includes the name of the case, state or federal court, issue, summary of events and ruling. Explain whether you agree or disagree with the court’s decision.
The following websites may be helpful in finding cases to use in the paper. You must read the actual case and not a summary found on law firm websites, blogs and similar sources.
FindLaw – Caselaw.findlaw.com Justia – http://law.justia.com/cases/
Public Library of Law – http://www.plol.org/Pages/Search.aspx Leagle – http://leagle.com
Open Jurist – http://openjurist.org
Formatting Instructions
Review detailed instructions for the assignment. 
Write a 1 to 2 page paper about the topic.
Use APA format for the paper, including cover page and separate reference page. Review the APA materials located in the Library Research Guide.
Name your document SU_MBA5005_W3_LastName_FirstInitial.doc
Submission Details:
Support your responses with examples.
Cite any sources in APA format.
Submit the paper to the Submissions Area by the due date assigned

project management with make

 the question is 

 

The code in project2 is for a program that plays a simple game called Chomp.

The programmers of this project have opted to package some of their code in a “module” called chomp.adt, from which the related files cookie.h and cookie.cpp files can be generated.

The steps necessary to produce this program are:

  1. Run the command
    csplit chomp.adt "/Split Here/"
    and copy the resulting file xx00 to cookie.h.
  2. Run the command
    csplit chomp.adt "/Split Here/"
    and copy the resulting file xx01 to cookie.cpp.
  3. Compile cookie.cpp to produce cookie.o.
  4. Compile mainProg.cpp to produce mainProg.o.
  5. Link the the .o files to produce an executable program named playChomp

Write a makefile that will carry out these steps. Your makefile should result in only the minimum required amount of steps when any input file to this process is changed. (Note: you will probably not be able to base this makefile upon my self-updating makefile as in the earlier part of the assignment. Instead, you will probably find it necessary to write this one from scratch.

_________________________________________________

I am currently having an issuewith the question above. I am meant to create a makefile that runsthe program like stated above, and currently this is mymakefile:

all: cookie.h cookie.cpp playChomp cookie.o mainProg.o

cookie.h: chomp.adt
csplit chomp.adt “/Split Here/”
cp xx00 cookie.h
cp xx01 cookie.cpp
 

playChomp: cookie.o mainProg.o
g++ -o playChomp cookie.o mainProg.o

cookie.o: cookie.cpp
g++ -c cookie.cpp

mainProg.o: mainProg.cpp
g++ -c mainProg.cpp

However, I am receiving this error code:

Your makefile does not build playChomp in 3 distinct g++ stepswhen chomp.adt has been changed:
csplit chomp.adt “/Split Here/”
1372
8632
cp xx00 cookie.h
cp xx01 cookie.cpp
g++ -c cookie.cpp
g++ -o playChomp cookie.o mainProg.o

is there anything that I can do to fix my makefile?

Technology entrepreneurship

Que 1: Read the attached case study and write analysis and answer the case study question in APA 7th edition with 2 and a half page 

Que 2: With the on-going developments in combating and understanding the COVID-19 pandemic, there is a growing market opportunities in convergent technology marketplaces and sustained levels of public and private investment in research and development. What type of opportunities are available for technology-based entrepreneurs? – 1 page. 

My assignments will need actual references from EBSCO host, google scholar and semantic scholar With a website link at the end.