Define employment at will. Are there legal exceptions to the employment-at-will doctrine? How can employers protect themselves from wrongful discharge lawsuits? Discuss
Define employment at will. Are there legal exceptions to the employment-at-will doctrine? How can employers protect themselves from wrongful discharge lawsuits? Discuss
Need help creating 2 diagrams
Please respond to the following:
juust answer to question 2b and 3 of the file attached.
1. What is work specialization? Discuss its advantages and drawbacks.
2. Describe the characteristics, advantages, and disadvantages of a virtual organization
at least 1.5 – 2 pages in length, Times New Roman 12-pt font, double-spaced, 1 inch margins and utilizing at least one outside scholarly or professional source related to organizational behavior. This does not mean blogs or websites. This source should be a published article in a scholarly journal. This source should provide substance and not just be mentioned briefly to fulfill this criteria. The textbook should also be utilized. Do not use quotes. Do not insert excess line spacing. APA formatting and citation should be used.
Text
Title: Essentials of Organizational Behavior, Student Value Edition
ISBN: ISBN-13: 9780135468890
Authors: Stephen P. Robbins, Timothy A. Judge
Publisher: Pearson
Edition: 15TH
GO19_AC_CH01_GRADER_1G_AS – Open Houses 1.0
In this project, you will create database objects to track the open houses for the Health Professions departments at a college. You will create a table and import data from Excel to create a second table. You will use a database template to enter data into the Events table. You will create a simple query, a form, and a report.
Start Access. Open the downloaded file named Student_Access_1G_Open_Houses_AS.accdb, enable the content, and then close the Event List multiple-items form that automatically opened. Open the Navigation Pane.
In Datasheet view, create a new table. Beginning in the second column of the table and using the data type of Short Text, create the Department Name, Contact Last Name, Contact First Name, Campus, Phone, and Department Email fields (in that order). In the eighth column, using the Currency data type, create the Special Pay field.
Change the data type of the ID field to Short Text, rename the ID field to Department ID.
Starting in the Department ID field, add the following three records to the new table:
HIT
Health Information Technology
Lynneff
Deborah
Northwest
(512) 555-6185
40
LPN
Licensed Practical Nursing
Gilbert
Thomas
Northwest
(512) 555-1551
25
PLB
Phlebotomy
Woodward
Jean
Northwest
(512) 555-9012
30
Save the table as Departments, and then close the table.
Append the records from the downloaded Excel file a01G_Departments.xlsx to the Departments table.
In the Navigation Pane, organize the objects by Tables and Related Views. Open the Departments table (the table has 14 records). Close the Navigation Pane.
Switch the Departments table to Design view. Delete the Campus field. For the Department ID field, enter a description of Enter one to five characters for the Department ID and then change the field size to 5. Enter a description of Payment for each open house event for the Special Pay field. Save the table.
Switch to Datasheet view, apply Best Fit to all of the fields in the table, save the table, and then close the table.
Import the records from the downloaded Excel file a01G__Rooms.xlsx into the database as a new table named Rooms. Designate the first row as column headings and the Room ID field as the primary key.
Open the Navigation Pane, open the Rooms table in Datasheet view (the table has 10 records). Apply Best Fit to all of the fields in the table, save the table, and then close the table.
Based on your Departments table, use the Query Wizard to create a simple query. Add the Department Name, Department Email, Phone, Contact Last Name, and Contact First Name fields (in that order). Keep the default name of Departments Query, click Finish to display the query results, and then close the query.
Based on your Rooms table, use the Form tool to create a form for the table. Save the form as Room Form, display the form in Form view, and then close the form.
Based on your Departments table, use the Report tool to create a report. Delete the Contact Last Name, Contact First Name, and Special Pay fields from the report. Save the report as Departments Report.
Sort the Department Name field in ascending order. Set the width of the Phone and Department Email fields to 1.75 inches. Delete the page number from the report, save the report, and then close the report.
Open the Event List form, and then close the Navigation Pane. In the Event List multiple-items form, enter the following record (the Start Time and End Time data will reformat automatically):
Title: LPN Open House Start Time: 1/16/22 11a End Time: 1/16/22 12p Description: Program Overview Location: MW112
In the Event List form, click New Event, and in the Event Details single-record form, enter the following record (the Start Time and End Time data will reformat automatically):
Title: HIT Open House Start Time: 1/16/22 2p
End Time: 1/16/22 3p Description: Scholarship Applications Location: MN110
Close the Event Details single-record form. Close all database objects, open the Navigation Pane, and then exit Access. Submit the database as directed.
Professional Consulting in Information System (IS) – Project plan and report
Project Idea:
development, adoption and implementation of Customer Relationship management system (CRM) in business.
Requirement:
————-
1. Create PPT with detailed speaker notes
2. minimum 25 pages without title page and references
As an IT manager, you are an organizational leader. What is the best way to take the results from an event involving digital forensics and use that knowledge gained in the investigation to improve your organization’s IT Risk processes in order to reduce IT risks? Your response should avoid scare tactics and focus on the ethical need to address issues in a way that encourages compliance with the new security measures.
This assignment must follow the APA format. The target word length for the content is 2,000 words, which will generally be about five double-spaced pages. The title page and reference pages do not count to this word limit. Leverage at least three scholarly resources for this paper.
Your post must be substantive and demonstrate insight gained from the course material.
Text-
Title: Contemporary Project Management
ISBN: 9781337406451
Authors: Timothy Kloppenborg, Vittal S. Anantatmula, Kathryn Wells
Publisher: Cengage Learning
Publication Date: 2018-02-08
Edition: 4th
Excel Chapter 11 Capstone – Donors
Exp19 Excel Ch11 Cap Donors
You are a development officer for a state university. As an officer, you manage a portfolio of important donors who contribute financially to different areas within the university. You categorize the donors based on the college or school for which they want their donations associated. You recently downloaded the portfolio to an Excel workbook. Based on the way the data downloads from the main database, you want to format the text for readability and to make it easier for you to analyze. In addition, you will create an advanced filter to review a list of donors for a particular college or school. Finally, you want to create a look up area to look up data for a specific donor and create a summary section.
1
Start Excel. Download and open the file named Exp19_Excel_Ch11_Cap_Donors.xlsx. Grader has automatically added your last name to the beginning of the filename.
2
The first column displays the name of the college or school (such as ART or BUSINESS) associated with each. You want to assign a three-character code for each college and use that code to attach to existing donor IDs to create a unique field.
In cell B8, insert the LEFT function to extract the first three characters from the college name in cell A8. Copy the function to the range B9:B35.
3
You now want to combine the college ID and donor ID.
In cell D8, insert the CONCAT function to combine the college ID in cell B8 with the donor ID in cell C8 with a hyphen between the two text strings. Copy the function to the range D9:D35.
4
In cell J8, insert a text function that displays the college name from cell A8 with just the first letter capitalized, such as Engineering. Copy the function to the range J9:J35.
5
The Full Name column displays last and first names of the donors. You want to display last names only in a separate column.
In cell F8, type Schneider and use Flash Fill to fill in the last names for the donors in the range F9:F35.
6
The Address column contains street addresses, city names, and state abbreviations. To manage the address list better, you will separate the data into three columns.
Select the addresses in the range G8:G35 and convert the text to columns, separating the data at commas .
7
The top-left section of the spreadsheet is designed to be able to enter a donor’s ID, such as ENG-15, and look up that person’s position in the list, display the donor’s full name, and display the amount donated this year. The first step is to identify the position number of the donor ID.
In cell B3, insert the MATCH function to look up the donor ID in cell B2, compare it to the list in the range D8:D35, and then return the donor’s position within the list.
8
Now you are ready to use the position number as an argument within the INDEX function.
In cell B4, insert an INDEX function that uses the range D8:K35, looks up the row position number from the MATCH function result, and then uses the column position number for Full Name.
9
In cell B5, insert an INDEX function that uses the range D8:K35, looks up the row position number
from the MATCH function result, and then uses the column position number for Donation.
10
You want to format the results of the INDEX function.
Format the value in cell B5 as Accounting Number Format with zero decimal places.
11
To analyze the donor records, you are ready to create criteria and output ranges. You will enter conditions to find records for donors to the College of Business who donated $1,000 or more.
Copy the range A7:K7 to cell A38 to create the column labels for the criteria range. Type Business in cell J39 and >=1000 in cell K39.
12
You are ready to create the output area and perform the advanced filter.
Copy the column labels to cell A42. Perform the advanced filter by copying the records to
the output area.
13
Now that you created a copy of the records meeting the conditions, you are ready to enter database functions in the Summary area.
In cell K2, insert the database function to total the value of the donations for the records that meet the conditions in the criteria range.
14
In cell K3, insert the database function to calculate the average donation for the records that meet the conditions in the criteria range.
15
In cell K4, insert the database function to count the number of records that meet the conditions in the criteria range.
16
Format the range K2:K3 with Accounting Number Format with zero decimal places. Format cell K4 with Comma Style with zero decimal places.
17
You want to use the FORMULATEXT function to display the functions.
In cell G2, insert the FORMULATEXT function to display the formula stored in cell B3.
In cell G3, insert the FORMULATEXT function to display the formula stored in cell B4.
In cell G4, insert the FORMULATEXT function to display the formula stored in cell D8.
In cell G5, insert the FORMULATEXT function to display the formula stored in cell K2.
18
Create a footer with your name on the left side, the sheet name code in the center, and the file name code on the right side of the worksheet.