Saturday, January 25, 2020

Characteristics and Advantages of Database Approach

Characteristics and Advantages of Database Approach Database Design Concepts Nitya Mandal Introduction The overall assignment deals with characteristics of database system, its approach and how it replaced the file based approach. In every organization there is need of database. Database is collection of data in a structured and more systematic way that helps in retrieving the data easily and efficiently. Before database system came in to picture there was file based approach in which there were application programs which were used to perform services for end user and produce reports. However every program used to manage its own data. Due to this and various other limitations file system was replaced by database system. The modern database approach has much advantage that helps not only the organization but also the common people in their day today life. In the below assignment all the characteristics of database has been described. Task 1: Describe the main characteristics of the database approach and contrast it with the file-based approach. Analyze the key issues and application of databases within organizational environments. Main Characteristics of the Database Approach Self-describing nature of a database system: A DBMS catalog stores the description of the database. The description is called meta-data which is data about data. This allows the DBMS software to work with different databases. Insulation between programs and data: Also known as program-data independence. Without making any change to DBMS access programs the data storage structures and operations can be changed. Data Abstraction: The availability of data model approach helps in hiding the physical view of data i.e. the storage details and other internal level information and provides the conceptual view of database. Support of multiple views of the data: The database approach allows each user to have their own view of the database which describes only the data of interest to that user. There are various benefits of having multiple views such as: Reduce complexity Provide a level of security Provide a mechanism to customize the appearance of the database Present a consistent, unchanging picture of the structure of the database, even if the underlying database is changed Sharing of data and multi-user transaction processing: The database approach allows a set of concurrent users to retrieve and to update the database. Spreadsheets cannot offer several users the ability to view and work on the different data in the same file, because once the first user opens the file it is locked to other users. Other users can read the file, but may not edit data. For example, when one user is changing data then the database should not allow other users who query the same data to view the changed, unsaved data. Instead the user should only view the original data. Controlled access to database may include: a security system an integrity system a concurrency control system a recovery control system a user-accessible catalog. File-based System File-based systems were the manual based approached used for managing the files. It’s mainly the collection of application programs that used to provide services for the end-users. Each program was defined for a specific task and can’t be used simultaneously with each other. However, there are many pitfalls of file based system. Separation and isolation of data When data is isolated in separate files, it is more difficult for us to access data that should be available. The application programmer is required to synchronize the processing of two or more files to ensure the correct data is extracted. Duplication of data With the use of the decentralized file-based approach, the uncontrolled duplication of data used to occur which can lead to loss of data integrity as well as is wasteful as it occupies unnecessary space in memory storage area. Data dependence Using file-based system, the physical structure and storage of the data files and records are defined in the application program code. This makes the file to be program-data dependent. If the user want to make any change in the existing structure it was a difficult a task and will lead to a modification of program. Such maintenance activities are time-consuming and subject to error. Incompatible file formats The structures of the file are dependent on the application programming language. However file structure provided in one programming language such as direct file, indexed-sequential file which is available in COBOL programming, may be different from the structure generated by other programming language such as C. The direct incompatibility makes them difficult to process jointly. Fixed queries / proliferation of application programs File-based systems are very dependent upon the application programmer. Any required queries or reports have to be written by the application programmer. Normally, a fixed format query or report can only be entertained and no facility for ad-hoc queries if offered. Database Approach: In order to overcome the limitations of the file-based approach, the concept of database and the Database Management System (DMS) was emerged in 60s. Advantages of DBMSs Control of data redundancy Data consistency More information from the same amount of data Sharing of data Improved data integrity Improved security Enforcement of standards Economy of scale Balance conflicting requirements Improved data accessibility and responsiveness Increased productivity Improved maintenance through data independence Increased concurrency Improved backup and recovery services Difference between file system and DBMS [2] Both systems contain a collection of data and a set of programs which access that data. A database management system coordinates both the physical and the logical access to the data, whereas a file-processing system coordinates only the physical access. A database management system reduces the amount of data duplication by ensuring that a physical piece of data is available to all programs authorized to have access to it, whereas data written by one program in a file-processing system may not be readable by another program. A database management system is designed to allow flexible access to data (i.e., queries), whereas a file-processing system is designed to allow predetermined access to data (i.e., compiled programs). A database management system is designed to coordinate multiple users accessing the same data at the same time. A file-processing system is usually designed to allow one or more programs to access different data files at the same time. In a file-processing system, a file can be accessed by two programs concurrently only if both programs have read-only access to the file. Redundancy is control in DBMS, but not in file system. Unauthorized access is restricted in DBMS but not in file system. DBMS provide backup and recovery. When data is lost in file system then it not recover. DBMS provide multiple user interfaces. Data is isolated in file system. In file system there is no concept of tables orrelationsbetween tables it just organize the records row by row. Database system contains table and relationbetween the tables. A File manager is used to store all relationships in directories in File Systems where as a data base manager (administrator) stores the relationshipin form ofstructural tables. Disadvantages of database approach The Database approach too has some disadvantages. They are: Complexity: Database management system is an extremely complex piece of software. The users must be familiar with its functionality in-order to make full use of it. Therefore, training for the administrators, designers and users is required. Size The database management system consumes a substantial amount of main memory as well as a large amount of disk space in order to make it run efficiently. Cost of DBMS A multi-user database management system may be very expensive. Even after the installation, there is a high recurrent annual maintenance cost on the software. Cost of conversion When moving from a file-base system to a database system, the company is required to have additional expenses on hardware acquisition and training cost. Performance As the database approach is to manage many applications rather than exclusively for a particular one, some applications may not run as fast as before. Higher impact of a failure The database approach increases the vulnerability of the system due to the centralization. As all users and applications reply on the database availability, the failure of any component can bring operations to a halt and affect the services to the customer seriously. Application of database in an organization A management information system(MIS) is an integrated, user machine system for providing information to support operations, management, analysis, and decision making functions in an organization. The system utilizes computer hardware and software, manual procedures, models for analysis, planning, control and decision making and a data base. Managers at all levels use similar data. Operating managers require data which is timely, precise, detailed, internal and historical. Upper level managers need data which is aggregated, external as well as internal, future oriented as well as historical and covering a longer span time. An effective MIS cannot be built without viable data management tools. Any organization has management planning and control activities in the middle and strategic planning and policy making in top management. The database related to an organization contains data relating to the organization, its operations, its plan and its environment that helps in decision making. Transactions record actual results of organizational activities and environmental changes and update the database to maintain a current image. People in the organization query the database for information to conduct the daily operations. Middle management receives reports comparing actual results to previously recorded plans and expectations. The corporate database provides data for modeling and forecasting which support top management needs. The corporate database supports all levels of an organization and is vital for operations, decision making and the management process. Network database: This model stores the records with links to other records. Most network database include hierarchical model. This type of database can spread over the geographical area when used in large organization. Another database application is OLTP (Online Transaction Processing). Database applicants are any type of company that has customers/clients, keeps stocks of products, provides a service etc. Finance institutions, accountants, estate agents, solicitors, training organizations, schools, colleges, motor dealers, opticians etc. Practically every category of business uses the database system. Database id used in Universities for student information, course details, and grades. It is used in Airlines for reservations and schedule information. Also in Credit card transactions database approach is used for purchase on credit cards and generations of monthly statements. Apart from this in Human resource database is used for information about employees, salaries, payroll taxes, benefits and for generations of paychecks. In Banking too database is used for customer information, accounts, and banking transactions. Task 2: The database management system (DBMS) has promising potential advantages. Critically evaluate the advantages and features of database management systems. Advantages [4] There are various advantages of introducing database system approach in an application system. Some of them are discussed below: Control of data redundancy In the database approach there is central repository of data that not only helps in avoiding the wastage of storage space but also helps in controlling the redundancy by data integration. It helps in avoiding the duplication of data by following techniques like normalization and key concepts. Thus the data is stored in database table at only one place from where it can be retrieved when needed, by avoiding redundancy. Data consistency This is maintained by following the concept â€Å"control of redundancy†. If the data is stored at one place in a database then while updating any information the changes will be done at only one place which is reflected at all place where ever it is present in whole database. There is no need to change at all places where that data is present. For example if an employee has a change in his address then only in employee table the address will be changed. From there it will be updated every where in database. Thus it ensures all copies of the data are kept consistent. This helps in maintaining consistency of information throughout the system without any loss or misleading of information. More information from the same amount of data With the integration of the operated data in the database approach, it may be possible to derive additional information for the same data. All data is stored in a single database, instead of being stored in various other separate files, making the process of obtaining information quicker and in an easy way. For example, in the file-based system of a property company, the Contracts Department does not know who owns a leased property. Similarly, the Sales Department has no knowledge of lease details. Now when we combine these files, the Contracts Department has access to owner details and the Sales Department has access to lease details. Thus more information can be derived now from same available data. Sharing of data There is central repository of data in a database system that makes it available to the entire organization and can be shared by all authorized users. Improved data integrity †¦.[5] Data integrity mainly refers to ensuring that data is recorded exactly as intended and when retrieved it’s in the same way as it was when it was recorded. There should not be any data loss when data is retrieved. It mainly provides the validity and consistency of stored data. The database application has various Integrity Constraints, which are consistency rules that the database is not permitted to violate. One of the constraints is specifying data type for every data item. Another is referential integrity constraint in which a record in one file must be related to records in other files. These constraints help in maintaining integrity of data. Improved security Database approach provides a protection of the data from the unauthorized users. It may take the term of user names and passwords to identify user type and their access right in the operation including retrieval, insertion, updating and deletion. Providing the facility of accessible rights in database system for various levels in an organization makes it secure for use. For example, the DBA has access to all the data in the database where as a branch manager may have access to all data that is related to only his branch office. In a similar way a sales assistant may have access to all data relating to properties but don’t have any access to sensitive data such as staff salary details. Enforcement of standards The integration of the database enforces the necessary standards including data formats, naming conventions, documentation standards, update procedures and access rules. It helps in maintaining standards among the user in an organization. The sharing of data within departments, exchange of information among the users on various projects become easy following the standard database on a centralized environment. Economy of scale Using centralized database helps in combining all organizations operational data into one database with applications to work on one source of data. This helps in cost saving as well as reducing redundancy among the applications. The organizations can invest their money on buying new tools like good processors, storage space and communications devices. Instead of each department buying individually, the organization as whole can do this by saving operational and management time and money. Balance of conflicting requirements By having a structural design in the database, the conflicts between users or departments can be resolved. Decisions will be based on the base use of resources for the organization as a whole rather that for an individual entity. Improved data accessibility and responsiveness By having integration in the database approach, data accessing can be crossed departmental boundaries. This feature provides more functionality and better services to the users. Increased productivity The database approach provides all the low-level file-handling routines. The provision of these functions allows the programmer to concentrate more on the specific functionality required by the users. The fourth-generation environment provided by the database can simplify the database application development. Improved maintenance Database approach provides a data independence. As a change of data structure in the database will be affect the application program, it simplifies database application maintenance. Increased concurrency Database can manage concurrent data access effectively. It ensures no interference between users that would not result any loss of information nor loss of integrity. Multiple User Interface DBMS provides a variety of user interface like query language for casual users, programming language interface for application programmers, command codes for parametric users, menu-driven interface for standalone users. It provides web based GUI interface to database. Improved backup and recovery services Modern database management system provides facilities to minimize the amount of processing that can be lost following a failure by using the transaction approach. References http://www.gitta.info/IntroToDBS/en/html/DBApproaChar_mehrfachn.html http://1upto.blogspot.sg/2012/09/list-four-significant-differences.html. http://databases.about.com/od/administration/a/choosing_a_db.htm DATABASE SYSTEMS- A Practical approach to design, implementation and management by Thomas Connolly and Carolyn Begg- 4rth Edition http://www.cvauni.edu.vn/imgupload_dinhkem/file/CSDL/Fundamentals_of_Database_Systems, _6th_Edition.pdf [http://databases.about.com/od/administration/a/choosing_a_db.htm]

Friday, January 17, 2020

Managing Information Essay

Introduction With nearly 40 years’ experience has seen the industry change many times, and has always kept itself at the forefront of that change. Its reputation is a source of pride for all who work here, and it’s something we’re keen to preserve and develop the only way possible: through satisfying our clients. We have developed into a leading multidisciplinary contractor offering a truly comprehensive, integrated service to clients in development, construction, energy and many other sectors. (See appendix 1 for Organisational chart’s of company) My job role within the organisation is quiet a varied one in that my day to day activities are never quite the same, but to summarise my main duties include submitting monthly applications in line with the various contracts worked on for example NEC and JCT to name but a few, attending site progress meetings with a range of clients from the commercial / technical and construction departments, submitting internal applications and working progress, attending internal financial meetings with the Financial Director / Demolition Director and Management Accountant and producing a report with the inclusion of monthly forecasts, attending meetings with Contracts Managers and Estimating director to discuss and produce budget and target sheets, completion of contract sum analysis and end life forecasts which are then discussed and agreed by the Demolition Director, overseeing a wide variety of sub contractors from different construction disciplines used which requires the need to send out tend er packages, raising and awarding sub contract orders, raising of sub contract payments after assessing applications received. All the above assists in the monitoring of various contracts and ensures projects are delivered on time within budget and the client receives maximum satisfaction to secure future work opportunities. 1.0 Understand the Management of Information within the organisation 1.1 Critically assess information flow through a number of different channels within the organisation Throughout the organisation there is various different types of information used which is transferred throughout the organisation in several capacities. Information generally described as below: Production and Operational – Information on assets / quality / standards Financial Information – Profit / Costs / Margins / Cash Flow / Targets Internal Documentation – Purchase Orders / Delivery Notes / Invoices & Applications / Credit Notes / Departmental reports / Department Meetings and minutes / Hire Sheets / Plant Sheets and Information / Allocation Sheets and Plant Returns / Employees Records / Cost Books & Tender Information / Applications and Invoices (Client) All the above is aided with an Integrated Management System ‘This Integrated Management System outlines how Cuddy plans to satisfy the: Quality requirement of ISO9001:2008 (Quality Management System Specification) Health & safety requirements of OHSAS18001:2007 (Occupational Health & Safety Assessment Series 18001) Environmental requirements of ISO14001:2004 (Environmental Management Systems Specification) by operating a framework based on these requirements This Integrated Management System is intended to directly meet the requirements of the following legislation and regulations: Health & Safety at Work Act 1974 – Section 2(3) requires organisations to have a Health & Safety policy which should include: Statement of Intent (i.e. Health & Safety mission) Organisation (i.e. structure, roles & responsibilities) Arrangements (i.e. procedure and guidance) Management of Health & Safety at Work Regulations 1999 – Regulation 5 requires organisations to have arrangements for undertaking effective planning, organisation, control, monitoring and review of the preventive and protective health and safety measures. HSG65 Successful Health & Safety Management – This guidance outlines the management system requirements for implementing the arrangements required within regulation 5 of the Management of Health and Safety & Work Regulations 1999. This Integrated Management System will provide the mechanism for managing other legislative, regulatory and other policy requirements (e.g. risk assessment, training, etc).’ Above abstract taken from Cuddy To be read alongside the IMS as an aid is the following: Standard procedures Forms and Guidance Notes Standard Operating Procedures Certificates, Insurances, Licences Policy Statements Standard COSHH and Risk Assessments As touched on there are various different ways in which the information is transferred throughout the organisation with the use of electronic, hard copy and spoken for the various types, all this aids us to capture the different types of hard and soft information we need in order to ensure a project is a successful one. ‘Soft information includes feelings, perceptions, opinions; values on the other hand hard information includes verifiable data and knowledge.’ http://onemind.com/2010/03/07/hard-and-soft-information/ I have touched on how information is transferred internally and specifically in the office and from a manager’s point of view through various different capacities but haven’t gone into depth how information is transferred to the boys on the front line on site. As I currently see it within the company there is clear breakdown in communication from when we tender and win a job to what information is received on site and in particular how the site personnel are managed on that specific job In relation to what exactly we priced. This I believe is impacting on the duration we are taking to complete the job and impacting on the possibility of making the job as successful as possible, also this may have a negative effect on the company as whole whilst tendering for works in the future. As part of the IMS there are procedures in place (listed below), but neither allows for the manner and information to be transferred to site. To summarise from the information that is transferred needs to be clear, simple and set out in the way in which the site supervisor understands what is required in order to ensure the project is successful. Place for Enquiry, tender and contract review Project Delivery As a brief understanding in reference to specifically the Demolition Department we have an estimating director who will visit the sites which require pricing and produce a cost book document which is passed to the  demolition director and managing director for comment before submitting what they believe to be our most competitive tender and or bid. If we are lucky enough to be successful in winning that specific job the cost book along with the tender information will be passed to the relevant contracts manager and quantity surveyor in order to generate a budget / target sheet and an extent of works sheet. This is when the middle managers have the opportunity to raise any queries regarding the job with the estimating director or the demolition director on what exactly has been allowed and priced for. The next step in the current process is for the tender information to be copied and a site file produced and passed to the supervisor in order to carry out the works. The cost book, target / budget sheet is not passed onto site and this is just for reference between the middle managers and directors of the company for the protection of vital information. Therefore I propose we come up with a procedure that will allow the smooth transfer of information to site and give a clear indication of what exactly has been allowed in the tender. In setting this procedure I hope to bridge the gap between site and the information held at the office, and in doing so hold regular meetings with agendas, minutes disturbed. 1.2 Propose improvements to the flow of information within your area of responsibility, based on your organisational assessment Due to my job role being one in which I try to minimise cost and enhance value you for money, I believe in setting clear and simple targets to the Supervisors on site this will empower them and give them incentives and a clear understanding on what needs to be achieved in order to ensure the job awarded becomes a successful and profitable one. As mentioned previously in the current situation the Supervisors are given the tender information and briefly explained the job but in some senses are left to run the job with open ended targets and no clear sense of direction or management, this is turn is causing jobs to run over and us not maximising profitability. Currently the transfer of information from tender stage stops at the middle managers point. The reasons being for this is due to confidentiality of the information contained within the cost book and target / budget sheet and as managers there is information we do not want the site operatives to see. Therefore the first action in the procedure would be to hold a pre start meeting or  initial meeting or the like on site with the following being in attendance. The reason I have listed the below as typically they will be deciding factor on how well a job goes: Relevant Contracts Manager Relevant Quantity Surveyor Relevant Site Supervisor Within this meeting the job as a whole would be discussed briefly only. In demolition for example it is possible to break a general job up into the following categories: Site set up Asbestos Removal Soft Strip Demolition to top of slab Removal of slabs and foundations Crush material Clear Site As you can see from above generally there are a few different categories of work required to be carried out on a typical demolition job. Therefore I believe we should not choose to discuss the whole job in detail but targets given for each individual work activity only, as if we discuss the job in detail this may cause the supervisor to go into his / her shell and be intimidated before the job has even commenced. Therefore within this procedure it will be broken down into the specific work activities and depending on the size of the job these work activates could even be broken up into phases if need be. For example in the first pre start meeting or initial meeting the general site set up would be discussed and particular what is required in respect of cabins / welfare / heras fencing to name a few items and the location of where we intend to site up site. As it currently stands the contracts manager usually sets up the site but I believe if we have the supervisor on board early doors and allow him to have an input of the set up required / location this will give him a sense of pride and authority that he is in charge of the site. What site set up that’s required usually depends on the size of the site but typically this usually takes a week or longer and under current H&S and CDM Regulations 2007 no works are to commence unless the following are in place: Flushing toilets and running water and drainage systems. Washing Facilities with hot and cold water. Soap or other suitable means of cleaning. Towels or other suitable means of drying. Sufficient ventilation and lighting. Sinks large enough to wash face, hands and forearms. Drinking Water. Changing rooms and lockers. Rest Facilities and heating. After initial site set up has been completed another progress meeting will be held on site with a specific target laid out for the work activity in question. Generally on a demolition site Asbestos Removal usually has to take place before we can commence soft strip depending on what type of asbestos and in line with the specific site asbestos report in place. But for example if we take the job as a linear project and the soft strip cannot commence until after the asbestos, then within this meeting we discuss in length the asbestos removal and set a clear target with the input from the supervisor. Typical of example of this target could be again depending on size of the site but take for arguments sake we take it as the site is split up into 5 phases. Phase 1 -10 Men x 6 Weeks Phase 2-5 Men x 3 Weeks Phase 3 -8 Men x 5 Weeks Phase 4 -8 Men x 2 Weeks Phase 5 -6 Men x 6 Weeks The groundwork will put in by the middle managers to ensure the target above is in line with the cost book and or target / budget sheet, and in line with this procedure it will attempt to set it out as basic as possible in order to attempt to take as much pressure off as possible. Weekly progress meeting will be held after the initial meeting in order to reflect on the previous week’s activity. Within this meeting it will be an opportunity for the supervisor to assess his performance and the performance of his team on site, in doing so will be a self appraisal tool for the supervisor without knowing. It will also give the middle managers an update of current position in respect of the targets set out and give an opportunity to amend or change  anything that is not quiet working correctly and keep the things that are. The meetings will continue on a weekly basis with clear targets and open and frank discussions with input from all parties to create a sense of a team as I beli eve this will help with the running of the job. Constant communication will be held throughout on a daily basis to ensure all parties are aware of constant ongoing on site. When works have been completed the final action in the procedure would be to have a post contract meeting again with all parties where all the information is discussed /analysed / targets reviewed and the like. This will be handy in going forward and used as a tool to gather date / information. This information could be fed back to the estimating director and demolition director in order to have the full circle should a similar job arise in the future. The above will be written out in a clear procedure therefore should someone leave the company, or the job being transferred to someone else then everyone will be aware what is required of them. See Appendix 4 for proposed new Procedure By putting in place the above procedure it will aid with spoken, electronic and hard information and the transfer of. Spoken – Due to the nature of the procedure it encourages the daily dialogue between managers and the site supervisors. Hard Copies – Agendas and Minutes will be taken of all meetings taken placed, which will be updated electronically and distributed accordingly. Electronic – Targets will be collated and circulated, along with copy of the minutes. 2.0 Gather and Analyse information to make decisions to solve problems in your area of responsibility 2.1 Collect information from a wide range of sources to support management decision-making Site Managers / Supervisors Verbal examples from site managers / supervisors stating that the lack of information in respect of the scope / tender inclusions is having a negative impact on the overall performance of our jobs. As mentioned this is transferred verbally therefore we will have to take into account of its reliability and validity. As mentioned previously there is a clear breakdown in the flow of information  from when we price and win a job to the information passed onto site and the management of that information in order to make the job as successful as possible. This is readily backed up from verbal conversations with the site supervisors themselves who are unsure of what the extents of works are and the possible impact this is having on the duration of the projects? Specifically within the Construction Industry as a manager the below is at the forefront of every decision we make. The triangle illustrates the relationship between three primary forces in a project. Time is the available time to deliver the project, cost represents the amount of money or resources available and quality represents the fit-to-purpose that the project must achieve to be a success. http://www.projectsmart.co.uk/project-management-scope-triangle.html But ultimately the decisions we make from site level up the chain to the managing directors determine the outcome. Below is evidence that everyone makes decisions. Above it shows the impact and importance of decisions with regards to the Cuddy Group it is possible to split the three groups up into the following: High Value -Managing Directors and Directors Medium Value-Middle Managers e.g. Contracts Managers and Quantity Surveyors Low Value-Site Managers and Site Personnel Quiet often when making a decision we use past knowledge in order to aid and assist us. Past knowledge or the information that is generally contained within the brains of individuals is generally known as tacit knowledge. This knowledge is continually getting updated and revised depending on learning, experiences and insight. There are various different types of knowledge and this is summarised in various models. One of the widely accepted approaches to summarising knowledge management is the Nonaka & Takeushi, (see appendix 9 for web location) Below are a couple of diagrams showing the matrix. Nonaka & Takeuchi model the process of organisational knowledge creation as a spiral in which knowledge is amplified through these four modes of knowledge  conversion. Quote taken from class notes. Along with the specific project management matrix / flow and knowledge diagrams there is general management information available that will aid in decision making see below. Reliability and Validity Model (see appendix 9 for web location) Knowledge Classifications Model (see appendix 9 for web location) Good decisions make good projects, so what makes a good decision (and, hence, a good project)? The answer is, one that’s well planned. But then you run into the question of how long the decision-making process should take. Well, the last thing we need is a new formal methodology for decision-making—nothing would ever get done. That’s why I’d like to propose several useful rules you can apply to decision-making: Consider the importance of the decision. To determine the importance of a decision, ask yourself: What are the consequences for both the project and for you? In reality, how urgent is the decision? (Note that there’s a difference between important and urgent.) Ask yourself if there are more options. In other words, if you’re choosing between three options, ask yourself if there’s also a fourth option. Think about stakeholders’ opinions. Have you listened to the opinions of stakeholders in the decision? You should. Even though they may not like your ultimate decision, they’ll have to live with it. Concede the fact that you’re going to make some irrational decisions. We often make decisions almost by reflex, using a combination of experience, data analysis, gut feelings, fear, personal preference, and peer pressure. I’m not saying that you shouldn’t take into account your sense of self-preservation, the views of your team, or your recollections about why a previous project caused you grief. You just need to be aware that each new situation demands a clear point of view and a fresh decision; otherwise, the same mistakes will recur. Remember that even some small choices can have big consequences. Don’t underestimate the possibility that major consequences could result from seemingly insignificant choices you make along the way.  http://www.techrepublic.com/article/decisions-decisions-make-them-timely-wisely-and-responsibly/1049740 Along with the information above collated from the web I have also read the following text books / Management books. NLP Pocketbook (see appendix 10) Engaging Employees, A practical guide for busy leaders & managers (see appendix 10) Both books aid management and in particular with decision making. In respect of the NLP Pocketbook it produmitaly focus on yourself and your actions, It works on a SMART goal setting strategy. SMART goal setting is Specific Measurable Achievable Realistic and within a defined Time Frame. SSpecific and positive M Measurable and meaningful to you AAchievable and covering all areas of your life, stated in the present tense as if you have achieved it now RRealistic and right for you  TTimes and targeted, towards what you want. In addition to SMART goal setting, NLP incorporates a process called ‘creating a well-formed outcome. Creating a well-formed outcome involves asking a series of questions that will help you clarify your goal. They will help you to ascertain how important the goal is to you, how (if necessary) to revise it and make it more achievable. Well –formed outcome questions: Is the goal stated positively? What do you want? (Eg, wanting to increase company profits rather than a statement about reducing the loss) Can you start and maintain the process of achieving the goal by yourself, and keep it in your control? Does the goal include all the senses? How will you know you have achieved it? What will you feel, see and hear when you have achieved it? What will other people fee, see and say when you have achieved it? Is the context clearly defined? How long will it take? Who will be involved? Where will it take place? How will it be achieved? When do you want it? Have you checked that it is ecological or meaningful for you, ie is it worth the investment in time and money? Does the outcome fit in with your life and who you are? Does the goal keep those aspects of the present situation you want to preserve, ie are there positive elements you wish to maintain? Does it identify the resources you need – those you already have  or those you need to acquir e? What first step must you take? What are the next steps? Abstract directly taken from the NLP Pockebook. But in contrast to the above the Engaging Employees, A practical guide for busy leaders & managers text book focuses predominately on how to get the best out of your team. See contents page taken from the text book to back this up. Is starts with you Planning to communicate Understanding your audience Engaging people in change Face to face matters Team meetings; getting it together High Impact presentations Checking you’re getting through Effective email – at last The write stuff. 2.2 Analyse the information collected from a wide variety of sources, to inform decision-making Project Management Models When project managing a job in construction there are various different types of models that we are able to follow some of which I have given examples of but ultimately the primary focus specifically within the construction industry is the triangle between the three primary forces. Delivering the job on time, within budget to a high standard. Decision making model With the triangle in mind we all have to make decisions of variable impact and volume as is set out in the decision making model. With this in mind managing information and the decisions we make are key. ‘By not making a decision you’re making a decision to not make a decision’ taken from the ILM class notes. The decisions we make as a business ultimately determines how successful the outcome is, and in particular the flow of information within the company to aid our decision making is critical. Therefore before we make  any decisions we have to take into account the impact of the decisions we are making. Nonaka & takeuchi model When making a decision we usually take into account past experiences / doing otherwise defined as Tacit Knowledge. Under the Nonaka & Takeuchi model it explains the relationship and how we can turn Tacit Knowledge into Explicit knowledge which can be readily transmitted to others. Most common forms of explicit knowledge are manual, documents and procedures in our organisation we can relate to the ILM system and the various procedures in place. Please see below which makes good reading. The patent had attempted to be bought by a buyer in other words the tacit knowledge had attempted to be turned into explicit knowledge but due to it possibly not being documented correctly or the manner in which it was presented not being explained correctly it failed. Therefore the tacit knowledge that had been turned into explicit knowledge was little or no use to the buyer. We must bare this in mind if we are relying too heavily on explicit knowledge and in particular how reliable the knowledge is? In the same sense it’s possible to categorise Wikipedia as explicit knowledge but we have to take into account the source and what past experience or where the information originated from before using it to make a decision. ‘Bessemer steel process — Bessemer sold a patent for his advanced steel making process and was sued by the purchasers who couldn’t get it to work. In the end Bessemer set up his own steel company because he knew how to do it, even though he could not convey it to his patent users. Bessemer’s company became one of the largest in the world and changed the face of steel making.[15]’ http://en.wikipedia.org/wiki/Tacit_knowledge Measuring Validity and Reliability model When gathering information to make a decision we must take in the validity and reliability of what we looking to achieve. Especially within the construction industry there is specific ways in which to measure or calculate something and this can be best described as the below. Reliability Reliability refers to how consistent a measuring device is. A measurement is said to be reliable or consistent if the measurement can produce similar  results if used again in similar circumstances. For example, if a speedometer gave the same readings at the same speed it would be reliable. If it didn’t it would be pretty useless and unreliable. Importantly reliability of self-report measures, such as psychometric tests and questionnaires can be assessed using the split half method. This involves splitting a test into two and having the same participant doing both halves of the test. If the two halves of the test provide similar results this would suggest that the test has internal reliability. http://www.holah.karoo.net/reliabilityandvalidity.htm In respect of validity this refers to the extent of what we are measuring and what we hope to measure. Validity This refers to whether a study measures or examines what it claims to measure or examine. Questionnaires are said to often lack validity for a number of reasons. Participants may lie; give answers that are desired and so on. It is argued that qualitative data is more valid than quantitative data. http://www.holah.karoo.net/reliabilityandvalidity.htm Both the reliability and validity have categories in themselves in which we can use to measure if they are achieving what we set out to achieve. To summarise we need to be mindful if we are using specific data or gathered information if it’s reliable and valid in terms of what we are hoping to achieve and fit for purpose. Information to Knowledge Management With respect of the next model it gives us an insight of how the ever evolving computer industry and in particular the capacity to store and distribute data / information is enabling personnel learning and also the capacity to make correct decision in going forward. Given an example that is relevant to the Cuddy group is the below. We are able to save / store and distribute raw facts and figures on a particular job and in doing so we are able to see if a job was successful in respect of profit? We then can move  on to give meaning to the obtained data in respect of information and give reasons why that job was successful? We then can analyse the derived information and understand what we did well on that job. This will then give us the wisdom going forward to know what to do for the best on other jobs. As mentioned evolving technology is aiding us with the transfer and storing of this information and aiding us with the capability of personnel learning. There are various examples and models that differ slightly some of which I have given examples but all cover the above. General Management Tools As the assignment is targeted at middle managers I have looked into the impact that decisions have and what to consider before making decisions? As a rule the following applies: Consider the importance of the decision Ask yourself if there are more options Think about stakeholders opinions Concede you’re going to make some irrational decisions Remember that even small choice have big consequences I also looked into how SMART goal setting and how to engage with employees. 2.3 Use this analysis of information to make and justify a management decision Using the analysis and the information collated along with the procedure I believe this will better the flow of information throughout the company. The triangle The procedure will aid with delivering the job on time within budget and to a high standard. Delivering the job on time – By having weekly meetings on site and the constant daily dialogue this should enable any problems to be caught at an early stage and thus giving time to nip in the bud the potential to impact on progress and in particular the end date which quiet often is key to a job being a successful one from a clients point of view. Within Budget – Due to the procedure allowing for a review of the target v actual on a weekly basis this will enable weekly monitoring of the budget to ensure everything is on track, atm there if only an allowance of monthly reporting and it’s possible for any job to change dramatically from month to month. High Standard – Again as the procedure allows for the contracts  manager / quantity surveyor to visit site at least once a week with the supervisor having chance to put his / hers views across together this should r aise standards. Decision making model In reference to the procedure this will reiterate the fact that everyone makes decisions especially as minutes will be keep, actions assigned and closed out as and when this occurs. Nonaka & Takeuchi Model With the procedure in place it will allow for smoother transfer of tacit knowledge into Explicit Knowledge. This will be done by taking minutes; monitoring progress against targets and reporting this information back to directors / managing directors in order to have the full cycle. Validity and Reliability Under the procedure progress meetings will be held on site this will allow us to audit and monitor the reliability and the validity of the information we are being told by the site manager / supervisor. This will be used as a checking tool before information is transferred around the company to directors and managing directors alike. Knowledge Management With the procedure set in place where minutes are taken / targets are monitored it will allow for us to save / store and distribute raw facts. Also with the weekly minutes we will be to give meaning to the obtained data for example why we missed out specific targets? Why we bettered targets? From this then we can analyse the information and understand how and why? This will then enable us to make the correct decisions in going forward. Along with the analysing the above models and information, I have taking account of why from a managers point of view why the procedure in place will aid with the running of jobs on site and the transfer of information. With regards to the current situation of producing the cost book that is translated to a target / budget sheet, this information will be little or no use to the supervisor for a number of reasons listed below: Information Overload – Due to the nature of the document this may cause confusion in the way the document is set out, therefore as set out in the procedure by breaking things the whole job down into specific tasks this will more than  likely take the pressure off and give a clear understanding of what is required and expected off of them. This is likely to make them less intimated and more confident as if they are clear More hands on and practical – The academic level of a supervisor generally is not the same as what we would normally expect from a middle manager in that the cost book / target and budget sheet will not be fit for purpose if passed onto the supervisor, therefore the information should be broken down so it is easily understood. Team ethos – As it currently stands the information is passed to the supervisor with no clear direction and management give, therefore by employing the proposed procedure this will then bridge the gap and increase the we are in it together approach. Why will meetings be held face to face? Sense of Importance – By making the effort to travel to site, as typically our sites are all of the United Kingdom then this will instil into the supervisor the confidence he needs in that he got your support should he need it. Ability – may not be able to use the computer therefore face to face will enable supervisors to have an opportunity to contribute their input without feeling intimidated Sense of importance – By holding the meetings face to face this will enable them to feel like they got you in their corner and in doing so should create a clear divide from site operatives to supervisors. Meetings more personnel – Generally meetings face to face are more personnel and can be structured better with agendas / minutes and the like assisting Why will the supervisor in respect of the site operatives be the only site member to be part of the meeting? Clear level of management between site operatives / supervisors and middle managers – This will empower the site supervisors and in doing have a clear barrier between the site operatives and himself. Self Worth – It will also give the site supervisor the self worth and mutual respect between himself and the middle manager, hopefully this should increase productivity as he is likely to want to do more for the middle manager if he believes he has the respect. Respect earns respect! Company generally uses agency Labour – As touched on previously due to the company operating throughout the company there is the need to employ agency labour, by having weekly meetings with the supervisor in attendance again this is creating a clear structure. How the meetings should be conducted? Ability – plenty of discussions questions to ensure supervisor gets points you’re making. Allow supervisor to have their say and input – By asking questions this will allow supervisor to have their say and input. Informally rather than formally, don’t want supervisor to feel under spotlight – Due to the nature of the construction industry and especially on site it is rather informal, therefore if the meetings are held in the same manner this should enable the middle line managers to get the most out of the supervisors. From analysing the various different models and combining with general middle management responsibilities I believe the procedure I have put in place will significantly help with the transfer of information from site to board level alike. 3.0 Disseminate information on a management decision, through the right organisational channels 3.1 Communicate information to team member or other colleagues to meet business objectives, using appropriate organisational channels In reference to the procedure set up this should allow for the constant communication of how a specific job is performing from site level to the board of directors and in particular through the correct organisational channel. To elaborate on the above; Site Supervisors will have constant dialogue with middle managers on a daily basis, with a weekly progress held on site to discuss performance. Munities of the meeting with be typed up and performance analysed with knowledge added to explain how performance is operating? Are we going to hit our target? Be on time? Within budget? To name a few of the questions answered? This will then in turn be disrupted to the relevant director, finance director and the management accountant. This will then be discussed on weekly basis in the departmental weekly progress meeting, and the fortnightly Trading Review meeting with finance with the relevant directors. This in turn then can be reported back to the MD by the relevant directors when board level meeting happens. As you can see from the procedure put in place we will allow for the reporting from site to board of directors level to be on a weekly basis rather than a monthly as is currently in place, this in turn will give us every opportunity possible to achieve the best possible  outcome in respect of the construction triangle. Delivering the job on time, within budget to a high standard. 3.2 Communicate information to stakeholders or customers to meet business objectives In reference to the procedure as mentioned previously this will allow for the constant flow of information from site to managing directors (stakeholders) to be done on a weekly basis. In respect of customers or clients quiet the construction triangle is key, therefore by having weekly progress meetings this information will be able to be fed back to the client, giving them the confidence that we are putting their needs first ‘the customer is always right ethos’

Thursday, January 9, 2020

Essay on The Death of Ivan Ilyich Spiritual Awakening

The Death of Ivan Ilyich:nbsp;nbsp;nbsp;Spiritual Awakeningnbsp;nbsp;nbsp;nbsp;nbsp; nbsp; He went to his study, lay down, and once again was left alone with it. Face to face with It, unable to do anything with It. Simply look at It and grow numb with horror (Tolstoy, 97). Death takes on an insidious persona as it eats away at Ivan Ilyich, a man horrified at the prospect of losing his life. Even more horrifying is the realization that despite his prominence and prosperity as a Russian high court judge, Ilyich has done nothing to make his life worth saving. The Death of Ivan Ilyich begins at the end, with his associates receiving the news of his passing. Here, Tolstoy emphasizes the diffident attitude the living†¦show more content†¦From here, he develops a mysterious degenerative disease that causes him great pain and mental anguish. His familiars remain indifferent to his plight, driving him to greater anger, despair, and desperation. With exhausting pain and sorrow, Ilyich reassesses the value of his life in his final hours, allowing him to confront his imminent death with greater honor than he had ever achieved in his life. The pathos of these ending scenes display Tolstoys brilliance in characterization. Through his grotesque description of the illness itself: the morphine shots, reoccurring pains, and the degradation of assisted bowel movements, Tolstoy yields not only audience sympathy, but actual empathy for poor Ilyich. Suffering, under any circumstances, is universally understood. So too, is the terrifying prospect of losing ones life. Whereas no one around him can understand and react to his misery, the reader is driven to pity him. The death of Ivan Ilyich comes as a relief to all. Ilyich is relieved from the pain of dying and living a lie, his friends and family are relieved of obligation to the dying man, and the reader is relieved of a most harrowing emotional journey. Initially, Tolstoy presents himself with a formidable challenge, eliciting compassion for a character that does not ostensibly deserve any sympathy. However, Tolstoy expands Ivan Ilyich into a complex protagonist with artlessShow MoreRelatedThe Appearance Of Gerasim Brings Light For The Gloomy Story1271 Words   |  6 Pagesopposite of Ivan, and he has all wonderful virtues. He has kindly seen his job in Ivan is a kind of help and duty to the dying people; he comforts and heals Ivan in some degree, as Tolstoy describes, â€Å"Gerasim did it all easily, willingly, simply, and with a good nature that touched Ivan Ilych. Health, strength, and vitality in other people were offensive to him, but Gerasim s strength and vitality did not mortify but soothed him.† Even Gerasim just a poor peasant who is socially subordinate to Ivan IlyichRead More Futility of Life in The Death of Ivan Ilyich Essay2748 Words   |  11 PagesFutility of Life in The Death of Ivan Ilyich      Ã‚   Count Leo Tolstoy is considered Russia’s greatest novelist and one of its most influential moral philosophers. As such, he is also one of the most complex individuals for historians of literature to deal with. His early work sought to replace romanticized glory with realistic views. A good example of this is the way he often portrayed battle as an unglamorous act performed by ordinary men. After his marriage, though, Tolstoy started to reexamine

Wednesday, January 1, 2020

Failure Is Much Often a Better Teacher Than Success,

Jason Williams Dr.Bess 9:25 Failure is much often a better teacher than success, Failure is practice towards becoming successful if you always succeed you will never know what it feels like to fail and won’t know how to react whenever that time comes. It is everyone’s dream to be successful, but success is very rarely given to anyone. Everyone has obstacles to get over and their own set of trials and tribulations. What is really important in life are the lessons learned from these events, teaching you more about yourself and the object in which you are attempting to be successful in, and there is no better†¦show more content†¦They weren t the same go out and have fun sports they became go out and win. This was new to me, but I feel that it has taught me many valuable lessons. I have learned to be more patient, listen more precise to what people have to say, and to also go out and give it my everything’ at whatever I was doing. Being involved in sports for several years ha s helped me grow as an individual and elevating my attitude not only towards life, but toward other people as well. When playing a sport, you are taught to go out and win but to have fun at the same time. My freshman year I was on the J.V football team and the season had just started. I was out on the floor and once the game started, I was trying too hard and rushing my game. Being inexperienced at this level, we were losing the football game. Since we were losing, we were not having fun. I was told by coaches and by myself that I needed to slow down and regain my composure. As soon as I got that into my head, we began creeping back into the game and we were on top by the fourth quarter. We were winning, having fun, and enjoying all the glory. Ever since that football game I have remembered that day and made myself slow down if I am hurrying things. I believe that this factor will carry on through life and make me a better individual. All in all team sports can help to teach valuabl e lessons throughout life. First impressions are very important to your every day life. They are the basis of howShow MoreRelatedWhy Failure Is Good For Success912 Words   |  4 PagesWhat is a failure? According to Wikipedia, failure is the state or condition of not meeting a desirable or intended objective, and may be viewed as the opposite of success. As a human being, most of us are afraid to fail. Sumner Redstone said that â€Å"Success is not built on success. It s built on failure. It s built on frustration. Sometimes its built on catastrophe† (Sumner Redstone Quotes). To tell the truth, we all want to become successful, but try our best to avoid failure of happening to usRead MoreAnalyzing Education Gaps: Why Boys Fail1220 Words   |  5 PagesIn the United States, many lack the skills necessary for college. Unfortunately, the education system fails to prepare some of its students for work or higher learning. Despite these circumstances, teachers and bureaucrats se ek improvements to obtain higher success. In spite of the pressure for success, the current situation is not yielding the desired results. Moreover, in the recent State of the Union Address in early 2014, President Barack Obama stated the need for improved education, especiallyRead More A discussion of the theory that class-based differences in educational1165 Words   |  5 Pagesbase differences in educational success are due to home and familial factors: that children from lower social backgrounds are more likely to fail because of what they experience inside the home environment. This approach is based on the belief that those from different social classes have significantly differing home lives. It is possible to split home and family based factors into two categories: material factors and cultural factors. As educational success generally rises with family incomeRead MoreWhy Failure Is a Better Teacher Than Success919 Words   |  4 Pageshas experienced success, but how often do you succeed on your first attempt? It is everyone’s dream to be successful, but this success is very rarely given to anyone, everyone has hurdles to get over and their own set of trials and tribulations. What is really important in life are the lessons learned from these events, teaching you more about yourself and the task in which you are attempting to be successful in, and there is no better teacher than failure. Like everyone else, failure has played aRead MoreThe True Value Of Perseverance1359 Words   |  6 Pagesvalues I learn from them you can obtain from them are tools to me that help shape and mold me into the person I am.As a freshman in high school, I learned the true value of perseverance. Perseverance helped me overcome failure and motivated me to become a better student and an overall better person. Perseverance is the act of enduring any strong challenge or significant difficulty and committing to the cause no matter what comes in the way. I did exactly that when I started high school and began takingRead MoreFailing The Children Of Success1507 Words   |  7 PagesFailing Our Children to Success Imagine a world where doctors are not able to understand medical terminology or lawyers who have difficulty reading laws and being unable to interpret them correctly. Think of a society where mechanics cannot pronounce the name of a part they are replacing and pharmacists that cannot formulate dosages correctly. While this may seem absurd, this is the current trend of students that our educational system is producing in the United States. In the early years of theRead MoreEssay on The No Child Left Behind Act1440 Words   |  6 PagesInitiated in 2002, the No Child Left Behind Act (NCLB) of 2001 intended to prevent the academic failures of educational institutions and individual students, as well as bridge achievement gaps between students. This act supports the basic standards of education reform across America; desiring to improve the learning outcomes of America’s youth. No Child Left Behind has left many to criticize the outcomes of the Act itself. Questions have rise n concerning the effectiveness of NCLB, as well as theRead MoreEnglish Language Arts Block For 45 Minutes939 Words   |  4 Pagesobserved this fourth grade student during his English Language Arts block for 45 minutes. The class consists of 22 fourth grade students in a student-centered classroom. During my observation, the students collaborated with other students while the teacher conducted a guided reading group. Students were on computers, writing and reading to respond in a journal. Three days a week this students is pulled out of the classroom for a 30 minute Fountas and Pinell Literacy Intervention due to the Tier 3 instructionalRead MoreThe Theory Of Motivation And Failure1703 Words   |  7 Pages Classic work by Weiner (1985, 2010) identified the theory of motivation and the importance of understanding the causal dimensions in relation to achievement, success and failure. Weiner (1985, 2010) identified three attribution dimensions: internal/ external locus, stability and controllability. These are distinguished further into: effort- internal, unstable, controllable; ability- internal, stable, uncontrollable; task difficulty- external, stable, uncontrollable; and luck- external, unstableRead MoreMotivational Reasons for Failure in School849 Words   |  4 PagesSoutheastern Idaho. Both boys had been raised in similar settings of a two parent home, average income, and raised in a demographically rural community. These boys have had equal opportunities in the educational system of supportive parents and teachers and after school programs. Intellectually both boys have the ability to succeed in school. This tale of two Southeastern Idaho boys, and of millions of children jus t like them, raises the question of why some students educationally excel and others