2 page apa format
Individual Project Assignment
Hello,
please can someone help me with this project please?
i need to submit the proposal of the project topic coloured with purple.
Topic chose (Banking System).
please read the attached project instructions/rubrics carefully before responding . thanks
discussion
The control of processes and threads are of deep concern by developers of all operating systems capable of handling “real or emulated” simultaneous computer activity. Threads are typically created by processes (initially invoked by the user or another process). Discuss how an operating system manages these processes and threads, how they are instantiated and discarded, how the activity is controlled, along with the respective advantages and disadvantages of both process and thread. Do not discuss MS Windows OS. Instead you may choose from Linux, UNIX, ROS, z/OS, or VM.
Assignment 2
Graded Assignment: Week 2 – (Complete the following assignment in one Microsoft Word document)Chapter 3: Questions for Discussion #1 through #4
- How do you describe the importance of data in analytics? Can we think of analytics without data?
- Explain. Considering the new and broad definition of business analytics, what are the main inputs and outputs to the analytics continuum?
- Where do the data for business analytics come from? What are the sources and the nature of those incoming data?
- What are the most common metrics that make for analytics-ready data?
Chapter 3: Exercise 12
- Go to data.gov—a U.S. government–sponsored data portal that has a very large number of data sets on a wide variety of topics ranging from healthcare to education, climate to public safety. Pick a topic that you are most passionate about. Go through the topic-specific information and explanation provided on the site. Explore the possibilities of downloading the data, and use your favorite data visualization tool to create your own meaningful information and visualizations.
Chapter 4: Questions for Discussion #1 through #5
- Define data mining. Why are there many names and definitions for data mining?
- What are the main reasons for the recent popularity of data mining?
- Discuss what an organization should consider before making a decision to purchase data mining software.
- Distinguish data mining from other analytical tools and techniques.
- Discuss the main data mining methods. What are the fundamental differences among them?
Chapter 4: Exercise 1
- Visit teradatauniversitynetwork.com. Identify case studies and white papers about data mining. Describe recent developments in the field of data mining and predictive modeling.
When submitting work, be sure to include an APA cover page and include at least two APA formatted references (and APA in-text citations) to support the work this week. Below is the general assessment rubric for this assignment and remember that late penalties are built within the overall assessment so complete this assignment by the Sunday due date of week 2.
Report
Find the attachments for the following requirement
APA format, in-text citation( only Literature part), references include
6 pages
– Literature Review
– Design decisions
-Key Factors Influencing Design
– Functional Design Decision
– Performance and maintenance Design Decisions
C++ Programming
Writing a code to develop a tax calculator in C++ programming language
Discussion 9- Org behavior
Assigned Readings:Chapter 9. Foundations of Group BehaviorInitial Postings: Read and reflect on the assigned readings for the week. Then post what you thought was the most important concept(s), method(s), term(s), and/or any other thing that you felt was worthy of your understanding in each assigned textbook chapter.Your initial post should be based upon the assigned reading for the week, so the textbook should be a source listed in your reference section and cited within the body of the text. Other sources are not required but feel free to use them if they aid in your discussion.Also, provide a graduate-level response to each of the following questions:
- You have been working at Saxet Consulting for the past year and are expected to complete three client reviews per week. You have been very productive and have been completing two extra reviews per week. At a recent team meeting, you expected to receive praise from the President for this extra work; however, your manager took credit for the extra work and received the praise from the President. What has your manager violated and what is your likely reaction?
Text-
Title: Essentials of Organizational Behavior, Student Value Edition
ISBN: ISBN-13: 9780135468890
Authors: Stephen P. Robbins, Timothy A. Judge
Publisher: Pearson
Edition: 15TH
Portfolio Assignment
This week discuss a current business process in a specific industry. 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.
Executive Program Personal Connection Assignment
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.
In pseudocode
In pseudocode, declare a 2-dimensional array of integers that would store the multiplication table of up to 10×10. (100 elements total need to be stored) Use a nested repetition loop of your choice to store each of the values. Be sure to walk through your code and make sure it is properly calculating each of the elements.