Thursday, October 31, 2019

Human Smuggling and Border Security Research Paper

Human Smuggling and Border Security - Research Paper Example Most of the countries that actively deal with the issue on smuggling are developed nations, especially since these countries have various resources that could be compromised or needed to be protected, as well as being lucrative places to sell items or goods at higher prices, compared to less-developed nations. The most well-known example of a country that is struggling and working hard in keeping out prohibited items or undocumented immigrants in the United States, where it is constantly being vigilant in the attempted entry of anything illegally from Central or South America such as drugs, weapons, and even people, which is ironic considering that there are a more open exchanges of goods and services, but through heavily-guarded state borders3. This is a very important battle for the US because not only are the businesses and the economy directly affected by the influx of untaxed goods but also human lives are at stake, especially among illegally smuggled people4. Since ancient times, along with the evolution of civilizations came ingenious ways to gain larger margins of profit among unscrupulous entrepreneurs, and smuggling became one of the most well-known methods of doing so, which is why it still remains rampant even today, especially in large nations like the US. However, the effects of human smuggling have wider effects than just the passage of goods, basically since most people illegally-living in the US would also count as parts of the labor force, making them pseudo-citizens that could repopulate sparsely-populated areas.

Tuesday, October 29, 2019

Codes of Practice Essay Example for Free

Codes of Practice Essay 1. Legislations that relate to the handling of information in health and social care are: The Human Rights Act 1998 The Data Protection Act 1998 Codes of practice that relate to the handling of information in health and social care are: Codes of Practice – set out by Skills for care CSSIW guidelines 2. The main points of the data protection act are: 1. Personal data shall be processed fairly and lawfully and, in particular, shall not be processed unless- 1. at least one of the conditions in Schedule 2 is met, and 2. in the case of sensitive personal data, at least one of the conditions in Schedule 3 is also met. 2. Personal data shall be obtained only for one or more specified and lawful purposes, and shall not be further processed in any manner incompatible with that purpose or those purposes. 3. Personal data shall be adequate, relevant and not excessive in relation to the purpose or purposes for which they are processed. 4. Personal data shall be accurate and, where necessary, kept up to date. 5. Personal data processed for any purpose or purposes shall not be kept for longer than is necessary for that purpose or those purposes. 6. About the rights of individuals e.g.[10] personal data shall be processed in accordance with the rights of data subjects (individuals). 7. Appropriate technical and organisational measures shall be taken against unauthorised or unlawful processing of personal data and against accidental loss or destruction of, or damage to, personal data.

Sunday, October 27, 2019

The Difference Between Traditional File Systems Information Technology Essay

The Difference Between Traditional File Systems Information Technology Essay Wikipedia The traditional filing system is a method of storing and arranging computer files and the information in the file. Basically it organizes these files into a database for the storage, organization, manipulation, and retrieval by the computers operating system. For this method, a file name is assigned to a file in order to secure storage location in the computer memory or data storage devices such as hard disks or CD-ROMs are used to maintain the physical location of the files. By this file name a file can be further accessed. Whether the file system has an underlying storage device or not, file systems typically have directories which associate file names with files, usually by connecting the file name to an index in a file allocation table. A new concept for file management is the concept of a database-based file system. Files are identified by their characteristics, like type of file, topic, author, etc (DBMS) consists of software that operates databases, providing storage, access, security, backup and other facilities. This system can be categorized according to the database model and the type of computer that they support such as a server cluster or a mobile phone, the query language(s) that access the database, such as SQL or XQuery, performance trade-offs, such as maximum scale or maximum speed or others. Some DBMS cover more than one entry in these categories, e.g., supporting multiple query languages. Meanwhile database management systems are usually accessed in a client-server manner, where the database client and the server are located on different machines (in a local area network). Both systems deal with information management. File-based System File-based systems were an early attempt to computerize the manual filing system. File-based system is a collection of application programs that perform services for the end-users, such as updating, insertion, deletion adding new files to database etc. Each program defines and manages its data. When a computer user wants to store data electronically they must do so by placing data in files. Files are stored in specific locations on the hard disk (directories). The user can create new files to place data in, delete a file that contains data, rename the file, etc which is known as file management; a function provided by the Operating System (OS). Advantages of traditional file based system Disadvantages of traditional file based system No need of external storage Provides less security. No need of a highly technical person to handle the database. Redundancy is more. Processing speed is high as compared to DBMS Less integrity. High complexity in updating of database. Table 1.1.1 Database Management System The improvement of the File-Based System (FBS) was the Database Management System (DBMS) which came up in the 60s. The Database Management System removed the trouble of manually locating data, and having to go through it. The user could create a suitable structure for the data beforehand, to place the information in the database that the DBMS is managing. Hence, the physical organizing of files is done away with and provides the user with a logical view of the data input. A database is a collection of interrelated information stored in a database server; these data will be stored in the form of tables. The primary aim of database is to provide a way to store and retrieve database information fast and in an efficient manner. Advantages Control of data redundancy Although the database approach does not remove redundancy completely, it controls the amount of redundancy in the database. Data consistency By removing or controlling redundancy, the database approach reduces the risk of inconsistencies occurring. It ensures all copies of the idea are kept consistent. More information from the same amount of data With the amalgamation of the operated data, it is possible to derive additional information for the same data. Sharing of data Database belongs to the entire organization and can be shared by all authorized users. Improved data integrity Database integrity provides the validity and consistency of stored data. Integrity is usually expressed in terms of constraints, which are consistency rules that the database is not permitted to violate. Improved security Provides protection of data from unauthorized users. It will require user names and passwords to identify user type and their access right in the operation including retrieval, insertion, updating and deletion. Enforcement of standards The integration of the database enforces the necessary standards including data formats, naming conventions, documentation standards, update procedures and access rules. Economy of scale Cost savings can be obtained by combining all organizations operational data into one database with applications to work on one source of data. 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 than for an individual person. Improved data accessibility and responsiveness By having integration in the database approach, data accessing can cross 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 allow 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 Provides data independence. As a change of data structure in the database will 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 or loss of integrity. Improved backing 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. Disadvantages Complexity A difficult software. All users must be familiar with its functionality and take full advantage of it. Therefore, training for the administrators, designers and users is required. Size Uses a substantial amount of main memory as well as 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 regular 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 cater for many applications rather than exclusively for a particular one, some applications may not run as fast as before. Higher impact of a failure 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. The difference between TFS and DBMS Balajee B. (2005), There are number of characteristics that differ from traditional file management system to database management system. In file system approach, each user implements the required files for a specific application to run. (Example: in a sales department of an enterprise, one user will be maintaining the details of the number of sales personnel in that department and their grades. These details will be stored and maintained in a separate file. Another user will maintain the salary details of these sales personnel and the detailed salary report will be stored and maintained in a separate file. Although both of the users need the data of the salespersons, they will be having their details in separate files and they need different programs to operate their files.) When such data is isolated in separate files, it is difficult to access data that should be available for both users. This will lead to wastage of space and redundancy or replication of data, which may lead to c onfusion, as sharing of data among various users is not possible and data inconsistency may occur. These files will not be having any inter-relationship among the data stored in these files. Therefore in traditional file processing every user will be defining their own constraints and implement the files according to their needs. In database approach, a single store of data is maintained that is defined once and then accessed by many users, as database belongs to the entire organization and can be shared by all authorized users. The essential characteristic of database approach is that the database system not only contains data but it contains complete definition or description of the database structure and control. These definitions are stored in a system catalog, which contains the information about the structure and definitions of the database. The information stored in the catalog is called the metadata, it describes the primary database. Hence this approach will work on any type of database for example, insurance database, Airlines, banking database, Finance details, and Enterprise information database. But in traditional file processing system the application is developed for a specific purpose and they will access specific database only. But the processing speed in TFS is high compared to DBMS. The other main characteristic of the database is that it will allow multiple users to access the database at the same time and sharing of data is possible. The database must include concurrency control software to ensure that several users trying to update the same data at the same time, it should maintain in a controlled manner. In file system approach many programmers will be creating files over a long period and various files have different format, in various application languages, where duplication of data can occur. This redundancy in storing same data multiple times leads to higher costs and wastage of space. This may result in data inconsistency in the application; this is because update is done to some of the files only and not all of the files. Moreover in database approach multiple views can be created; External view User/Application view, Conceptual view Logical view, Internal view Details about the structure of data and physical storage of information. View is a tailored representation of information contained in one or more tables. View is also called as Virtual table because view does not contain physically stored records and will not occupy any space. A multi-user database whose users have variety of applications must provide facilities for defining multiple views. In traditional file system, if any changes are made to the structure of the files it will affect all the programs. Therefore, changes to the structure of a file will require to change all programs that access the file and whereby data dependence will be lost. But in the case of database approach the structure of the database is stored separately in the system catalog from the access of the application programs. This property is known as program-data independence. Database can also be used for continuous storage for program objects and data structures that resulted in object oriented database approach. Traditional systems suffered from impedance mismatch problem and difficulty in accessing the data, which is avoided in object oriented database system. Database can be used to represent complex relationships among data as well as to retrieve and update related data easily and efficiently. Hence DBMS does not automatically remove redundancies, but help to control redundancy. It is possible to define and enforce integrity constraints for the data stored in the database. The database also provides facilities for recovering hardware and software failures, as it has automatic and intelligent backup and recovery procedures. It reduces the application development time considerably when compared to the file system approach and availability of up-to-date information of all the users. It also provides security to the data stored in the database system and maintains integrity. A highly technical person will be required to handle the database, while for TFS, it is not so. 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. DBMS has data independence. The way information is stored and the way information issued is independent of each other. File-based systems also give tremendous pressure on data processing staff, with users complaints on programs that are inadequate or inefficient in meeting their demands. Documentation may be limited and maintenance of the system is difficult. Provision for security, integrity and recovery capability is very limited. Whereas, DBMS has control over security as it provides tools such as use of User Code, Password / Privileges and Roles to ensure security of data. Data, Field, Record, and File are the main components of Database environment. Briefly explain those. Data Webopedia (Anon., n.d.), Distinct pieces of information usually formatted in a special way. All software is divided into two general categories: data and programs. Programs are collections of instructions for manipulating data. Data can exist in a variety of forms as numbers or text on pieces of paper, as bits and bytes stored in electronic memory, or as facts stored in a persons mind. Strictly speaking, data is the plural of datum, a single piece of information. In practice, however, people use data as both the singular and plural form of the word. The term data is often used to distinguish binary machine-readable information from textual human-readable information. For example, some applications make a distinction between data files (files that contain binary data) and text files (files that contain ASCII data). In database management systems, data files are the files that store the database information, whereas other files, such as index files and data dictionaries, store adminis trative information, known as metadata. Field Webopedia (Anon., n.d.), A space allocated for a particular item of information. A tax form, for example, contains a number of fields: one for your name, one for your Social Security number, one for your income, and so on. In database systems, fields are the smallest units of information you can access. In spreadsheets, fields are called cells. Most fields have certain attributes associated with them. For example, some fields are numeric whereas others are textual; some are long, while others are short. In addition, every field has a name, called the field name. In database management systems, a field can be required, optional, or calculated. A required field is one in which you must enter data, while an optional field is one you may leave blank. A calculated field is one whose value is derived from some formula involving other fields. You do not enter data into a calculated field; the system automatically determines the correct value. A collection of fields is called a record. Record Webopedia (Anon., n.d.), In database management systems, a complete set of information. Records are composed of fields, each of which contains one item of information. A set of records constitutes a file. For example, a personnel file might contain records that have three fields: a name field, an address field, and a phone number field. In relational database management systems, records are called tuples. Some programming languages allow you to define a special data structure called a record. Generally, a record is a combination of other data objects. For example, a record might contain three integers, a floating-point number, and a character string. In database management systems, a complete set of information. Records are composed of fields, each of which contains one item of information. A set of records constitutes a file. For example, a personnel file might contain records that have three fields: a name field, an address field, and a phone number field. Figure 1.2.1 Source Author Anon., File Webopedia (Anon., n.d.), A collection of data or information that has a name, called the filename. Almost all information stored in a computer must be in a file. There are many different types of files: data files, text files, program files, directory files, and so on. Different types of files store different types of information. For example, program files store programs, whereas text files store text. What is the Importance of DBMS in a Defense Organization and in an Education Department? Defence Organization Benjamin (n.d.), A Database Management System (DBMS) is a set of computer programs that controls the creation, maintenance, and the use of the database with computers of an organization and its end users. It allows organizations to place control of organization-wide database development in the hands of database administrators (DBAs) and other specialists. As organizations develop with time, their adoption to the latest technologies in the computer field becomes a necessity. A Defence organization is no different. In these turbulent times, when national security is more important, providing all Defence personnel with access to the latest technology and education opportunities not only directly contributes to Defence capability but also improve the defence personnels career development. Hence the importance of a DBMS in such an organization like Defence is vital. Because Database administrators could use this system to configure and operate databases as the software provides high level, privileged database access. But the management should restrict use of this software to authorized personnel. One function of the database administrator is to create particular views of information stored in the database that are unique for each type of user. For example, one officer will have a different view of information in the database than another, say Senior officer. The different user groups will also have different abilities to add, modify, or delete information. The database administrator is responsible for providing users with access to the appropriate level of information. The primary risk associated with database administration is that an administrator can alter sensitive data without those modifications being detected. A secondary risk is that an administrator can change access rights to information stored within the database as well as their own access rights. Database security is the last line of defence. So it deserves greater focus on the protection of private data from both internal and external. The sensitivity and classification of the information stored in the database form the basis for establishing controls. A database that stores confidential information may require a more significant control environment than a database that stores non-sensitive information. Management should consider the security and performance implications of the security options available with modern database management systems. Database security professionals and information security and risk management professionals could adopt a security strategy in DBMS to: 1) Align database security policies with information security policies; 2) Ensure well-defined and formalized database security procedures; 3) Enforce role separation; and 4) Apply advanced security measures such as database auditing, monitoring, database encryption, data masking, and vulnerability assessment to all critical databases that store private data. The DBMS can provide long-term benefits for the Defence organization reducing duplication of data and making it easier for HR to update personnel records. If not for DBMS, each time there was a personnel change, trainers would have to go through their entire content to make the necessary changes. Now, replacing Brigadier Xs picture in the content library with Commodore Ys picture can be automatically replicated through all relevant programs. Thereby reduce its expenditure on storage. But, initial training will be required for all programmers and users. Even though database systems are complex, difficult, and time-consuming to design, there is greater data integrity and independence from applications programs and Education Department Sue Bushell (2004), To improve teaching and learning with the help of modern information and communication technology eLearning is beneficial to education, corporations and to all types of learners. It is affordable, saves time, and produces measurable results. E-learning comprises all forms of electronically supported learning and teaching. The Information and communication systems, whether networked or not, serve as specific media to implement the learning process. E-learning services have evolved since computers were first used in education. There is a trend to move towards blended learning services, where computer-based activities are integrated with practical or classroom-based situations. E-learning is essentially the computer and network-enabled transfer of skills and knowledge. E-learning applications and processes include Web-based learning, computer-based learning, virtual classroom opportunities and digital collaboration. Content is delivered via the Internet, intranet/extranet, audio or video tape, satellite TV, and CD-ROM. It can be self-paced or instructor-led and includes media in the form of text, image, animation, streaming video and audio The definition of e-learning varies depending on the organization and how it is used but basically it involves electronic means of communication, education, and training. Regardless of the definition you chose to use, designers, developers, and implementers make or break the instructional courses and tools. E-learning is simply a medium for delivering learning and like any other medium, it has its advantages and disadvantages. E-learning covers a wide array of activities from supported learning, to blended or hybrid learning (the combination of traditional and e-learning practices), to learning that occurs 100% online. As per wikipedia.org, the worldwide e-learning industry is estimated to be worth over $48 billion US according to conservative estimates. Developments in internet and multimedia technologies are the basic enabler of e-learning, with consulting, content, technologies, services and support being identified as the five key sectors of the e-learning industry. E-learning is naturally suited to distance learning and flexible learning, but can also be used in conjunction with face-to-face teaching, in which case the term Blended learning is commonly used. E-Learning pioneer Bernard Luskin argues that the E must be understood to have broad meaning if e-learning is to be effective. Luskin says that the e should be interpreted to mean exciting, energetic, enthusiastic, emotional, extended, excellent, and educational in addition to electronic that is a traditional national interpretation. This broader interpretation allows for 21st century applications and brings learning and media psychology into the equation. E-Learning can also refer to educational web sites such as those offering learning scenarios, worksheets and interactive exercises for children. The term is also used extensively in the business sector where it generally refers to cost-effective online training There are many advantages to online and computer-based learning when compared to traditional face-to-face courses and lectures. There are a few disadvantages as well. Advantages of eLearning (Anon., n.d) E-learning is beneficial to education, corporations and to all types of learners. It is affordable, saves time, and produces measurable results. Cost effective E-learning is more cost effective than traditional learning because less time and money is spent traveling. Since e-learning can be done in any geographic location and there are no travel expenses, this type of learning is much less costly than doing learning at a traditional institute.   Flexibility Flexibility is a major benefit of e-learning. E-learning has the advantage of taking class anytime anywhere. Education is available when and where it is needed. E-learning can be done at the office, at home, on the road, 24 hours a day, and seven days a week.   Learners  like e-learning because it accommodates different types of learning styles.  They have the advantage of learning at their own pace. Students can also learn through a variety of activities that apply to many different learning styles. Learners can fit e-learning into their busy schedule. If they hold a job, they can participate in eLearning right at their desk. If the learner needs to do the learning at night, then this option is available while in their pajamas and do the learning if they desire.   Personalized learning E-learning encourages students to peruse through information by using hyperlinks and sites on the worldwide Web.  Learners are able to find information relevant to their personal situations and interest. E-learning allows selection of  learning materials that meet their level of knowledge, interest and what they need to know to perform more effectively in an activity.   E-learning is more focused on the learner and it is more interesting for the learner because it is information that they want to learn. E-learning is flexible and can be customized to meet the individual needs of the learners. Develops knowledge E-learning helps develop knowledge of the Internet. This knowledge will help learners throughout their careers. E-learning encourages students to take personal responsibility for their own learning. When learners succeed, it builds self-knowledge and self-confidence Disadvantages of eLearning Access One disadvantage of eLearning is that learners need to have access to a computer as well as the Internet. They also need to have computer skills with programs such as word processing, Internet browsers, and e-mail. Without these skills and software it is not possible for the  learner to succeed in eLearning.   E-learners need to be very comfortable using a computer. Slow Internet connections or older computers may make accessing course materials difficult. This may cause the learners to get frustrated and give up.   Software and files Another disadvantage of e-learning is managing computer files, software comfortability and learning new software, including e-learning. For learners with beginner-level computer skills it can sometimes seem complex to keep their computer files organized.  The lesson points you to download a file which the learner does and later cannot find the file. The file is downloaded to the folder the computer automatically opens to rather than a folder  chosen by the learner. This file may be lost or misplaced to the learner without good computer organizational skills. High motivation E-learning also requires time to complete especially those with assignments and interactive collaborations. This means that students have to be highly motivated and responsible because all the work they do is on their own. Learners with low motivation or bad study habits may not complete modules and may fall behind Isolation Another disadvantage of e-learning is that students may feel isolated and unsupported while learning. Instructions are not always available to help the learner so learners need to have discipline to work independently without assistance. E-learners may also become bored with no interaction with instructors or classmates.   Without the routine structures of a traditional class, students may get lost or confused about course activities and deadlines. Instructor may not always be available when students are studying or need help Conclusion Today many technologies can be, and are, used in e-learning, from blogs to collaborative software, E-Portfolios, and virtual classrooms. Most e-learning situations use combinations of these techniques. Even though the hardware and software start-up are costly, the advantages are; reduced data redundancy, reducing updating errors and increased consistency, greater data integrity and independence from applications programs, improved data access to users through use of host and query languages, improved data security and availability of facilitated development of new application programs and ability for intensive research are the benefits of DBMS. Task 2 Draw an Entity Relationship Data Model which describes the content and structure of the data held by the Medi Check Hospital. Produce the resulting tables of above Medi Check Hospital and clearly indicating the primary and foreign keys. Data Tables Doctor DoctorID (primary) Lname Fname Address Phone Pager Specialty Location Availability Patient PatientNo (primary) PatientFirstName PatientLastName PatientAddress PatientTelNo PatientDob PatientMaritalStatus PatientDateRegistered Appointment AppointmentNo (primary) PatientName Date/Time PatientTelNo Symptom SymptomCode (primary), SymptomName Description Treatment TreatmentTitle (primary) TreatmentType Duration Status TreatmentCost Medication MedicationNo (primary) MedicationType SideEffect Dosage Frequency Severity MedicationBrandName MedicationManufactureName MedicationManufactureAddress MedicationManufactureTel Normalize these tables to ensure that are all in BCNF. Show the steps you have taken in normalizing the tables. UNF Medication (DoctorID, Lname, Fname, Address, Phone, Pager, Specialty, Location, Availability, PatientNo, PatientFirstName, PatientLastName, PatientAddress, PatientTelNo, PatientDob, PatientMaritalStatus, PatientDateRegistered, AppoinmentNo, PatientName, Date/Time, PatientTelNo, SymptomCode, SymptomName, Description, TreatmentTitle, TreatmentTy

Friday, October 25, 2019

Free Julius Caesar Essays: The Role of the Mob :: Julius Caesar Essays

The Role of the Mob in Julius Caesar The most important characters of the play Julius Caesar are clearly the citizens of Rome. The citizens have an important effect on both the audience and the characters in the play because of their unlimited desire to passionately express their emotions. Throughout the play these emotions are communicated through various events. The first event is the celebration of the feast of the Lupercal. It was the citizens’ positive reaction to Caesar during his triumphant return after his victory over the sons of Pompey that fueled the fear of caesar’s becoming king. The citizens’ opposition to Pompey’s allies caused great disturbances in the streets because a short while before, Pompey was their hero. Now Caesar, victorious, is the hero of the hour. Their response also influenced the idea that Caesar was becoming too ambitious. Thus, the citizens of Rome had a role in the fate of Julius Caesar. A later example occurs during the funeral oration by Mark Antony. Brutus logically gives his reasons that necessitated Caesar’s death. He informs them that he acted out of love of Rome and his desire to prevent tyrants from controlling her. The citizens embrace his words with cheers and understanding. However, their mood alters when Antony offers his interpretation of the situation. He passionately described the deeds Caesar performed in behalf of the citizens of Rome, which clearly contradict the opinion of the conspirators that Caesar was too ambitious. Antony carefully uses irony in referring to Cassius and Brutus as honorable men; the strategy wins over the citizens and they listen with growing anger to his words. He leads the citizens to the body and begins to show the brutal results of the murder while simultaneously influencing them to believe that the conspirators are murderers and traitors. Ultimately, Antony reads Caesar’s will, which leaves his parks, private estates, and newly planted gardens to the citizens of Rome.

Thursday, October 24, 2019

Why Is Autumn the Best Season?

Autumn, the only season where you can watch the multicolored leaves fall and the unique chirping of birds in the fall. Fall is the best season because you don’t have wear thick jackets as the weather is not too hot or cold, sports could be a main exercise for you outside, and it’s a chance to spend with your family during special holidays. One of the advantages of the autumn weather is that you won’t get chilly or get overheated like the other seasons.You won’t have to stay in all the time because the weather is perfect unlike summer when it’s too hot or too cold like in winter. There is something different about the feeling of wind when you open the door to go outside that begins the feeling of autumn. Sometimes it rains during the fall but that strengthens the feeling of this season. Also during the summer it’s soccer, baseball, football, and rugby season. Fall is a great time to watch and play these sports. You can go outside with your fri ends and family to go sporting outside in the autumn breeze.Fall can make getting tackled by a huge jock a lot more fun. I’m not a huge fan of watching sports but I heard it’s what brings families and friends together in the fall. I wish I watched sports but I rather watch the thanksgiving parade. Holidays are one of the best ways to get together with your family and friends. Autumn holidays include Thanksgiving Day and Halloween. The Thanksgiving holiday is a four-day holiday over the weekend. Families and friends usually eat a special meal together (usually with a turkey as the main dish).This meal also usually includes mashed potatoes, cranberry sauce, pumpkin pie, several casseroles, and stuffing. Halloween is also a special holiday in the fall. Halloween is a holiday in many countries that is celebrated on the night of October 31st. Children wear costumes and they go to peoples' homes saying â€Å"Trick or treat! † to ask for candy and then people give it t o them. This practice originally involved a threat. In this case the threat could be explained as: â€Å"Give me a treat or I will play a trick on you. † Children today usually do not play tricks if they do not get treats.However, some children still get up to mischief (pranks or things to make fun of people; like putting toilet paper in trees; writing on windows with soap or throwing eggs at peoples' houses). For me autumn is when it all comes together The weather is usually the best of the year. The shadows lengthen. The grass green up and loves the cool nights and occasional moisture. The leaves turn gorgeous colors. There’s a crisp scent in the air. Pomegranates are in season. And sports, ah, yes, sports. It’s the best season for sports. That’s why Autumn is the best season.

Tuesday, October 22, 2019

Fin 571 Week 4 Essay Example

Fin 571 Week 4 Essay Example Fin 571 Week 4 Essay Fin 571 Week 4 Essay Guillermo Furniture Analysis Paper University of Phoenix Corporate Finance FIN/571 Guillermo Furniture Analysis Paper . Guillermo Navallez is the owner and operator of the Guillermo Furniture Company. Mr. Navallez has operated this store for year in the Sonora, Mexico area and had built a positive rapport with that community. Recently, Mr. Navallez has two issues he is facing. One issue is an overseas competitor and the other is the high cost of labor. The overseas competitor is making furniture using new and innovative technologies. Because Guillermo furniture specializes in one-of-a-kind hand crafted furniture, his cost of labor is extremely high because of the time that is needed to create each piece. Because of this, Guillermo is losing profit as well as customers; Mr. Navallez has been trying different ideas to help improve his business. . At this point in time, the only option for the Guillermo furniture store is simple. This company must join the ranks of its competitors in order to stay in business. Guillermo needs to transition from handcrafted pieces into using the high tech technology like its competitors. This technology will cut costs on materials as well as labor, and still supply quality furniture. Guillermo Furniture has an option to be taken over by its competitor. This option is not received well by Mr. Navallez. He has no intention of being bought out. Because he does not want to lose everything that he has worked for, Mr. Navallez has to put a plan into action immediately. He is concerned about his family and his responsibility to take care of them. : In The company used the â€Å"what-if† example, it would allow the business owner to take a combination of his projections and come up with one resolution. If he includes numerous investments it will help to prepare a present value index. Mr. Navallez could then capitalize on his investments. The WACC is established by the use of multiple assessments Mr. Navallez has been reviewing different alternatives for the Guillermo Furniture Store. A company’s assets are financed by either debt or equity. By taking a weighted average, you can see how much interest the company has to pay for every dollar it finances. WACC is the overall required return on the company as a whole and, it is often used internally by company directors to determine the likelihood of expansion opportunities and mergers. It is the appropriate rate to use for cash flows with risk that is similar to that of the overall firm (Investopedia, 2011). The first option is to keep running the business as usual and not making any changes. The net present value analysis can be run by and outside entity to show whether or not Guillermo is operating at its highest while in business. This will show the net present value after taxes. The Net Present Value is the difference between what something is worth and the present value of its expected future cash (Emery, Finnerty, Stowe, 2007, p. 187). Next, the payback period is the number of years it takes the business to recover from the original investment. If $300 million is invested within a certain time period the company will be able add more revenue to the money that was originally invested into the company. Payback periods can take a long time or a short time depending on the circumstances. On the other hand, it will eventually pay off in the end. For Mr. Navallez and Guillermo Furniture, a payback time frame is the best option to help capitalize on the reconstruction of his business. Capital budgeting is the process of choosing a long-term capital investment According to (Emery, Finnerty, and Stowe). This includes investments in land as well as equipment. Capital budgeting is knowledgeable to the store because of Guillermo’s assets, products, and services that the business provides. There is no limit to the numbers of possible investments that can’t be reached. However, based on present and future selections, constraints for the future will be very slim. Planning of these choices will help to capitalize on assets and improve the profits in the future. In The Guillermo Furniture Store Scenario, capital budgeting projects are judged by value. We also find out that capital is worth more than it costs, because stock prices will increase and then the wealth by the amount of capital will be different. In conclusion The Guillermo stock would increase if the company took on a capital budgeting project with a positive stock value and decrease if the stock value is negative. Reference Emery, Finnerty, Stowe. (2007). Corporate Financial Management (3rd ed. ). New Jersey: Pearson-Prentice Hall. Investopedia. (2011). www. investopedia. com. Retrieved from investopedia. com/terms/w/wacc. asp University of Phoenix (2011). Lawrence Sports Simulation [Video podcast]. Finance for Managerial Decision Making: Working Capital Management. Retrieved from http://https://ecampus. phoenix. edu/secure/AAPD/vendors/tata/sims/finance/working_capital/finance_working_capital_frame. html