Determine the Jacobian matrix and the transformation equations for the elements given in Fig….

Determine the Jacobian matrix and the transformation equations for the elements given in Fig. P9.9

sol$

The coordinates of the element nodes are:

 

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

1.Analyze the value stream by using a flow diagram to map the value added and non-valued steps in th

1.Analyze the value stream by using a flow diagram to map the value added and non-valued steps in the process. 2.Analyze sources of waste and variation through the use of a tool recommended in Theme 3. 3.Identify the process drivers and validate them through the use of a tool recommended in Theme 4.

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

Examine this partial correlation output. The goal is to see the effect of social learning from… 1 answer below »

1. Examine this partial correlation output. The goal is to see the effect of social learning from significant others (measured as an index scale) on an individual’s degree of crime worry. (a) What is the original zero-order correlation? (b) What happens when three other variables are used as controls on the relationship (the third-order correlation)? (3 points)

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

You are the customer services director for a European hotel chain responsible for 400 customer servi

You are the customer services director for a European hotel chain responsible for 400 customer services representatives located across Europe. Your people provide telephone booking services to customers. Go online to the IDA website (www.ida.ie) and find out what the Irish government has to offer if you consolidate all your call centre activities in Ireland.

 

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

What does this case story tell you about how a company’s vision and plans affect its structure?

What does this case story tell you about how a company’s vision and plans affect its structure?
 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

Communicating effectively through written and spoken language for self-expression and interaction…

Communicating effectively through written and spoken language for self-expression and interaction in all settings

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

?For this assignment, you will articulate your business research final project based on the… 1 answer below »

ULO 1: Identify a relevant business issue within your course

area.

ULO 2: Design a business research project proposal within

your course area to address the issue.

ULO 3: Apply and Integrate theoretical and technical

concepts acquired in the course to investigate the issue.

ULO 4: Apply problem solving approaches to formulate

feasible solutions.

ULO 5: Evaluate and choose the most appropriate option(s)

and report accordingly.

For this assignment, you will articulate your business research final project based on the

proposal report (A1), progress report (A2a) and the draft report (A2b) you have

conducted in the previous assessments. This is the final and the filtered version of your

research project that contains all necessary information; scope, literature review,

research design and findings.

The role of this project is to develop you research skills and to develop the ability to work

individually to solve problems using your critical thinking.

This assignment is a report so please stick to the report format only.

Content and Structure:

Your report may adopt the following headings:

Summary

Paragraph or two consisting of the whole project that has been written with conclusion

and findings for the reader to understand clearly what this project report is about.

Introduction

This section provides contextual information to set the scene for your research project

and usually includes these subsections: background, why this research is needed, the

research questions and an outline of your report. The length depends on your word

requirement but is usually 10%.

Literature Review

This is a more detailed presentation of information related to your research project. You

will draw on literature related to your topic including journal articles, reports and other

scholarly sources.

Research design (methodology)

This section details how you went about answering your research question/s.

Findings

This section includes details of what you discovered through your research into the topic.

Discussion and/or Conclusion

This is the summary and analysis of the major findings, including their implications. You

should mention here all challenges faced and all evaluated solutions.

Recommendations

This includes what needs to be done as a consequence of the conclusion.

References

This is a list of the references cited in the report.

Appendices (if required)

This includes extra materials and is placed at the end of the research report as including

them in the main section may distract from the flow of the discussion.

Research expectation:

? The submission needs to be supported with information by credible sources.

? Credible sources should be varied and include, but not limited to, the Textbook,

Government reports, Industry reports, Newspaper articles, Books, and Journal

articles.

? Use the EBSCO Databases accessed through the Library and Learning Support

page on Moodle to find journal articles, case studies and more to help you

prepare your assessment. Speak with the library assistants or email

(support@aih.nsw.edu.au) if you require further assistance.

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

Part 1: Automated Account Management (3 marks) You have been asked by your boss to prepare two… 1 answer below »

Part 1: Automated Account Management (3 marks)

You have been asked by your boss to prepare two shell scripts which manage user information:

  1. You are to prepare a simple shell script which reads a text file called users.txt. The file is in the form

dfs /home/dfs Daniel Saffioti

and creates these users on the system without any interactive input. To do this you will need to use the adduser(1) and passwd(1) commands. You will need to randomly produce the password and report this to the administrator.

You can assume the fields being username, home directory and GCOS string are separate by a single white space.

You can assume all users are in the same group. The program should output the username and generated password once created.

  1. Management of users is important particularly there removal. Write a shell (.sh) script that takes a single argument being a username, looks fo the account in /etc/passwd, deletes the accounts, and archives there home directory into a tar.gz file. You will receive more marks if you avoid using the standard user management tools.

Part 2: Designing File Systems (3 marks)

You work for the Information Technology Department in your University and you have been asked to build a server to store user data (home directories).

The volumes can grow without bounds, so it was felt that the ZFS file system should be used for each volume. The operating system itself need not be on a ZFS volume.

All volumes including the operating system should be engineered in such a way to ensure the best data protection is afforded in the event of local disk failure. It is expected that no more than 1 hours worth of data will be lost.

The volumes required are as follows:

  • uni0 with mount point /users/ug& quota of 200G.
  • uni1 with mount point /users/pg& quota of 200G.
  • uni2 with mount point /users/deleted& reservation of 100G.
  • uni3 with mount point /users/staff& reservation of 100G.
  • uni4 with mount point /users/guest & reservation of 250G.

Given the above your task is as follows define a strategy for how you will ensure the volumes outlined above are provisioned whilst ensuring there data protection. Document this accordingly along with a suitable rationale for your design.

Part 3: Implementing the Filesystem (3 marks)

Given the strategy defined in part two, your job is to implement the storage system.

1. To do this install the latest version of Ubuntu Server on a virtual machine. You will need to ensure the networking is bridged and the root portioning is managed appropriately. You will need to add additional virtual disks to meet the storage needs above.

2. Install the ZFS package and configure it such that pools of storage are created to meet the above requirements including redundancy and backups. To achieve this use the mirroring and snapshot features of ZFS.

Part 4: Making the File System accessible and roboust (3 marks)

The next step is to create another virtual machine (running the same Linux distribution). You job is to:

1. Mount a NFS exported volume from the server outlined in Part three, on this newly created server.

2. Backup all the data on the ZFS volumes on the server in part three to this new instance. You can either use ZFS or another tool/ technique to do this.

Document the steps taken.

Part 5: File System Management with Scripts (3 marks)

Now that you have a plan for the storage there are a few house keeping matters to take care of because users tend to be somewhat liberal with their storage.

  1. Write a script to make sure that user home directories are owned and only accessible by the owner. The script can assume home directories are descendants of /users.
  2. Finally write a script which takes as an argument the filesystem name e.g. /home and looks for objects which do not belong i.e. end with the extension

a. mp3

b. aac

c. mp4

d. mov

e. avi

f. vid

When these files are found a summary should be produced including where they are and the size. The script should also remove the files.

 

"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"

A partnership is a group of two or more persons, who have decided to start a business. A partnership

A partnership is a group of two or more persons, who have decided to start a business. A partnership is simple to create with a governing document, articles of partnership. The articles outline the nature of the business, the rights and responsibility of each partner, the method in which profit/losses are allocated and method to settle a partner”s interest in case of withdrawal, retirement and death, as well as other legal issues that may arise.

There are many advantages to operating as partnership. Two reasons for organizing as a partnership are the ease and cost of formation. In addition, there are two tax benefits that exist within a partnership (1) the income created by the partnership is only taxed through the partners and (2) the partner can reduce other taxable income by any operating losses of the partnership.

How would you react to putting into writing a partnership agreement when you are a person of your word and do not understand why there is a need for a written agreement since you and your partner have an understanding?

    • Posted: 4 years ago
    • Due: 17/09/2015
    • Budget: $10
     

    "Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"