Tuesday, October 22, 2019

General Robert E. Lee essays

General Robert E. Lee essays Robert Edward Lee was born in Stradford in January 19, 1807. His father was Light Horse Henry. He had three brothers and two sisters, yet he was the youngest. His family was also was very rich. Robert E. Lee went to United States Military Academy. He spent much of his time in his library. His classmates admired him because of his leadership and devotion. He graduated in 1829. He had a high honor at West Point, he even became a superintendent at West Point. He improved the buildings and courses. Robert married Mary Anna Randolph Custis Lee. His childrens names are Major General Custis Lee, W.H.F. Lee, Captain Robert E. Lee Jr., Mary Lee, Mildred Lee was the youngest, and Agnes Lee. Robert E. Lee married two years after he graduated in 1829 and married in 1831. Mary is George Washingtons granddaughter. Lee was away so much of the time they almost never got to see each other. They had to write letters to keep in touch. Lee mostly traveled alone. Mary inherited many slaves and they stayed with her while she was alone. After the war Lee went home and nursed his sick wife. Mary had arthritis and was put in a wheelchair. Lee was a very brave, honest, and smart man. He was a soldier, yet a nurturer. Lee wouldnt allow anything said bad about Grant. War broke out on the border of Texas between United States and Mexico. The Generals were impressed with Lees supervised buildings of bridges. In 1855 Lee became a lieutenant cournal of the calvary and was assigned Texas frontier. He protected settlers from attacks from the Apache and Comanche Indians. Lee hated slavery like the North, but he lived in the South. The South hated Lincoln and the North and the South started to separate. Abraham Lincoln asked Lee if he wanted to be a general for the North, but Lee said No. He wanted to stay in his home state, Virginia. Lee was the first military advisor to President ...

Monday, October 21, 2019

A Guide to Business English Collocations

A Guide to Business English Collocations Business English collocations are common combinations of words used when speaking about business in English. Collocations can be understood as words that usually go together. For example, in English we do business, not make business. That business English collocation can make all the difference if you are trying to do business around the world. When decisions concern a lot of money, its important to get the phrase right.   Here are common business English collocations used in various business operations:   The Verb To Do Accounts: Mary does the accounts in bookkeeping.Business: We do business with countries around the world.Deals:  We did a deal with them last year.Due diligence:  Lets do our due diligence before we begin the project.Paperwork: First we have to do the paperwork.Research: Lets do some research on the subject. The Verb To Make An appointment: I made an appointment with the sales manager for next week.A calculation:  She has to make a calculation before she decides whether to approve.Cutbacks:  The company made cutbacks at their stores in New York.A deal: We made a deal with our competitor.An investment: The CEO  made an investment in a new factory.A loan:  The bank made us a loan of $750,000.Money:  The company made a lot of money in the last year.A profit: We  made a good profit on the deal. The Verb To Manage A business or factory: He manages two stores in California.Expectations:  Always manage your expectations during contract negotiations.A project or a team:  Susan is managing five projects at the same time. The VerbsTo Operate or To Run An airline: The company operates/runs an airline in Brazil.A facility:  We operate/run facilities in Germany and Japan.A service: We operate/run a tourist service in Boulder, Colorado. The Noun Deal Cut a deal: We cut a deal with our competition.Do a deal:  The company did a deal in Los Angeles.Give someone a deal:  Let me give you a deal on a new car.Close a deal:  Jake closed the deal yesterday. Hes celebrating today.Work on a deal:  Were working on a deal with a new client. The Noun Contract Write/draw up a contract: Lets write up a new contract for next year. Sign a contract:  Make sure to read it carefully before you sign any contract.Negotiate a contract: Accepting a first offer is no way to negotiate a contract.Offer someone a contract: Wed like to offer you a contract with our company.Bid on a contract: Were bidding on three contracts at the moment. Adjectives Modifying Customer Long-time customer: We treat our long-time customers with great respect and even better deals.Regular customer: Hes a regular customer. He comes in every Friday afternoon.Prospective customer:  Hes pitching the project to a prospective customer.Paying customer:  The only customer we need is a paying customer.Domestic/international customer: We have both domestic and international customers.

Sunday, October 20, 2019

Using Java Naming Conventions

Using Java Naming Conventions A naming convention is a rule to follow as you decide what to name your identifiers (e.g. class, package, variable, method, etc.). Why Use Naming Conventions? Different Java programmers can have different styles and approaches to the way they program. By using standard Java naming conventions they make their code easier to read for themselves and for other programmers. Readability of Java code is important because it means less time is spent trying to figure out what the code does, leaving more time to fix or modify it. To illustrate the point its worth mentioning that most software companies will have a document that outlines the naming conventions they want their programmers to follow. A new programmer who becomes familiar with those rules will be able to understand code written by a programmer who might have left the company many years beforehand. Picking a Name for Your Identifier When choosing a name for an identifier, make sure its meaningful. For instance, if your program deals with customer accounts then choose names that make sense for dealing with customers and their accounts (e.g., customerName, accountDetails). Dont worry about the length of the name. A longer name that sums up the identifier perfectly is preferable to a shorter name that might be quick to type but ambiguous. A Few Words About Cases Using the right letter case is the key to following a naming convention: Lowercase is where all the letters in a word are written without any capitalization (e.g., while, if, mypackage).Uppercase is where all the letters in a word are written in capitals. When there are more than two words in the name use underscores to separate them (e.g., MAX_HOURS, FIRST_DAY_OF_WEEK).CamelCase (also known as Upper CamelCase) is where each new word begins with a capital letter (e.g., CamelCase, CustomerAccount, PlayingCard).Mixed case (also known as Lower CamelCase) is the same as CamelCase except the first letter of the name is in lowercase (e.g., hasChildren, customerFirstName, customerLastName). Standard Java Naming Conventions The below list outlines the standard Java naming conventions for each identifier type: Packages: Names should be in lowercase. With small projects that only have a few packages its okay to just give them simple (but meaningful!) names: package pokeranalyzer package mycalculator In software companies and large projects where the packages might be imported into other classes, the names will normally be subdivided. Typically this will start with the company domain before being split into layers or features: package com.mycompany.utilities package org.bobscompany.application.userinterface Classes: Names should be in CamelCase. Try to use nouns because a class is normally representing something in the real world: class Customer class Account Interfaces: Names should be in CamelCase. They tend to have a name that describes an operation that a class can do: interface Comparable interface Enumerable Note that some programmers like to distinguish interfaces by beginning the name with an I: interface IComparable interface IEnumerable Methods: Names should be in mixed cas e. Use verbs to describe what the method does: void calculateTax() string getSurname() Variables: Names should be in mixed case. The names should represent what the value of the variable represents: string firstName int orderNumber Only use very short names when the variables are short-lived, such as in for loops: for (int i0; i20;i) {  Ã‚  Ã‚  //i only lives in here } Constants: Names should be in uppercase. static final int DEFAULT_WIDTH static final int MAX_HEIGHT

Saturday, October 19, 2019

HRM Essay Example | Topics and Well Written Essays - 2250 words - 3

HRM - Essay Example ntage situations last only a few weeks and it is up to the firm’s management to find new and innovative ways which they can use to stay on top of the competition. For a company to gain competitive advantage there has to be some form of collective effort from all the stakeholders. The employees of a company are some of the most important of these stakeholders, and they can do a lot to uplift their firm’s competitive advantage (Needle 2010). One way that a company can ensure that it has competitive advantage is by making use of its existing work force to the full. However, the employees themselves need to be in a position whereby they can be as productive as possible if the company is to achieve competitive advantage. They have to be equipped with everything it takes for the company to rise above the crowd (Cartwright and Cooper 2009). Training and development for employees is one way of ensuring that they have all the skills that are needed for the success of the firm (Carroll, 2006). Managing absence is another way that a company can ensure that its workforce is in a position to contribute towards high levels of productivity and profitability (Evans, Waters and Palmer, 2002). Training and development is one of the key functions of any Human Resource Department in any organization. In Human Resource Management, training is a term used to describe the process whereby employees gain abilities that will help them achieve the organizational goals. Development on the other hand is the process by which employees gain skills over a specific period of time (Schuler and MacMillan, 1994). The end game of employee training and development is aimed at improving a company’s profitability. Well trained employees are normally motivated to be more productive. This translates to an overall in crease in the company’s output and service delivery, which in turn leads to an increase in revenues (Olian et al., 1998). When an organization is able to fulfill its objectives in

Friday, October 18, 2019

Financial ratios Essay Example | Topics and Well Written Essays - 500 words

Financial ratios - Essay Example There are different ways in which financial ratios can be improved by the firm and hence its performance. However, it is critical to note that financial ratios can also be improved with the help of creative accounting techniques such as use of different depreciation methods, inventory value methods etc. Financial ratios are typically chracterised into five groups and each group consists of different ratios that outline the performance of the firm in that category. For example, liquidity ratios comprises of current ratio as well as acid test ratio. In order to improve upon the liquidity ratios of a firm, a firm can discipline its use of working capital. Since liquidity ratios mostly indicate the firm’s ability to pay off its short term liabilities with its short term assets therefore it is really important that both the current assets as well as current liabilities are managed in optimum manner. In order to improve this ratio, a firm can decrease its reliance on the short term finance and shall encourage the use of internally generated funds to finance its short term working capital requirement. Since current assets are considered as non-productive assets it is therefore important that a balance must be achieved between the current assets and current liabilities to bring the ratios in most favorable condition. Similarly, efficiency ratios indicate the efficiency with which the assets of the firm are managed by the managers. To improve the efficiency ratios, a firm can further tighten its credit extension policy to improve its receivable turnover. This can also be achieved by making the sales activity more robust so that inventories are rotated more frequently rather than piling them up after their production. A higher inventories turnover therefore indicates the ability of the firm to convert its inventories into cash or receivables through sales generation. Profitability ratios can be

E-business( i will upload the topic for the writer) Essay

E-business( i will upload the topic for the writer) - Essay Example The cloth line, sales people have the option of searching for the customer physical premises and deliver the product. In offline selling, the sales person physically identifies the need. For example, the clothe seller may notice that there many new born in the region therefore, decide to major on the present opportunity otherwise one may be wasting time trying to sell school uniforms. On this stage, the seller focuses on the customer needs, evaluates the suitable cloth to fit in well, and then prioritizes the customers (Goldman Sachs Group, 2012:24). It is advisable for the seller to let go off those not likely to buy to save time and other involving resources. The next step is the physical contact with the buyer. The seller uses communication skills to create interest from the first conversation. In this stage, the seller uses humor to make the process interesting and grab customer attention. The seller states the purpose of his visit clearly and time factor is put into consideratio n not to waste customers’ time (Reynar, Phillips, & Heumann, 2010:418). When presenting, the seller focuses on the benefit and qualities of the cloth. Allow the customer to ask many questions and wear a smile on your face. At this stage, he seller may face objections from the customer therefore, one should be able to handle customers’ worries and provide alternatives. ... For Pike to contact a successful online business, it understands the business obligation since its sales force will be performing transactions online. It is very keen not to incur looses from fraud or even viruses. Online business requires Pike to poses clear information and guidelines on order placement, delivery, warranties, refunds, and security. Privacy is also of high importance. The technological change is affecting and influencing the mode of selling and purchasing of goods and services because customers can access products and services in the internet. Even though the customer and the seller are not in the same place, they are able to conduct a business transaction (Marilyn & Judy, 2010:217). Pike has a website where it displays information about the available clothes, size, quality, theme, fabric characteristics, colors, and even price. The online seller has to prospect customers and send them to the website. Pike has to identify with the customer need and therefore, step in to satisfy it. Pike strategizes and outdoes competition since so many products are available online. Once a prospecting customer opens the website, Pike is able to establish a rapport. The rapport may emerge from the speed of downloading items and information, its aesthetics and navigation. Every activity a customer performs on the website is an opportunity to establish rapport. To establish on this, the site is friendly to the customer from the first instance. For example, the customer is able to find all the information required about a dress, the site downloads images first and provide an interactive platform where customers can post questions and recommendations. The site is

Parity conditions in International Finance and Currency Forecasting Essay

Parity conditions in International Finance and Currency Forecasting - Essay Example These global investors are encouraged by the differences that exist among countries in the return rates on assets that are comparable. The theory also proposes that the exchange rate value on the foreign exchange market is affected by the transactions that are undertaken on the financial account of a country (Mukherjee, 2002). Madura, (2014) says that, the interest rate parity is an equilibrium. Why is this so? The author notes that, when the exchange and the interest rates are made to change and adjust to the forces in the market in a way that the interest arbitrage is not achievable, then an equilibrium results. The equilibrium is termed as the interest parity. Hence, when an equilibrium exists, the forward rate varies from the spot rate by an adequate extent. The variation is to such an extent that it counterbalances the interest rate differential among the countries’ currencies. For example, if an investor from the US obtains a greater rate of interest from his or her foreign investment; and he or she has to pay extra per entity of the country’s currency than what he or she obtains per entity when the country’s currency is sold forward, then there is a counterbalancing influence. Hence, if the investor has invested in the UK and the UK pound has an interest rate of 4%, while the equivalent in the US has an interest rate of 1%. Then, the two currencies’ interest rate differential is 3% (4 – 3). It implies that the interest rate differential is the profit the investors presume. However, the exchange rate must remain constant if the profit is to hold (Grath, 2011). In the example, the â€Å"pay extra per entity of the country’s currency†¦Ã¢â‚¬  is what is termed as the spot rate. While, â€Å"what he or she obtains per entity when the country’s currency is sold forward,† is known as the forward rate. Normally, when the spot rate is more than the forward rate, then a discount is in the