Thursday, September 5, 2019

Design Of Enterprise It Solution Big Bazaar Information Technology Essay

Design Of Enterprise It Solution Big Bazaar Information Technology Essay Big Bazaar is a chain of hypermarkets in India, with more than 100 stores in operation. It is a subsidiary of Future Group Venture Ltds, and follows the business model of United States-based Wal-Mart. Big Bazaar, is the chain of retail stores of the big banner Pantaloon Retail (India) Ltd., which in turn is a segment of the Kishore Biyani, regulated Future Group of Companies. Moreover the customer friendly ambiance and the organized retailing of products also make Big Bazaar one of the successful retail companies in India. 1. Big Bazaar: Overview Big Bazaar hypermarket is offering a huge array of goods of good quality for all at affordable prices. Big Bazaar has no doubt made a big name in the retail industry of India, moreover shopping here is further made a memorable experience with the varied rates of discounts on products as well as discount vouchers available in a variety of amounts, like INR 2000, INR 3000, INR 4000, INR 5000 and INR 10000 on all Big Bazaar products and accessories. 1.1 Product range in Big Bazaar This large format store comprises of almost everything required by people from different income groups. The added advantage for the customers shopping in Big Bazaar is that there are all time discounts and promotional offers going on in the Big Bazaar on its saleable products. 1.2 Significant Features of Big Bazaar Shopping in the Big Bazaar is a great experience as one can find almost everything under the same roof. It has different features which caters all the needs of the shoppers. Some of the significant features of Big Bazaar are: 1.3 Big Bazaar- Objective In this new era, design is helping companies to sell differentiated experiences and solutions that connect with the consumers emotions. Its not just the matter of selling products and services nor just completing transactions in the need to achieve targets. Every customer is an opportunity to build a relationship and invite the customer to become a part of the new transformational scenario. Design management is helping us position the customer at the centre of every decision we take and also operate with true entrepreneurial spirit. 1.4 Big Bazaar- Target customers Big Bazaar targets higher and upper middle class customers because there has been growth in Indian middle class that has so far been used to buying apparel and groceries from small and cluttered unorganised shops is fast realizing the joys of visiting malls that have redefined the freedom to shop and entertain. Such malls are the new temples of leisure and weekend entertainment. 1.5 Food Bazaar Food Bazaar (Future Group) is a Private Sector Organisation that offers services in Retail with Annual Total Turnover of 250-500 Crores and with Employee Strength of 501-1000. 2. Vision and Mission 2.1 Vision Future Group shall deliver everything, everywhere, every time for every Indian Consumer the most profitable manner. 2.2 Mission We share the vision and belief that our customers and stakeholders shall be served only by creating and executing future scenarios in the consumption space leading to economic development. We will be trendsetters in the evolving delivery format, creating retail realty, making consumption affordable for all customer segments- for classes and masses. We shall infuse Indian brands with confidence and renewed ambition. We shall be efficient and cost conscious and committed to quality in whatever we do. We shall ensure that our positive attitude, sincerity, humility and united determination shall be the driving force to make us successful. 3. Organisation Chart 4. EXISTING ARCHITECTURE of IT System(Hardware) The company maintains a 3 tier architecture. Figure 1 Source: www.cardisoft.eu 4.1 Client: The client represents the face of IS, through which data relating to various retail operations could be keyed in and data stored in database can be extracted. It constituted the Terminals at the counters. 4.2 Application Server: The middle tier will comprise of clustered servers also called transaction servers, as they facilitate transactions taking place in the big bazaar. This is essential for the system to handle high workloads, especially during peak hours. The middle tier will serve as an interface between the clients and the database. The application server runs on a Dell Server. 4.3 Database Server: The database server will receive and process queries received from the middle tier transaction servers. All the data will be stored in this database server. The database server is located in Mumbai. The system runs on a HP Super dome server on HP UNIX 11i and the database is from Oracle. 4.4 Inventory management: For this bar-coding is used. Around 80 bar-coding machines are used in Calicut Big bazaar branch. 4.5 Personnel management: For this attendance swapping machines are in place to keep track of in and out time of employees. Also an IT system, called the PECK system, is used for automatic ordering of items whose stock goes below a minimum prescribed level. The reorder level depends on the Minimum Base Quantity (MBQ). Suppose, MBQ = 10 Reorder level = 5 Now, whenever the quantity of this item in stock goes below 5, an automatic purchase order is sent to the centralised warehouse. 5. ANALYSIS OF THE EXISTING IT INFRASTRUCTURE 5.1 SAP ERP (R/3) The SAP ERP application is an integrated enterprise resource planning (ERP) software manufactured by SAP AG that targets business software requirements of midsize and large organizations in all industries and sectors. It allows for open communication within and between all company functions for Big Bazaar. With the advent of distributed client-server computing SAP AG brought out a client-server version of the software called SAP R/3 (The R was for Real-time data processing and 3 was for 3-tier). This new architecture is compatible with multiple platforms and operating systems, such as Microsoft Windows or UNIX. This opened up SAP to a whole new customer base like retail market such as Big Bazaar. SAP R/3 was arranged into distinct functional modules, covering the typical functions in place in an organization. The most widely used modules were Financials and Controlling (FICO), Human Resources (HR), Materials Management (MM), Sales Distribution (SD), and Production Planning (PP). Each module handles specific business tasks on its own, but is linked to the others where applicable. For example, an invoice from the billing transaction of Sales Distribution of Big Bazaar would pass through to accounting, where it will appear in accounts receivable and cost of goods sold. 5.2 Technology of SAP ERP(R/3) SAP based the architecture of R/3 on a three-tier client/server as stated above in infrastructure. Client Server Application Server Database Server 5.2.1 Client Server The Client server is actually a program named sapgui.exe. It is usually installed on a users workstation. To start it, the user double-clicks on an icon on the desktop or chooses a menu path. When started, the presentation server displays the R/3 menus within a window. This window is commonly known as the SAPGUI, or the user interface (or simply, the interface). The interface accepts input from the user in the form of keystrokes, mouse-clicks, and function keys, and sends these requests to the application server to be processed. The application server sends the results back to the SAPGUI which then formats the output for display to the user. 5.2.2 Application Server An application server is a collection of executable s that collectively interprets the ABAP/4 (Advanced Business Application Programming / 4th Generation) programs and manages the input and output for them. When an application server is started, these executable s all start at the same time. When an application server is stopped, they all shut down together. The number of processes that start up when you bring up the application server is defined in a single configuration file called the application server profile. Each application server has a profile that specifies its characteristics when it starts up and while it is running. For example, an application server profile specifies number of processes and their types, amount of memory each process may use, length of time a user is inactive before being automatically logged off. The Application layer consists of one or more application servers and a message server. Each application server contains a set of services used to run the R/3 system. Not practical, only one application server is needed to run an R/3 system. But in practice, the services are distributed across more than one application server. This means that not all application servers will provide the full range of services. The message server is responsible for communication between the application servers. It passes requests from one application server to another within the system. It also contains information about application server groups and the current load balancing within them. It uses this information to choose an appropriate server when a user logs onto the system. The application server exists to interpret ABAP/4 programs, and they only run there-the programs do not run on the presentation server. An ABAP/4 program can start an executable on the presentation server, but an ABAP/4 program cannot execute there. If your ABAP/4 program requests information from the database, the application server will format the request and send it to the database server.cvb. 5.2.3 Database Server The database server handles the users request for addition, retrieval and modifications in the data. The system runs on a HP Super dome server on HP UNIX 11i and the database is from Oracle. It is located in Mumbai and centrally stores data for each Big Bazaar in these small cities. 5.3 Implementation of SAP ERP SAP ERP in Big Bazaar consists of several modules including: utilities for marketing and sales, field service, product design and development, production and inventory control, human resources, finance and accounting. SAP ERP collects and combines data from the separate modules to provide the Big Bazaar with enterprise resource planning. Although there can be major benefits for Big Bazaar of SAP ERP, the implementation and training costs are expensive. It has overcome with problems when implementing SAP ERP software, such as: failing to specify their operation objectives, absence of a strong commitment or positive approach to change, failing to deal with organizational differences, failing to plan the change to SAP ERP properly, inadequate testing. All these factors which cause unsuccessful implementation of SAP ERP didnt affect in Big Bazaar and it came successfully in overcoming them. SAP ERP is implemented correctly in BIG BAZAAR due to which it has gone from its old calculations system to a fully integrated software package. Potential benefits that it had gained from it are efficient business process, inventory reduction, and lead time reduction. An integral part of the implemented IT infrastructure is the SAP Enterprise Resource planning system. The package has a range of functions and provides a range of benefits to the company in the following areas: 5.3.1 Billing System The company has successfully implemented an ERP system with a comprehensive set of accounting applications. This helps in integrating the cost, profit, and revenue information of sales that are made, and presents in a granular way. The system is a very robust one that has failed only once in the past 3 years. 5.3.2 Inventory Replenishment Inventory management is a very critical function for a store like Big Bazaar that deals with a variety of products involving wide categories like FMCG, Staple items, fruits, vegetables, footwear, etc. All these different products required different levels of inventory. A dating structure is set up based on the past data for each data which allows the company to be informed of when their inventory should be updated. This is important, because it allows the company to keep close track of their stock and helps maintain communication simple between different units of the supply chain management 5.3.3 Order Tracking On the business side ERP is useful in order tracking. When the company receives orders for a product, being able to properly track the orders allows the company to get detailed information on their customers and marketing strategies. If different software packages are being used, this data may not be consistent. 5.3.4 Customer Relationship Management ERP is highly useful in Customer Relationship Management as it helps in providing the best customer services by immediately attending the customer queries and with timely delivery of products. All customer delays have been effectively removed by the implementation of the ERP system as it aids in resolving the customer payments well before the scheduled deadline. 6. Why Outsourcing? The reasons which drove Big Bazaar to outsource to Wipro Technologies are: Big Bazaar is a fully centralized system in integration with the Mumbai Head office. The payment of all the stakeholders are been done through Mumbai branch. A message is triggered to the Mumbai Head Office the instant the inventory level falls below a minimum prescribed level; the optimum quantity is being supplied to maintain the Maximum Base Quantity (MBQ). To maintain this dynamism across all the outlets and to gain the benefits of volume discount, a sophisticated IT system is required. The core competency of the Big Bazaar is in retailing and this application system is a support-oriented information resource management (as in Mac Farlans Strategic Grid). Hence, outsourcing was a viable option for Big Bazaar on account of the following reasons: Access to higher professionalism Risk of inappropriate IT architecture is reduced. Maintenance of skilled staffs is not needed and the management can concentrate on the core business activities. Subscribing is relative cheaper compared to purchasing a new technology. In addition, outsourced vendor would upgrade to new technology as and when needed. 7. Vendor Selection Process Big Bazaar was diligently involved in the selection of the vendors to outsource. The steps it took to finalize the vendor were as follows: They identified the requirements (functional and non-functional) and prepared an exhaustive list of the vendors software available in the market. 2. They narrowed down the list of vendors based on the non-functional requirements. The list included Wipro, Infosys, Patni Computers, TCS, etc. 3. They sent the Request of proposal (RFP) to the prospective vendors asking for information relevant to their service capabilities across a spectrum that includes financial, technical, and operational information. 4. Based on the responses of the vendors, they selected WIPRO for outsourcing. 8. Advantages Disadvantages of Existing IT Structure 8.1 Advantages The advantages of such an infrastructure can be concluded as follows: Scalability The architecture deployed currently has been modelled to facilitate the scale of operation of the company. For instance the application servers can be deployed on many machines. Also, the database no longer requires a connection from every client it only requires connections from a smaller number of application servers. In addition, many Transaction Processing Monitors could be used to balance loads and dynamically manage the number of application server(s) available. Better Reuse A replication of the same logic can be initiated from many clients or applications. Since the method of operation is standardized across all the outlets so a mechanism which can be replicated at less cost, reduces complexity and leads to optimum utilization of the resources. Improved Security Implementation of security mechanisms at multiple levels (not just the database) improves the security level. Security can be granted on a service-by-service basis. The placement on a very secure central server makes the business logic more secure. Reduced Distribution Any new policy changes like discount offers and other incentives can be easily incorporated to the complete business logic by simply updating a few application servers and do not have to be implemented individually across all the clients. Improved Availability The operations associated with the organization require the system to support numerous transactions, at the time of high sales. Such situations make use of redundant application servers and redundant database servers. Thus, it is possible to architect an application which can recover from network or server failures. Hidden Database Structure In order to facilitate the simultaneous transparent database changes, the actual structure of the database is hidden from the caller. Hence, it is possible that a service in the middle tier that exchanges information/data with other applications could retain its original interface while the underlying database structure was enhanced during a new application release. 8.2 Disadvantages Along with the advantages of the IT Infrastructure, some disadvantages also exist: Inventory management Systems inefficacy often leads to problems: Big bazaars inventory management inventory, centrally connected to its head office, has often led Big Bazaar into big troubles including recent example of Sabse Sasta Din (On the eve of Republic Day) where many of its stores had to shut after overwhelming demand and insufficient inventory. This failure in inventory management caused Big Bazaar huge revenue loss as well as bad publicity. Centrally managed system has its disadvantage too. The staff at its outlet has negligible knowledge of its IT infrastructure details. They generally lack the skills to treat the problems at their own. As all the control lies with Mumbai head office, thus in case any problem arises in system, either the store manager has to take help from its outsourcing partner or Head office IT team. The time delay in the procedure often cost it a substantial amount of business. Big Bazaar IT infrastructure lags as compare to its global competitors (who are set to enter Indian Markets) in terms of effectiveness of its Data Mining system. The data mining system enables the retailer to critically analyze and select its consumer segments and its specific needs and thus coming up with schemes to target them. Although existing customer billing system is very robust (failed only once in last 3 years: Kozhikode outlet), it often turns into bottleneck leading to longer queues and thus increased service time. The problem becomes worse during peak customer hours and the system proves to be Achilles heel during above estimated demands (recently in Sabse Sasta Din offer; 26 Jan 2011). 9. Security at Big Bazaar IT System In recent years, the retail sector has become the targets of spear phishermen, a particularly devious and hard to detect targeted attack, according to the cyber security firm Message Labs Intelligence. In a targeted attack, cybercriminals go after only a few individuals within a particular company in the hopes of compromising the individuals machine and gaining access to sensitive data, intellectual property, or confidential internal systems. IP surveillance and automation is very difficult in retail sector, hence most retailers take other measures to ensure a secure network like backups of all application data, operating system, databases and files were taken on a daily basis onto tape drives and even on disk. All the backup media was stored offsite on a daily basis. Weekly and monthly backup tapes are stored at remote locations. If the OS or application software conks off, data can be restored by reinstalling the concerned software and retrieving the latest data backup. IT Security in Big Bazaar Currently 10. Business Process Model The business process model elaborates the individual processes involved in servicing the customer and the areas where IT plays an integral role in servicing the customer. Fig: Business Process Model of Big Bazaar The key processes involved in the completion of a transaction at Big Bazaar could be described as follows: The customer selects an item to buy The customer places the order The order is then processed when the customer makes the payment If the payment is correct then the inventory level of the corresponding item is reduced by one and the transaction is complete However if the payment is not correct then the customer is intimated regarding the problem. If the customer still wishes to complete the transaction then he pays the appropriate amount else he decides to cancel the order if he does not have enough cash at disposal After the inventory level is reduced by one, it is checked if the current inventory level is critical If the inventory level is not critical then the transaction can be considered to be totally complete and the system is prepared for the next transaction. However, if the inventory level is critical i.e. based on the MBQ system, an automatic reorder procedure is activated This involves sending out a request for invoice order and another one for shipping order Once the invoice data is validated with the accounts department, the invoice is raised and forwarded Once the invoice order is complete, the items are packed and then shipped from the suppliers to the warehouse which stores the inventory Once the inventory has been received at the warehouse, the inventory level is updated From the above description it can be observed that IT plays a crucial role in three key areas namely Payment Processing, Inventory Management and Managing accounting information. Payment processing software records the payments received from the customers and keeps track of the sales amount generated on a day to day basis to understand the customer behaviour. The role of IT in Inventory management is critical in ensuring automatic replenishment of the inventory whenever the quantity goes below the critical level. Finally the accounting system has to make sure that all the goods received and the invoices generated are in correspondence and to detect and prevent anomalies that might arise out of errors committed both intentionally and unintentionally into ballooning into a huge problem for the company. It is important that the above systems are properly in place for the efficient functioning of the day to day business activities. 11. Logical Design of Big Bazaar In the logical diagram various processes are shown with the help of entities and their attributes. Various entities that are used in Big Bazaar are so linked with each other. Fig: Logical Diagram of Big Bazaar Following is the brief introduction about each entity and its attribute: HO Site: it is central point in the database unit, which controls all the departments. It controls various operations like maintaining inventory, organizing suppliers, and giving salaries to employees and billing to the customers. HO Employee: It defines the employees who will operate the HO site. They can make changes in the database of the product, and can even define new levels of cut off points for both inventory and shelf. Employee: It defines all the employees working in various departments. This entity will be accountable for their salaries, their performance, their timings and their attendance. All the incentives will be decided after seeing the performance graph of the employee, which will be generated through the DBMS. Product: This entity will define all the information about the product. It will tell the cost of the product, its unique ID code, its supplier, its self life. Supplier: As there are too many suppliers in the market who will be supplying their products to big bazaar. This entity will help to maintain their database. It will tell about the supplier name, location, product supplied by him, and about billing of the supply. Purchase rec.: This will tell about the purchase record of a particular product by the customer. It will tell the name of customer who purchased the product, date of purchasing, quantity purchased etc. Customer: The end point of the business is customer. To create the database of the valuable customers, you should know name, address, and product in what quantity they purchase. Inventory: It is the store where all the products are placed before bringing them to the shelf. The supplies directly come to the inventory. 12. Use Case Diagram The major actors in this use case diagram are: Customer Kozhikode branch employee Mumbai Head office employee Supplier The customer selects the goods he wants to buy and goes to the counter where the customer pays the amount. The employee at the counter enters the data in the database which is updated on the continuous basis. This database in turn is connected to the Mumbai database. Thus the entry made by the Kozhikode employee gives the inventory, sales etc status of the Kozhikode branch to the head office. Next, Mumbai head office checks the inventory level of the stock and if found to be below minimum base quantity level, then order is placed to the supplier regarding the same. The suppliers get the order request from the head office through the centrally connected database. All other functions of the Kozhikode branch are carried out in a similar manner. Fig: Use Case Diagram 13. Module distribution Diagram of Big Bazaar The value chain across which Big Bazaar operates is as shown below. First the vendor selection takes place. Than the centralized planning and merchandising is done for each of these stores according to the demand. Then the procurement of the goods takes place according to the forecast and plan. The goods are then distributed to each of the city branches. Then it is sold to the customers where the value chain is completed. We can divide these into four different categories. They are Planning, Store management, Buying and Supply Chain. For planning the modules of SAP used are supply Chain Management, Production Planning and Sales and Distribution. For store management Customer Relationship management, Sales and Distribution Management, Material Management and Customer Service modules are used. For Buying Supplier Relationship management and Material management modules are used. And for supply chain activities Sales and distribution, Logistics and Logistics Execution modules are used. Fig: Module Distribution Diagram of Big Bazaar 14. Scope of Improvement Despite the various advantages that IT infrastructure has bestowed on Big Bazaar, there is still a varied scope of improvement that the organization can employ: Big Bazaar can update the technology system by implementing WMS with RFID, Customer intelligence and CRM, Inventory and Promotions Optimization. On account of the heavy rush on the weekends and the festival season, the available number of terminals is unable to meet the demand quickly. Hence, the customers have to wait in queue for longer period. However, there are certain floors wherein the terminals are idle as the demand for those items are not that high. Hence, the firm can decide to exchange the location of computers from less used areas to highly used ones. 15. Recommendations 15.1 Improving Warehouse Management by strategic use of IT Big Bazaar faces many challenges. Not only it has to manage and coordinate a large number of local, regional, across complex supply chains but also the customers demand an increasingly large variety of products and faster deliveries, which often means that it has to hold smaller quantities of a larger range of SKUs. To satisfy customer demands and execute on its business strategies, you need a complete and accurate picture of where inventory is deployed and of its movement across the supply chain network. At the same time, you need to keep supply chain costs low, especially given fuel costs. Optimizing transportation management and synchronizing it with warehousing plans to meet fluctuating customer demands and store needs -is essential to competing successfully when margins are tight. Warehouse management can be further refined by the application of RFID technology. RFID will help Big Bazaar to align and optimize its task execution -which will include its loading time, sequence, and use of staging areas and bays with the supply chain events that occur outside of the warehouse. This use of technology can be easily integrated with the SAP Supply Chain Management (SAP SCM) application, which provides an integrated supply chain solution. In the long run it will provide the necessary visibility and control needed to optimize logistical execution for competitive advantage. There is a lot of scope for improvement in warehouse management. The direct tangible benefits that Big Bazaar will accrue are with the following components: Re-Defining a Complete Warehousing Plan- Optimizing warehousing as part of a demand-driven supply chain model, with a comprehensive plan to manage activities every step of the way. Order Management Integration of the new SAP EWM with existing SAP ERP for comprehensive order management. Warehouse Planning and Inventory Tracking and Tracing Once you define the high-level plan, you can focus on optimizing activities within each supply chain location. Support for cross-docking enables a direct flow from goods receipt to goods issue. The application also supports the tracking and tracing of inventory down to granular levels of detail -information needed to initiate recalls. RFID technology makes these tasks more efficient and ensures accuracy. Material Flow System SAP EWM offers complete material flow control without additional software allowing all programmable logic controllers to be connected to SAP EWM via remote function call (RFC) adaptors. To help ensure that goods keep moving inside the warehouse and to avoid unnecessary (and costly) manual intervention, the system offers high performance. That level helps ensure that a carton can be scanned, compared to the expected size and weight, and have a determination made about where it should be sent in less than a second. Tracking and Management of Warehouse Activities SAP EWM provides enhanced monitoring features for tracking and managing warehouse activities. A warehouse cockpit provides an overview of key processes, costs, schedules, and value added services. This real-time visibility helps you manage daily operations and optimize the use of labour. You can plan ahead for upcoming activities, assign resources to tasks, and identify ways to minimize time per process step or eliminate steps. With SAP Extended Warehouse Management and RFID Technology application, Bi

Wednesday, September 4, 2019

Conquering of Fear :: Personal Narrative, Autobiographical Essay

Conquering of Fear For as long as I could remember I have had a chronic fear of crashes at high speeds and that my best friend Joseph has never feared anything. He would jump off the Eiffel Tower if he got the chance. On the day that I would finally conquer my fear I was in the back seat of Joseph’s uncle’s Ford Expedition with the whole seat to myself. If I were to turn my head around I would see the large speeder boat the car was pulling behind it. We were on our way to the Delta Marina. Our plan was to go tubing in the water. The only way we would end our turn on the tube was by flipping over and crashing into the water. The road began to get rocky and the smell of wet wood was in the air. We finally reached the loading point for cars with boats. It was not until I was sitting in the boat with my life vest on and I could feel the swaying of the marina water that I realized how scared I was. I was shaking slightly, my palms were soaked with sweat and suddenly I felt as if I had to go to the bathroom very desperately and the engine had not even been turned on yet. I sat in the very back of the boat facing the front. When I saw Joseph’s uncle put the key in the ignition I almost instinctively grabbed the closest thing to my hand. To my surprise I had grabbed Joseph’s arm who had sat adjacent to me. I recoiled with great embarrassment. Joseph said joshingly, â€Å"Oh Adam I didn’t know you felt that way.† Then he laughed, but I was too caught up in my mistake to laugh or even notice the engine had turned on. The sudden acceleration surprised me so much I almost fell off right away. It took a few seconds, but I got use to the speed and even began to find a peace in the wind and the sound it made as it rushed by my ears. I sat in a very scholarly position with my hands folded and my back straight up. I looked over at Joseph and saw him in a reclining position with one hand holding a soda and the other hanging out the side of the boat feeling the water that the boat pushed up in large cascades as it cut through the once calm currents. Conquering of Fear :: Personal Narrative, Autobiographical Essay Conquering of Fear For as long as I could remember I have had a chronic fear of crashes at high speeds and that my best friend Joseph has never feared anything. He would jump off the Eiffel Tower if he got the chance. On the day that I would finally conquer my fear I was in the back seat of Joseph’s uncle’s Ford Expedition with the whole seat to myself. If I were to turn my head around I would see the large speeder boat the car was pulling behind it. We were on our way to the Delta Marina. Our plan was to go tubing in the water. The only way we would end our turn on the tube was by flipping over and crashing into the water. The road began to get rocky and the smell of wet wood was in the air. We finally reached the loading point for cars with boats. It was not until I was sitting in the boat with my life vest on and I could feel the swaying of the marina water that I realized how scared I was. I was shaking slightly, my palms were soaked with sweat and suddenly I felt as if I had to go to the bathroom very desperately and the engine had not even been turned on yet. I sat in the very back of the boat facing the front. When I saw Joseph’s uncle put the key in the ignition I almost instinctively grabbed the closest thing to my hand. To my surprise I had grabbed Joseph’s arm who had sat adjacent to me. I recoiled with great embarrassment. Joseph said joshingly, â€Å"Oh Adam I didn’t know you felt that way.† Then he laughed, but I was too caught up in my mistake to laugh or even notice the engine had turned on. The sudden acceleration surprised me so much I almost fell off right away. It took a few seconds, but I got use to the speed and even began to find a peace in the wind and the sound it made as it rushed by my ears. I sat in a very scholarly position with my hands folded and my back straight up. I looked over at Joseph and saw him in a reclining position with one hand holding a soda and the other hanging out the side of the boat feeling the water that the boat pushed up in large cascades as it cut through the once calm currents.

Tuesday, September 3, 2019

To Kill A Mockingbird: Childhood Experience :: essays research papers

To Kill A Mockingbird: Childhood Experience   Ã‚  Ã‚  Ã‚  Ã‚  Have you ever thought of an answer to reply to your children, when they ask you, â€Å"What was the world like when you were a child?†, â€Å"What things that happened that impressed you most when you were a child?† or â€Å"How interesting is your childhood experience?†. Everybody must have had their childhood. Some of the experiences may cause them to smile, or even laugh, while some of them may bring back bitter memories. It is always hard to express the childhood incidents or experience in a clear and interesting way, since they were past memories that happened long time ago. Moreover, when a person has grown up, they will never have the same feeling which they might have in their childhood. However, the authors Harper Lee and Mark Twain can express their own childhood inside the stories they created, in a lively and realistic way. The two novels To Kill a Mockingbird and The Adventures of Tom Sawyer have a very similar characteristic. It is the way they describe a person's childhood experience, and their feelings and new knowledge that come out from those experiences. This characteristic, however, has given me a big revelation after reading the two novels. The novels show that the childhood experience of a person has a great positive influence on his personality, behaviour, and ways on dealing with others. This idea has been shown by the authors in both novels.   Ã‚  Ã‚  Ã‚  Ã‚  From the novel To Kill a Mockingbird, one could discover that innocent behaviour and misunderstanding can lead a child to view a person or thing incorrectly and incompletely. This behaviour can also lead a child to a wrong perspective. In the first part of To Kill a Mockingbird, the main characters Scout, Jem, and Dill thought that the Radley family and their member, Boo Radley, as strange and unnatural human beings. They described Radley's house as â€Å"That is a sad house....† (Harper Lee, 48). This is a â€Å"fact† they heard from their neighbours. Until one day, their neighbour Miss Maudie's house was found on fire. While Scout was standing outside in the cold watching the fire, someone from behind her and put a blanket around her shoulders. Later, Scout and Jem realized that there was only one person in town who had not fought to put out the fire -- Boo Radley. Scout asked, â€Å"Thank who?†(Harper Lee, 76). Jem replied, â€Å"Boo Radley. You were so busy looking at the fire you didn't know it when he put the blanket around you.†(Harper Lee, 76) It was then that Scout and Jem started

Monday, September 2, 2019

The Elements of Style and Style Toward Clarity and Grace :: Teaching Writing Education Essays

Strunk and White's Elements of Style and Joseph Williams' Style Toward Clarity and Grace When I initially thought about writing style I believed that there would be some nice neat definition, and maybe a few rules that would govern writing with â€Å"style†. It turns out that I grossly underestimated this topic and while I knew that writing style would be a topic of considerable depth, I did not fully understand the degree that I would be pondering the issue of writing with â€Å"style†. The first book I encountered, The Elements of Style written by William Strunk Jr. and E.B. White was a collection of numerous rules, that presumably if you followed would lead you to writing with â€Å"style†. This book is a handy reference book and one that I am sure I will continue to turn to. My favorite quality of this book is that it is short, sweet and to the point. The Elements of Style, was written is such a way that it was easy to understand which helped me paint a picture of what writing with â€Å"style† is like. This book is a collection of numerous tips and ideas that help the reader to know what it is that they need to do in order to write with â€Å"style†. The information that I found to be most useful came in the chapter entitled An Approach to Style. In this chapter the authors lay out some practical guidelines to writing with style. Some headings from this chapter are â€Å"Place yourself in the background, Write in a way that comes naturally, Work from a suitable design† (76). After I read this chapter I felt that I had a better knowledge of what writing with â€Å"style† really was. I began to understand the more abstract concept of style, it became more than following a series of set rules. Joseph Williams book Style Toward Clarity and Grace expanded the seed that was planted by the Strunk and Williams book and took my thoughts on style to a higher level. With his sometimes exhaustive examples and in depth discussions Williams paints a much more vivid picture of what writing with â€Å"style† is. Perhaps what made Williams book clearer was the way he laid out his book. Williams book is not laid out like a reference book like the Strunk and White text.

Sunday, September 1, 2019

Presentation of witches in Macbeth Essay

Macbeth is a play written by William Shakespeare in 1606 during the reign of King James I. This infernal play tells the story of a man who commits regicide in order to gain power himself. Not only does this drama deal with the age-old morality tale of good versus evil but it also deals with what is right and what is wrong. In this essay I will discuss and analyze Shakespeare’s presentation of the witches in Macbeth. At this time witchcraft was feared and it was seen as a real threat. The witches did not fear Christ and this meant they basically had no fear that was outside the moral, religious and social boundaries of 17th century Britain. Catholics in England were seen as outsiders, hated and seen as a threat, this was a lot like the position of witches. Witchcraft was also used as an excuse for bad happenings like natural disasters or deaths. It was usually old women who lived on their own who got accused of being a witch. Many believed accusing these single women was a way of discouraging women from living alone outside the authority of a male-dominated household. Men wanted masculine superiority to remain unchecked. In a way men were scene as good and women were scene as evil. If these women accused of being witches were found guilty they would be tortured into a confession and then murdered. King James I was just one of the people who had strong feelings on witchcraft during this era. He believed that once he was nearly killed by the evils of witchcraft. The original play featured nymphs but Shakespeare changed it and included witches to not only impress and interest King James I but also to warn him of the danger of these evil witches. Involving witches also includes fears of that time and would frighten the audience more than nymphs. Introducing witches also gives the play an excuse for more dramatic stage play and more shocking scenes and was a necessity in the attempt to hasten the plot of Macbeth. The witches feature at the very beginning of Macbeth in Act One, Scene One. They enter to the elements of thunder and lightning in a deserted place that has a significant meaning. The thunder and lightning puts the main focus on the entrance of these witches. This dramatic scene suggests evil and highlights the threat of these witches. They enter from a deserted place that highlights their isolation and avoids distraction to the entrance of these witches. They then talk of what the future holds showing their gift of foresight that is supernatural and against Christian believing. This is an example of the witches going against the beliefs of 17th century Britain that is shown almost straight away. There is also a mention of â€Å"Greymalkin† and â€Å"Paddock† which are the witches’ familiars and part of the criteria of being a witch was having a familiar that confirms the strange sisters are witches. The scene ends, â€Å"Fair is foul, and foul is fair: Hover th rough the fog and filthy air.† All three of the witches say this together like a spell would be said. Here the witches heighten the sense of mystery in the play by confusing the audience by dealing with opposites. This rounds off the spooky scene with a dramatic ending. In Act One, Scene Three the witches also enter to thunder as they meet again as planned. It is not as dramatic and there is no lightning but evil and fear is still present. One of the witches talks about getting revenge on a sailor by killing him. King James I believed the witches attempted to kill him with makes it relevant to the King. Macbeth and Banquo are introduced in this scene. Macbeth comments on the day by saying â€Å"so fair and foul a day I have not seen.† Then Banquo notices the â€Å"so withered, and so wild in their attire† witches with beards and is utterly shocked. Macbeth then asks them â€Å"What are you?† and he is also horrified. The witches then together say a verse hailing Macbeth, flattering him sarcastically. The witches talk in riddles and say make some confusing comments like, â€Å"Less than Macbeth, and greater. Not so happy, yet much happier.† The characters of the witches are still quite mysterious but in this scene they have shown some emotions that support the view that they are evil, as they involve murdering and other terrible things. In Act Four, Scene One the witches once again enter to the thunder that suggests evil is coming and they then begin casting an evil spell. They put lots of different things in a cauldron and chant together, â€Å"Double, double toil and trouble, fire burn, and cauldron bubble.† Saying the verse together creates an aural effect that would scare the audience. A â€Å"scale of a dragon† and a â€Å"tooth of a wolf† are just a couple of things that go into this cauldron of evil. When they have their potion ready they â€Å"cool it with a baboons blood.† This is imagery of blood and it has a sickening and shocking effect. Throughout the play the impact of the witches is developed and strengthened by the reactions of the other characters. The witches have a major impact on Macbeth and he believes what they are saying. This makes us ask the question of whether Macbeth is under a spell of the witches making or whether he is acting under his own free will. The witches do not harm Macbeth therefore he is an agent of God, but he does destroy himself. That corresponds with the Christian notion of made in God’s image but with the power of free will. The witches use the weakness of Macbeth to their advantage and to show they can have control over people but they cannot move Banquo to the dark side. Banquo is stronger then Macbeth and does not just believe whatever the witches say. He doubts the reality of his senses and is skeptical. The witches use language in this play to get across their point in a strong way. They use plenty of repetition. â€Å"I’ll do, I’ll do, I’ll do† they repeat three times and three is widely seen as the magic number. They also use a lot of imagery in the play. For example they put in the cauldron, â€Å"A finger of birth-strangled babe† which makes you think of innocence and the witches are creating drama by including something harmless and loved. The witches’ dramatic rituals reinforce their sisterhood as they speak together and work together. They are completely original and together they are isolated from the rest of society but they have each other. The rhyming couplets help make the chant more flowing. The witches also say, â€Å"I’ll give thee a wind.† This suggests the witches can control the weather and the natural environment. The witches in these plays are warning King James I that witches can manipulate people to kill the King even though he is saw as untouchable. Shakespeare allows the audience to see that the witches do have this influence and they can cause evil through other people with Macbeth being an example. The witches tie in with the established idea that women could be harmful to men at this time as they have the power of manipulation. I think the witches work very well in Macbeth. They create fear and drama throughout the play. They can be linked with terrorists in our society today. Terrorists are now feared and they have the power to get their own way because of their evil to a certain extent. Women were seen as a threat in the 17th century as witches were usually women now Muslims are scene as a threat as a lot of terrorists are Muslims.

Saturday, August 31, 2019

Apollo Group Phoenix University Essay

What constitutes as training? The answer to this question is there is formal and informal training. Formal training is those programs that take place in an educational or training institution, with the goal of obtaining a certificate, diploma, or degree. A broader definition could also include structured activities that are not part of formal training and often referred to as non-credit on â€Å"non-informal learning activities†-usually called â€Å" informal learning†- are not usually considered to constitute training per se, but they may influence participation by learners. The objective of trainings in my selected organization is based on its strategy to out beat its competitors through delivery of quality products in an on time delivery status and this is accomplished through informal trainings (Palameta, Meyers, Gyarmati, Voyer, 2014). The relationship between training programs design and capabilities are to recognize the purpose of the training program which is to help employees learn the skills needed to help the organization accomplish its strategies in meeting customers’ expectations of services and products offered by the company and to build on wealth for its shareholders. To design an efficient training program it is up to the trainer to establish what the capabilities of the organizations employees are to become effective learners and what changes in behaviors of employees contribute to specific learning outcomes, this would include, verbal information, which is recall of names or labels, facts and bodies of knowledge. It includes specialized knowledge that employees need in their jobs, for example in my selected organization which is a distribution center for Hon Furniture Manufacture, it is imperative that employees know the technique of using a scanner to scan product into location, label product for specific stops on delivery and stage those specific products in the correct loading zones. All of these function rely on recall of information. Intellectual skills which consist of concepts and rules. This is important  trait for employees to have for solving problems, serving customers and creating problems. In the Hon organization employees input and ideals are encouraged on how to move product in the most efficient safe and timely manner, employees are rewarded for ideals that best suit the companies day to day operations. Motors skills are critical for Hon Distribution Center as motors skill include coordination of physical movement, employees that are hired to do the job for the company must be able to left product in a safe manner and move product to different location within the facility and load product into specified transportation vehicles. All employees start the day with a trainer guided exercise before the start of work each work day. And are required to attend trainings for safe lifting practices each year (Noe, 2011). Attitudes of employees toward the organization is important, it consist of the beliefs and behavior of each individual employee, It is important to the organization that each employee is recognized for hard work done and that the employee are given a chance to express thoughts and given feedback on work performance before the end of each shift. Employees are made to feel that their beliefs and thoughts matter to the organization and that they are not just considered workers for the company. Cognitive strategies relate to the process of learning, employees are directed during the learning process to relate learning material to the importance of being able to complete a job for the organization in the most efficient and safe manner and how to solve problems when they arise on the job (Noe, 2011). References Last Name, F. M. (Year). Article Title. Journal Title, Pages From – To. Last Name, F. M. (Year). Book Title. City Name: Publisher Name.

Friday, August 30, 2019

College Success and Personal Responsibility Essay

Honesty is the key component in personal responsibility because it shows that an individual can be trusted with key information or completion of homework assignments. There is a strong belief that one’s word is their bond, meaning what the individual states or a claim is valid and true. Other essential components to personal responsibility are dependability, positive attitudes, and professional competence. Some people say that an individual’s character holds a higher value in personal responsibility over honesty, dependability, or a positive attitude. Everyone will have a different definition regarding what personal responsibility means to them. I would define personal responsibility as honesty, dependability, a positive attitude in every aspect of my life, and professional competence. To even further define what personal responsibility means to me, I would need to explain what the words â€Å"personal† and â€Å"responsible† mean to me. Personal to me means that my actions and materials belong to me. Some examples of personal materials that belong to me are my laptop computer, my car, and my homework assignments. These are things that I have purchased or gifts that have been given to me, however my homework assignments are papers that I have written and not plagiarized. Some examples of my actions would be going back to school, completing tasks at work and going to the gym. These things may be in dollar value or just everyday activities that I do. To me responsibility to means that I have the ability to answer for my actions, knowledge of the possible consequences I could receive for my negative actions, accolades for the positive. As a child I was always taught cause and effect and how my actions would affect myself and others around me. The possible consequence of my action not to pay my monthly car payment is repossession of my vehicle. The long-term effect of such action is not having my own transportation to get to work, school, the gym, or any other locations that I may need to go to or want to go, as well as car insurance getting canceled. When an individual possesses the key elements of personal responsibility, the individual will succeed in areas such as professionalism and academics. Several years ago I took personal responsibility for granted. In my failure to be honest and dependable with my finances and health, I struggled and suffered greatly. In the early part of 2002, someone asked me, â€Å"Where did I think I would be at in my life 10 years from now†? I responded to them I do not know. Over the next several years I had allowed others to dictate to my finances, my personal belongings, and even my health. Yes, when you do not have a sense of personal responsibility, everything in your life becomes compromised. The first steps in taking responsibility is stop blaming others and accept that it is up to me to do better (â€Å"Taking personal responsibility,† 2011). Once I stopped blaming others for the downfalls in my life and started owning up to my own actions, I was better able to fully understand what personal responsibility was and what I needed to do. Because I took an active stand toward personal responsibility I was able to improve my finances, health, and other aspects of my life. You may be wondering how professional competence relates to personal responsibility. Professional competence is the ability to understand varied concepts and ideas and also be capable to accomplish tasks (whether school assignments or career tasks on the job) with little or no supervision (University of Phoenix, 2012). By applying professional competence in your academics you will exemplify high moral values in completing class assignments. You will show yourself, instructors, and employers that you have taken the time to do your own work to your utmost ability, and that you can develop new ideas on how to solve not only everyday problems but also new problems as well. The rewards that will be acquired in having personal responsibility and college success are unlimited. Some examples of the reward that go with personal responsibility and college success is completion of my degree program, earning a degree, or a plus is earning a degree with honors, and having the ability to apply the knowledge of my degree in my career field. Personal responsibility does not just apply to academic success; it also applies to career and general success. Gaining and maintaining college success is not only grades and attendance, but it does play a huge part in academic success. It also includes participation in class, group, and forum discussions and dedicating yourself to do your very best when completing assignments in an ethical and competent manner. According to the Quick hints, study tips for college success article published by the Miami Times â€Å"Studies show that students who study often and read their textbooks thoroughly earn better grades.† (â€Å"Quick hints, study tips for college success,† 2005). A student, who demonstrates personal responsibility in college, will gain administrative support from the university staff and instructor when it is needed and maybe even letters of recommendation. An employee who demonstrates personal responsibility in their career may receive bonuses for jobs well done, promotions into higher positions, and letters of recommendation. There are several methods I would use to maintain my personal responsibilities in my academic career. My top methods include maintaining a schedule, reading all material, arriving to class and team meetings on time, by seeking help through various resources, completing all work assignments in a timely and honest manner, and asking questions in class on material that I do not understand. Other methods may include â€Å"Create a good learning space, free from distraction; Take notes in text; and Return to the beginning and repeat the process† (â€Å"Quick hints, study tips for college success,† 2005). All these methods when combined, will not only help me in my education but also in my career by improving my knowledge of work given, meeting scheduled deadlines, meetings scheduled for specific times, and working as a trustworthy employee. Personal responsibility is more than honesty; it is dependability, positive attitudes, and professional competence. These factors are not just limited to academic success but also career and personal success in multiple aspects of your life. They can be used as guidelines for various learning and promotions in self and team enrichment. Therefore, personal responsibility has both positive and negative effects to yourself and those around you. By exemplifying high moral values in personal responsibility you will achieve success in everything you do. References Quick hints, study tips for college success. (2005, October). Miami Times, 83(7), 3B. Retrieved from http://search.proquest.com/docview/363118060?accountid-35812 Taking personal responsibility. (2011, September). The Daily Gleaner. Retrieved from http://search.proquest.com/dovview/887612423?accountid=35812 University of Phoenix. (2012). Professional Competence. Retrieved from University of Phoenix, Gen200-Foundations for General Education and Professional Success website.