Discussion 7- Org Behavior

Chapter 7. Motivation ConceptsInitial 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:

  1. Given that individuals tend to judge the favorability of their outcomes relative to what others receive, what can be the result of someone getting rewarded for their performance but yet being disappointed in the reward that they receive?
[Your post must be substantive and demonstrate insight gained from the course material. Postings must be in the student’s own words – do not provide quotes!]  [Your initial post should be at least 450+ words and in APA format (including Times New Roman with font size 12 and double spaced). Post the actual body of your paper in the discussion thread then attach a Word version of the paper for APA review]

Text-

Title: Essentials of Organizational Behavior, Student Value Edition 

ISBN: ISBN-13: 9780135468890 

Authors: Stephen P. Robbins, Timothy A. Judge 

Publisher: Pearson 

Edition: 15TH

Exp19_Excel_Ch10_CapAssessment_Movie_Rentals

 

Exp19_Excel_Ch10_CapAssessment_Movie_Rentals

 

Project Description:

You are the systems manager for Blue City Movies Rentals and you have  been asked to create a report on historical sales data. To complete  your task you will combine and edit data from multiple sources using  Excel’s Power add-ins, XML, and text functions.

Start   Excel. Download and open the file named Exp19_Excel_Ch10_CapAssessment-MovieRentals.xlsx. Grader has automatically added   your last name to the beginning of the filename.

Use Get & Transform (Power   Query) to load the file e10c2Movies.txt   to the existing worksheet starting in cell A1. Be sure to load the   information to the data model.

Rename the worksheet Movies.

Use Get & Transfrom (Power   Query) to load the Account table from the xml file e10c2Contacts.xml into a new worksheet. Be sure to add the   information to the data model.

Rename the worksheet Contacts.

Use Get & Transfrom (Power   Query) to load the Rates table from the file e10c2Rates.xlsx into a new worksheet. Be sure to add the   information to the data model.

Rename the worksheet Rates.

Use Get & Transfrom (Power   Query) to load the StoreInfo table located in the database e10c2Transactions.accdb into a new   worksheet. Be sure to add the information to the data model.

Rename the worksheet StoreInfo.

Use Get & Transform (Power   Query) to load the Transactions table located in the database e10c2Transactions.accdb  in the Power   Query Editor. Use the Power Query Editor to change the  format of the Date   column from Date and Time to Date. Load the edited  data to a new worksheet   making sure to add the information to the data  model.

Rename the worksheet Transactions.

Create a relationship between   the Transactions table Account field and the Account table Account field. 

Create a relationship between   the Transactions table Store# and the StoreInfo table Store#.

Use PowerPivot to create a   PivotTable and clustered column PivotChart Horizontal on a new worksheet.   Name the worksheet TotalEarnings.  Use the Transactions table Date field in the   Filters area, Account  table Type field and Last field in the Rows area, and   Transactions  table Total field in the Values area. 

Add the chart title Total   Earnings.

Use 3D Maps (Power Maps) to   create a geographical visualization of  sales data by store. Use the Store Zip   as the location dimension and  the Transactions Total as the height dimension.   Zoom in as needed to  view results.

Save and close Exp19_Excel_Ch10_CapAssessment-MovieRentals.xlsx.   Exit Excel. Submit the file as directed.

discussion

Write an essay of atleast 500 words on what you would like to learn for future study in this course.

Write in essay format, not outline or bulleted.

Use the five paragraph format. Each paragraph must have at least five sentences. You need to refer to 3 sources and include them in the references.

Assignment

 Information Technology and Organizational Learning Assignment:

  • Chapter 10 – Review the section on the IT leader in the digital transformation era.  Note how IT professionals and especially leaders must transform their thinking to adapt to the constantly changing organizational climate.  What are some methods or resources leaders can utilize to enhance their change attitude?

The above submission should be one -page in length and adhere to APA formatting standards.**Remember the APA cover page and the references (if required) do not count towards the page length*

Assignment

you were introduced to Wireshark and GlassWire, two free network monitor & security tools. Compare and contrast these two tools. explaining the benefits and features of each, then decide which of these two choices you would prefer to use if you were the Network Manager. Explain why you made your decision. 

https://www.glasswire.com/

https://www.wireshark.org/

Problem 1- Legal

Question I – Debbie Debtor borrowed $1,000.00 from First Big Bank.  Debbie Debtor agreed to repay the $1,000.00 over eight months plus interest.  Debbie Debtor loses her job and stops making payments to First Big Bank after two months.  What is the source of law that governs the subsequent remedies that may be available to First Big Bank?

Question II – Eddie Embezzler has worked for Betty Boss for many years as an accountant. During his employment, Eddie has taken thousands of dollars from Betty’s business. As a result, Betty has suffered. Did Eddie violate a criminal law, a civil law, or both? Explain.

Text-

Title: Business 

ISBN: 9780357447642 

Authors: Marianne M. Jennings 

Publication Date: 2021-01-01 

Edition: 12th Edition

Human Computer Interaction Discussion 4

  

how do you feel that social interaction has change the way a designer measures usability and human interaction?

After reading Chapter 5, how do you feel that social interaction has change the way a designer measures usability and human interaction? You are required to write a statement that is LIMITED to 150 words. This is an opinion question; therefore, research is not required. Should you cite the work of others, please provide the source of your opinion in APA format.

You must reply to one peer with 100 – 200 words.

Cyber

  Need help with question. will give instructions once we communicate.  

CIS 22A – Lab 6

CIS 22A – Lab 6

Credit Card Debt 

The True Cost of Paying Minimum Payment

Write a C++ program to output the payment schedule for amount owed when each month

nothing more is charged to the account but only the minimum payment is paid. The output

stops when the balance is fully paid (i.e. no longer > 0).

Input: 

Data must be done in a separate function. Input the following: credit card balance, interest rate

on your credit card, and percent of minimum payment. Test data: 624 24, 4

Data must be read from a file called lab6.txt .

Calculate: This function must be called from main() from within the loop.

For each month, calculate the amount of interest to be paid that month (adding this into

balance before calculating minimum payment), total of interest paid, amount of minimum

payment due for the month, and updating new balance.

If the minimum payment is less than $15.00 then set it at $15.00

Output: This function must be called from main() from within the loop.

There needs to be a separate function to output the table heading. Also output the information

input from the file.

There needs to be a separate function to output month, balance at the end of the month, interest

paid that month, minimum payment for that month, and the sum of amount of interest paid so

far. 

All output must be redirected to a file. (See b http://www.bankrate.com/calculators/managingdebt/minimum-payment-calculator.aspx)

Sample

output:

Balance Owing: $  624.00

APR as %  24

Percent for minimum payment as %  4

Month     Balance  Interest       Minimum      Sum of

                   this month                 interest paid

    1      611.02       12.48       25.46       12.48

    2      598.31       12.22       24.93       24.70

    3      585.87       11.97       24.41       36.67

    4      573.68       11.72       23.90       48.38

. . .

   57       31.80        0.92       15.00      388.14

   58       17.44        0.64       15.00      388.78

   59        2.79        0.35       15.00      389.13

   60        0.00        0.06        2.84      389.18

Press any key to continue . . . 

 

Check points:

 

 

? Absolutely no arrays

? Each function needs as comments Purpose, Pre & Post.

? Pass by reference only when you must.

? Your name must be as comment at the top of the source code and output to the file 

within your code.

? Must have a minimum of six meaningful comments in main.