Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit


BUSI2400 Foundations of Information Systems

Midterm Final Exam

2021

Submission Instructions

1.   The midterm is due by 11:59 PM on Friday, February 18, 2022.

2.   This midterm is to be complete individually and adhere to the University’spolicyon Academic Integrity.

3.    Each file should contain your name, student number, and the name of the requirement (e.g. MIS Report):

•       For your Python files, these will be added as comments (#).

•       For your written files, these should be included on the Cover Page.

4.    Each assignment submission must be:

•      Submitted as a single consolidated electronic zip file (Windows,Mac),

•      Contain only files that are pertinent to this assignment, and

•      Have files that follow the naming and file format conventions specified in the requirements.

5.    For this assignment, the following submission structure is expected: BUSI2400_Midterm_CUSN.zip

•     MIDTERM_MIS_REPORT_CUSN.docx

•     MIDTERM_MIS_REPORT_CUSN.pdf

•     MIDTERM_STUDENT_ASSESSMENT_CUSN.py

Note: CUSN is your student number.

Any submissions that have not followed these instructions may be subject to a penalty.


Personal and Professional Declaration of Academic            Integrity for Individual Assignments                                

Individual

By signing this Statement, I am attesting to the fact that I have completed my work in its entirety by     myself.  I attest to the fact that my own work in this project meets all of the rules of quotation and        referencing in use at Carleton University, as well as adheres to the Academic Integrity policies as            outlined in the Student Affairs site of the university (https://carleton.ca/registrar/academic-integrity/) Any evidence contradicting my declaration above may be held against me.

 

_______________________________   _________________

Name                                                               Student number

 

_______________________________  _________________

Signature                                                         Date


Prepare a report discussing a specific organization within any industry, except for the soft drink industry, that contains the following requirements:

1.   A description of the chosen organization (e.g., size, mission, product lines, etc.), its industry (e.g. geographic regions, competitors, etc.), and its chosen strategy, based on Porter’s Generic             Strategies.

2.   An assessment of the organization’s industry using Porter’s Five Forces model.

3.    Describe the organization’s Information System(s) with a brief overview and a detailed             description of its various components. Note that you are free to choose any of the                     organization’s Information System as long as there is publicly available information for it. You are required to cite all references when providing these descriptions.

4.    Describe how the Information System discussed in requirement 3 is essential to the     organization’s strategyproductivityinnovation. As well, discuss how it supports the organization’s decision-making and at least one specific business process.

The body of the report must not exceed a maximum word count of 1,500 words and all external            information must be sourced using theAPA citation style. The report must also be accompanied by an Executive Summary that summarizes the key points of your report. This summary should state the        purpose of the report, highlights major findings, and close with a conclusion. It should have enough      information so the readers can quickly understand the contents of the report.

Use the following outline to structure your report:

1.    Cover Page (APA Format)

2.   Your Signed Plagiarism Statement

3.    Executive Summary

4.    Body of Report (1,500 words maximum)

5.    References (APA Format)

Save your report as both a Microsoft Word (.docx) file and as aPDF(.pdf) file with the name “MIDTERM_MIS_REPORT_CUSN”, where CUSN is your Student Number.

Additional Notes:

1.    Do not leave this report to the last minute. You must choose an organization for which         information on the organization and its Information System(s) can be found. If you select an organization for which information is not available, you will need to start over by finding       another organization.

2.    Use your textbook to guide you in writing this report, however, do not simply “copy and paste” textbook content as it is the application of this content to a real-world organization that is          being evaluated.

3.    Before submitting, be sure to review and edit your report for spelling and conciseness. Writing that is incoherent or incomprehensible to the Teaching Assistant or Instructor will not be           marked.

4.   The Cover Page, Executive Summary, and References are not counted within the word limit.


The university is creating a new application that can either assign student awards and bursaries or            provide academic warnings based on several criteria. The university administrators have come to you to program a solution that meet their requirements, outlined below:

1.   The application must state whether a student is on the Dean’sList” if their GPA is 10.0 or better.

2.   The application must state whether a student continues to receive theirentrance scholarshipif their GPA is 10.0 or better.

3.   The application must state whether a student will be given an academic warning if their GPA is  less than a given threshold. As the threshold differs according to program, the application must be able to accept any threshold when making this determination.

4.   The application should accept an administrator’s input for each of the determinations above and should allow the administrator to enter data for as many students as they wish without having     to restart the application. Once the administrator is finished with a specific student, they should  be presented the option to close the application.

5.   As the administrators intend to expand the application’s functionality in the future, the application should be coded using functions for each award or warning.

The following sample application output is provided below:

---------

Please enter Student's GPA: 11

Please enter Program Threshold: 9

Student qualifies for Dean's List

Student qualifies for Entrance Scholarship Renewal

Would you like to assess another student (yes, no): yes

---------

Please enter Student's GPA: 8

Please enter Program Threshold: 10

Student to receive Academic Warning

Would you like to assess another student (yes, no): no

Additional Notes:

1.   The green text above represents the user’s input. This can be presented on either one line or two lines.

2.   The dashed-line separators are optional but recommended as they improve usability.

 

Save your file as MIDTERM_STUDENT_ASSESSMENT_CUSN.py, where CUSN is your Student Number, and include your Name and CUSN as comments at the top of your Python file.