find diagonal

Implement the function find_diagonal_win_2(board) whose parameter is a 2

dimensional list that represents a Tic-Tac-Toe game. The function attempts to find

out whether there is a winner in the right to left diagonal only. It does not consider

columns, rows or the left to right diagonal.

If the top right to bottom left diagonal contains 3 ‘X’ characters, print “X is the winner”.

If the top right to bottom left diagonal contains 3 ‘O’ characters, print ‘O is the

winner”.

If there is no winner, after considering all columns, print “There is no winner”

The template file contains 3 test tic-tac-toe boards for testing but you should try some

of your own as well.

Hints:

● since this function only considers the right to left diagonal, it will not catch

other ways to win, even though you can see other wins in the data.

● You can depend on the board being 3 x 3 square and the only contents will be

‘X’, ‘O’ or ‘ ‘

● This problem might be solvable with nested loops but I used a single loop

over a 2 dimensional list instead.

The output from the provided test data is:

>>> find_diagonal_win_2(board1)

There is no winner

>>> find_diagonal_win_2(board2)

O is the winner

>>> find_diagonal_win_2(board3)

There is no winner Those two go together. The program is Python.

# CSC-401 Assignment 4

# Due: May 1, 11:59 PM

# Author:

# Collaborators:

#

#

# Don’t forget to delete ‘pass’ from each function

# Don’t forget doc strings

Research Paper

  1. When implementing change in an organization, there are always cultural issues that are faced, such as not accepting change, determine how differently this would be handled thinking about the management versus leadership constructs? 

    –> When dealing with performing work, how is this implemented differently within the management versus leadership constructs?

2.This week’s journal article was focused on the 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. 

Please review the article and define the various technologies that are emerging as noted in the article.  Note how these emerging technologies are impacting organizations and what organizations can to do to reduce the burden of digitalization.

Please be sure that journal articles are peer-reviewed and are published within the last five years

  • 3-4 pages in length (not including title page or references)
  • 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.

strategies of innovation

 

Develop an innovation plan.

An Innovation Plan is the written document that details the proposed innovation and its commercial potential as a venture. It must describe current status, expected needs, and projected results of the new concept.  Every aspect of the venture needs to be coved: the project, marketing, research and development, manufacturing, management, critical risks, financing, and milestones or a timetable.

A description of all of these facets of the proposed venture is necessary to demonstrate a clear picture of what that venture is, where it is projected to go, and how the innovator proposes it will get there. The innovation plan is the road map for a successful enterprise.

Your innovation plan should contain the following:

  • Describe every aspect of a particular innovation
  • Include a marketing plan
  • Clarify and outline financial needs
  • Identify potential obstacles and alternative solutions
  • Establish milestones for continuous and timely evaluation
  • Serve as a communication tool for all assessment purposes.

Make sure the innovation plan is at-least 5-8 pages in length, and submit in APA format with FIVE outside references.

Computer Forensics

 

 

Research the use of computer forensics in court cases and choose one case. Write about 400 words about the case (summarize it in your own words – no copy and paste) and how digital forensics was used in the case.

This assignment is about the use of computer forensics in cases that reached the court. Research the use of computer forensics in court cases and choose one case. Write about 400 words about the case (summarize it in your own words – no copy and paste). Briefly write about the case, include basic information such as the name of the case and the year (exampe: Daubert vs. Merel Dow Pharmaceuticals 1993), the subject of the case, and how digital forensics was used in the case.

Instruction for posting to the discussion board:

  1. Click on the Discussion Forum link above.
  2. Click on the “Create Thread” button.
  3. In the Subject field, type the subject of your topic.
  4. In the message box, copy and paste your posting. And, make sure your post looks professional. Use the formatting buttons, if necessary.
  5. Click the Submit button.

Grading

Discussion Boards

  

Discussion Board 500 words with 2 reference

Literature review – Using quantitative study performing customer sentiment analysis based on feedback

For this Discussion Board assignment, review the research methodology sections of the peer-reviewed sources that you have collected as part of your literature review, and consider the following questions:

  • Explain the differences between      a research methodology and a research design.
  • What research methodologies      and/or research designs are researchers using?
  • What types of study questions      are researchers investigating using these methods and/or designs?
  • How does the literature on your      topic justify the research design you are leaning toward?

Requirements Management

 

Choose one of the research areas under the Trends in Requirements Management in Chapter One of the Wiley Guide to Project Technology, Supply Chain and Procurement Management. Those trends include:

  • Data Processing and Modeling
  • Increasing Formality
  • Viewpoints
  • Goal-oriented requirement elicitation
  • Nonbehavioral requirements
  • Scenarios

In this paper, provide the reader the following for your chosen trend:

  • Introduce information on the trend
  • What research has been done in this trend
  • What exciting new outputs may be derived from this research that could add to how we gather requirements
  • What is next for this trend e.g. further questions to be answered, efforts to use some of the knowledge derived from the research in projects, etc.

 

  • Assignment Format: APA format
  • Submission Format: MS Word
  • Length: [8 pages (not including cover & references pages)
  • Citations Required: Minimum 0f 5 citations (2 Scholarly and three from other legitimate resources)

Own words APA Format citation

Research a scholarly paper on “Databases, Warehouses and Advanced Data Management Systems” and reflect on one of the following topics:

  • “DM Types”: What determines which type of Data Management System is being used? 
  • “Importance”: How important is the Data Management system in conducting SAD? 
  • “SA”: What is the role of the Systems Analyst to propose new Data Management solutions?

NOTE:
You must copy and paste the topic (“DM Types” or “Importance” or “SA”) at the start of your paper to provide a context for your answer.
This paper must be between at least one full page in length explaining what caught your eye and reflecting on what you read. 
Do not add extraneous text that does not address the question – do not add an introduction or conclusion.
Do not copy and paste text from the referenced resource.

You must provide at least one APA reference for your resource and corresponding in-text citations..
You must provide the referenced resource URL/DOI in the APA reference.
Do not use the Textbook as a referenced resource.