Computer Science homework help

Portfolio Project: This week discuss a current business process in a specific industry.
Youtube Link: https://www.youtube.com/watch?v=OOEQj28BOgs&feature=emb_logo
Note the following:
-The current business process itself.
-The industry the business process is utilized in. After explaining the current situation, take the current learning from the course and:
Explain a new technology that the business should deploy.
Be specific, don’t only note the type of technology but the specific instance of technology.  (For example, a type of technology is smart automation a specific type of automation is automated light-dimming technology).
Note the pros and cons of the technology selected.
Note various factors the business should consider prior to deploying the new technology.
The above submission should be three pages in length.  Remember the total length does not include the APA approved cover page or the references.  There should be at least three APA approved references to support your work
  • attachment

    AnalyticsDataScienceandArtificialIntelligence11thEdition-compressed.pdf

Information Systems homework help

Discussion
Data representation is the act of displaying the visual form of your data. The process of identifying the most effective and appropriate solution for representing our data is unquestionably the most important feature of our visualization design. Working on this layer involves making decisions that cut across the artistic and scientific foundations of the field. Here we find ourselves face-to-face with the demands of achieving that ideal harmony of form and function that is outlined in Chapter 6, Data Representation. We need to achieve both the elegance of a design that aesthetically suits our intent and the functional behavior required to fulfill the effective imparting of information. In chapter 6, Kirk meticulously characterizes a galley of charts as Categorical, Hierarchical, Relational, Temporal, or Spatial (CHRTS). You also read an article this week: “Data literacy 101: Which is the best graph to use?“.
Reply Post
Choose any three of the charts from chapter 6 and based on your readings, explain/describe what characteristics makes each chosen chart effective for a particular visualization – describe 3 visualizations and also matching chart characteristics.
When replying to a classmate’s post, offer your opinion on what they posted – give your thoughts as to what makes their chosen charts/graphs a good fit for a certain visualization.

Computer Science homework help

The COSO framework of internal controls is practiced within companies around the world. The objectives of the COSO framework are closely related to its five components. For this week’s activity, please discuss these five components of the COSO framework. Be sure to include each components’ impact on each of the COSO framework objectives. What do you feel an auditor would most be concerned with during an IT audit? Lastly, discuss suggestions for integrating COSO framework compliance into a company in which you are familiar.
Your paper should meet the following requirements:
• Be approximately four to six pages in length, not including the required cover page and reference page.
• Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
• Support your answers with the readings from the course and at least two scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
• Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Computer Science homework help

11/25/2020 Final Project – Fall 2020 – Appl Data Analywith Python (CSCI-333-02W) – Texas A&M – Commerce
https://myleoonline.tamuc.edu/d2l/lms/dropbox/user/folder_submit_files.d2l?db=72027&grpid=0&isprv=0&bp=0&ou=59784 1/3
Final Project
Hide Assignment Information
Instructions
Fall 2020 – Appl Data Analy with Python (CSCI-333-02W) MK
Assignments Final Project
Objective: Web scraping with Python
Due: December 7 (11:59pm). 10 pts will be deduced for each late day (24hr). No submission will be
accepted after Dec 10 (11:59pm). Total grade for the project is 100.
Grading Procedures: All submission will be checked with a plagiarism software. Submission having more
than 70% similarity to any other student submission and/or internet resources will share total points the
assignment. For example, 4 submissions having more than 70% similarity will be graded as 100/4 = 25pts,
assuming that the program is worth of 100 pts.
Description: The university maintains course schedules at
http://appsprod.tamuc.edu/Schedule/Schedule.aspx for different semesters (spring, fall, winter, etc ). You
will develop a Python program to dynamically complete certain tasks, such as list, find, sort, and save, in
course listings from schedule portal. You will mainly use “request” and “BeautifulSoup” libraries (or similar,
see exercise 12.1). The program will operate at different level: Semester and Department. Your program
will be a menu based application. Assume that you project file is myproject.py. Once you run, it will show
last 5 semester (fall, spring, summer only, (not winter, may mini))
> python myproject.py
Choose a semester: 1) Sprint 2021 2)Fall 2020 3)Summer II 4)Summer I
5)Spring 2020
Selection: 2
Here, your program will parse the data from website and show only last (most recent) 5 semesters. User
will make selection, then, you will show departments for the selected semester (Fall 2020). Note that
selected semester is visible before a “>” sign.
Fall 2020> Select a department:
1) Undeclared
2) Accounting and Finance
3) Art
4) Ag Science & Natural Resources


30) Social Work
31) Theatre
Q)Go back
Selection: 3
11/25/2020 Final Project – Fall 2020 – Appl Data Analywith Python (CSCI-333-02W) – Texas A&M – Commerce
https://myleoonline.tamuc.edu/d2l/lms/dropbox/user/folder_submit_files.d2l?db=72027&grpid=0&isprv=0&bp=0&ou=59784 2/3
Start Date
Nov 3, 2020 11:00 AM
Due Date
Dec 7, 2020 11:00 AM
Submit Assignment
Files to submit
(0) file(s) to submit
Fall 2020> Art > Select an option:
1) List courses by instruction name
2) List courses by capacity
3) List courses by enrollment size
4) List courses by course prefix
5) Save courses in a csv file
6) Search course by instruction name
7) Search courses by course prefix
Q)Go back
Selection: ??
Here, your program will parse the data from website and show all available department then list of tasks. Q
(go back) option will take user to previous level.
Course listing output should show the following fields. For instance for course listing for “Fall 2020>
Computer Science & Info Sys> List the course by prefix ” should show
Prefix ID Sec Name Instructor Hours Seats Enroll.
COSC 1301 01W Intro to Compu Lee, Kwang 3 35 10
COSC 1436 01E Intro to Comp Sci & Prog Brown, Thomas 4 40 36
COSC 1436 01L Intro to Comp Sci & Prog Brown, Thomas 40 36
COSC 1436 01W Intro to Comp Sci & Prog Hu, Kaoning 4 45 43
COSC 1436 02E Intro to Comp Sci & Prog Hu, Kaoning 4 35 32
as first 5 rows.
You will follow above headers and order (prefix (col. width 6), ID (5), Sec (5) ,Name (25), Inst (20), Hours (5),
Seats (5), Enroll. (7) ) for other listing selections too. Data cell should be aligned with column header and
left justified. A course name should not have a word more than 5 chars. For instance Algorithms should be
abbreviated as “Algor”. The length of course name will not exceed 25 chars. In option 5, the above format
should be used to save a listing to a file as .csv format. User will be able to provide a filename for csv file.
For this program you need to develop at least one class (chapter 10) with (possible) many methods.
11/25/2020 Final Project – Fall 2020 – Appl Data Analywith Python (CSCI-333-02W) – Texas A&M – Commerce
https://myleoonline.tamuc.edu/d2l/lms/dropbox/user/folder_submit_files.d2l?db=72027&grpid=0&isprv=0&bp=0&ou=59784 3/3
Add a File Record Audio Record Video
After uploading, you must click Submit to complete the submission.
Comments
Paragraph
Font Famil
Submit Cancel

Computer Science homework help

Submission Example
csci333-project-XX
csci333-project-XX.doc
Task1XX.py
task2XX.py
README.txt
What to Submit
1. One doc file “csci333-project-XX.doc” including the text source code and screenshots of the
outputs of all programs. Please replace XX with your first name and last name. You can
copy/paste the text source code from Pycharm or other IDEs into the doc file. Hopefully,
based on the screen snapshots of the output, you can show that your programs passed tests
and were well.
2. Python files for all programs. In well-defined programs, proper comments are required. For
programs without comments, they will be deducted greatly in grade.
3. Note that if any program or code does not work, you can explain the status of the program or
code and then attach your explanation and description in a file “README.txt”.
4. Optional. Anything you want to attract the attention of instructor in grading.
Task 1 (50 points): (Intro to Data Science: Survey Response Statistics) Twenty students were
asked to rate on a scale of 1 to 5 the quality of the food in the student cafeteria, with 1 being
“awful” and 5 being “excellent”. Place the 20 responses in a list.
1, 2, 5, 4, 3, 5, 2, 1, 3, 3, 1, 4, 3, 3, 3, 2, 3, 3, 2, 5
Write a program that does the following:
(a) Determine and display the frequency of each rating.
(b) Use the built-in functions, statistics module functions and NumPy or Panda functions covered in the
course materials to display the following response statistics: minimum, maximum,
range, mean, median, variance and standard deviation.
(c) Display a bar chart showing the response frequencies and their percentages of the total
responses.
Grading Rubric
– 10 points for defining functions.
– 15 points for finishing Task1(a)-(c).
– 5 points for appropriate comments.
– 10 points for a runnable python program with correct data visualization.
– 10 points for screenshots of the program.
Task 2 (50 points): (Classification with k-Nearest Neighbors and the Digits Dataset) Read the file
“09-02-MachineLearning.pdf” and the python program “CaseStudy1.py” to learn the algorithm
of k-Nearest Neighbors with the Digits dataset for recognizing handwritten digits.
Re-write the python program by doing the following subtasks:
(a) Write code to display the two-dimensional array representing the sample image at index 24
and numeric value of the digit the image represents.
(b) Write code to display the image for the sample image at index 24 of the Digits dataset.
(c) For the Digits dataset, what numbers of samples would the following statement reserve for
training and testing purposes?
X train, X test, y train, y test = 1
train test split(digits.data, digits.target, random state=11, test size=0.60) 2
(d) Write code to get and display these numbers.
(e) Rewrite the list comprehension in snippet [50] using a for loop. Hint: create an empty list
and then use the built-in function “append”.
Grading Rubric
– 15 points for finishing Task2(a)-(e).
– 5 points for appropriate comments.
– 20 points for a runnable rewritten python program
– 10 points for screenshots of the program.
Challenges in This Project
1. For 10% extra credit, you are welcome to explore the design of each task. Note: You still have
to finish all tasks required by this project.
2. You should configure your machine and PyCharm properly to facilitate the project development.

Information Systems homework help

STRICTLY FOLLOW THE GUIDELINES AND DETAILS PROVIDED BELOW:
Assessment Details / Tasks
Written Report
You are required to identify an opportunity for a change to an organisation or sector, where that change will involve an Information Technology solution. You are then to perform a range of business analysis activities, in order to prepare a document proposing at least 2 solution designs, as outlined in more detail below.
The focus of your “opportunity” must be related to some current issue as reported in reputable Australian news media. “Current” means anything that has come to the world’s attention since November 2019 until August 2020. “Reputable media” means organisations listed in the appendix at the end.
Some examples of “opportunity” include:

  • How could the process of contract-tracing of active Coronavirus cases be made quicker/easier?
  • How could permits for essential workers be digitized whilst also preventing fraudulent attempts to make permits?
  • How could the mechanism of home-schooling of primary and secondary school students be made effective and also be easier for staff to handle the system and monitor their student’s progress?
  • How might the child-care sector be able to coordinate between different independent child-care centres for matching children who need to be cared-for, with centres that would then have sufficient quantity of students to enable that centre to run profitably rather than at a loss, whilst others go into hibernation due to insufficient number of attendees?
  • How can health and other data be communicated securely between cruise-ships, airlines, and government departments using digital technologies, rather than relying on paper-based systems prone to human error?
  • How can fire-fighters and other emergency services improve the coordination of their efforts across large-scale bushfire incidents?
  • How can the evacuation and related processes of accounting for affected citizens in Bushfire events, be made easier through supporting IT solutions?

You are allowed to choose another opportunity, as long as it has been reported in reputable media since November 2019.
An example from last year (which is not “current” anymore) was: how could the problem of casual workers having to report their fortnightly earnings to Centrelink so that various support payments could be paid and no “Robo-debt” arise, be made less prone to error so that people would not unexpectedly receive a “Robo-debt” notice.
In clarifying what the opportunity you end up focusing on is: it could be inspired by identifying an area for potential growth through observation of a current issue being experienced (as the examples listed above), or from perceiving (from your own observations) an opportunity to improve an organisation’s current systems.
You cannot simply describe an already existent IT-based process; you must be proposing some change (e.g. you cannot just discuss the CovidSafe App – you must describe something that is going to operate differently to that app, if “quicker contract-tracing” was the topic you chose).
Once you have identified an opportunity, you are assigned the role of Business Analyst to work on this project. Important Note: You must not contact the actual organisation. Instead, you may conduct research using online and library resources and ask your tutor or other students / friends to provide different perspectives – any such assistance from other people must be fully acknowledged in your assignment.
Your role entails performing and reporting on the following aspects of the following BABOK Knowledge Areas:
Strategy Analysis knowledge area:

  • Gain an understanding of the current aims and strategy of the organization/sector and the business objectives of the change, and describing these in your report.

Elicitation and Collaboration knowledge area:

  • Identifying the relevant stakeholders who would be impacted by and who may need to be involved in informing this change.
  • Create a RASCI stakeholder prioritization matrix for the identified stakeholders
  • Developing a list of requirements for what is needing to be addressed by the change, considering the perspectives of the relevant stakeholders.

Requirements Analysis and Design Definition knowledge area:

  • Requirements are specified and modelled using appropriate techniques e.g. user stories or use cases, use case diagrams, data flow diagrams, sequence diagrams, process models, etc.
  • Identification of measurement and evaluation criteria, to enable evaluation of the success (or otherwise) of the change to be determined (in the future).
  • Developing two different, high-level designs that address the identified requirements and that would be valid solutions to the opportunity. Note that these should also be compatible with the organisation’s overall strategy. Note also that you are not expected to provide details of the technical implementation of these designs (e.g. no class designs)
  • Recommending one of the designs as the optimal approach for the organisation to consider, along with justifications for this recommendation that address the earlier-identified needs. Requirements

Lifecycle Management knowledge area:

  • Organising and managing the requirements using a suitable tool (e.g. requirements analysis template.)
  • Constructing a requirements traceability matrix that links the requirements to each of the proposed designs.

As the business analyst working on this project, you are also required to document your work in a report in a format suitable for review by the organisation’s management (or sector’s leaders or government ministers if it is a multi-organisation or sector-wide matter that you have chosen).
Your report must:

  • Include an Executive Summary of the report contents, providing a brief overview of the analysis and also the recommended design solution.
  • Document the findings of your analysis (most of the earlier dot-point items) in detail, so that the process you have undertaken is clearly explained and identifiable. This should enable another person to follow the work you have completed and understand the outcomes you have identified. Some of the information may be difficult to represent professionally in a report – in such cases you may use screenshots where appropriate to show the relevant information, and submit the complete files separately from the report.
  • Be presented in a professional manner suitable for issuing to an executive team at the organisation.

Please follow the below details:
Appendix – Some Possible Reputable News Media for finding topics:
Your chosen topic/organisation/issue must have been discussed by reputable news media.
“Reputable news media” includes reputable news sources published in English in Australia. Below is a list of news organisations which are considered “reputable”. If you wish to find a topic from another news organisation that is not listed below, you should check with your lecturer or tutor to confirm the suitability of the news media if you are uncertain.
You should not be doing your assignment about the news organisation itself. You use the news to find the issues about a topic.
 
Guardian Australia:
https://www.theguardian.com/australia-news/all
Australian Broadcasting Corporation’s news website:
https://www.abc.net.au/news/
SBS News:
https://www.sbs.com.au/news/
The Age (Melbourne):
https://www.theguardian.com/australia-news/all
The Sydney Morning Herald:
https://www.smh.com.au/
The Australian Financial Review:
http://www.afr.com/
The Advertiser (Adelaide):
https://www.adelaidenow.com.au/
 
 

Computer Science homework help

At UC, it is a priority that students are provided with strong educational programs and courses that allow them to be servant-leaders in their disciplines and communities, linking research with practice and knowledge with ethical decision-making and enterprise risk management. This assignment is a written assignment where students will demonstrate how this course research has connected and put into practice within their own career.
Assignment:
Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study.
Requirements:

  • Provide a 500 word (or 2 pages double spaced) minimum reflection.
  • Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.
  • Share a personal connection that identifies specific knowledge and theories from this course.
  • Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment.
  • You should NOT, provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace.
  • Any use of outside sources, including your own prior work, will result in a zero on the activity and a report being filed with Academic Affairs regarding plagiarism (even if self-plagiarism).

Computer Science homework help

Risk management is one of the most important components in empowering an organization to achieve its ultimate vision. With proper risk management culture and knowledge, team members will be “speaking” the same language, and they will leverage common analytical abilities to identify and mitigate potential risks as well as exploit opportunities in a timely fashion. In order to consolidate efforts, the existence of an integrated framework is crucial.
This is why an ERM is necessary to the fulfillment of any organization’s goals and objectives. In your final research project for the course, your task is to write a 7-10 page paper discussing the following concepts:

  • Introduction – What is an ERM?
  • Why Should an Organization Implement an ERM Application?
  • What are some Key Challenges and Solutions to Implementing an ERM?
  • What is Important for an Effective ERM?
  • Discuss at least one real organization that has been effective with implementing an ERM framework/application.
  • Conclusion – Final thoughts/future research/recommendation

The paper needs to be approximately 7-10 pages long, including both a title page and a references page (for a total of 9-12 pages). Be sure to use proper APA formatting and citations to avoid plagiarism.
Your paper should meet the following requirements:

  • Be approximately seven to ten pages in length, not including the required cover page and reference page.
  • Follow APA7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course, the course textbook, and at least FIVE scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find supplemental resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing.

Computer Science homework help

“Lake Point Consulting Services (LPCS) provides security consulting and assurance services to over 500 clients across a wide range of enterprises in more than 20 states. A new initiative at LPCS is for each of its seven regional offices to provide internships to students who are in
their final year of the security degree program at the local college.
Pomodoro Fresco is a regional Italian pizza chain that provides free open wireless access to its customers and secure wireless access for its staff. However, Pomodoro Fresco is concerned about the security of the WLAN. They have asked LPCS to make a presentation about wireless attacks and their options for security. LPCS has asked you to help them in the presentation.
1. Create a PowerPoint presentation for the staff about the threats against WLANs and the weaknesses of the IEEE 802.11 security protocols. Also, include information about the more secure WPA2. Your presentation should contain at least 10 slides” (Ciampa 368-369).
You will create a PowerPoint presentation for a fictitious company regarding wireless security. Carefully read the case project statement and step number 1 to ensure you cover all of the requested topics. Refer to Tech Republic Article about Powerpoint (Links to an external site.) for proper use of developing presentations in PowerPoint. Remember to use the speaker’s notes (this is especially important as I will not see you give this presentation. I need to know what you will say if you were in front of an audience), few bulleted items on the screen, and applicable graphics (charts, graphs, clipart) to make the presentation interesting. You should have an introduction slide, a conclusion slide, and a slide for the list of your sources, along with any content slides needed to get your point across. Information technology specialists always need to be prepared to talk about technology to those who are not versed in the subject. This assignment gives you practice in doing just that.