Friday, January 24, 2020

Albert Einsteins Theory of Special Relativity Essay -- Science Physic

Albert Einstein's Theory of Special Relativity The theory of Special Relativity, written by Albert Einstein in 1905, describes the laws of motion at velocities close to and at the speed of light. It was written to make the laws of motion consistent with the laws of electromagnetism. Special relativity makes two postulates: the laws of physics are the same for all non-accelerating observers and the speed of light in a vacuum is constant, regardless of motion. One of the consequences of these postulates is that clocks run slower to an observer in motion, or time slows down. Special relativity also states that objects at high speeds always appear shorter in the direction of motion than they do at rest. However, length measurements transverse to the direction of motion are unaffected. Velocity addition is different for special relativity than for classical mechanics because according to special relativity, nothing can travel faster than the speed of light. Also, in order to retain the conservation of momentum as a general la w consistent with Einstein's first postulate, a new definition of momentum must be used at relativistic velocities. The twin paradox is the famous example that uses time dilation and length contraction. Special relativity is not contradictory with classical mechanics because at low speeds, all of the laws of special relativity reduce to the laws of classical mechanics. In 1905, Albert Einstein wrote his paper on the special theory of relativity (Prosper). This theory has the reputation as being so exotic that few people can understand it. On the contrary, special relativity is simply a system of kinematics and dynamics, based on a set of postulates that is different from those of classical mec... ...pecial relativity has caused profound changes in the way we view our universe at its most fundamental level. The theory has had an effect on many areas of science, especially physics. Even though many people did not think that special relativity was anything more than a theoretical idea, it has been tested numerous times. In every case, the predictions of special relativity are upheld. Special relativity is a cornerstone upon which modern physics has been built, and it is one of the greatest discoveries of the twentieth century. References Einstein, Albert. Relativity: The Special and General Theory. Three Rivers Press, New York, New York. 1961. Krane, Kenneth. Modern Physics, Second Edition. John Wiley & Sons, Inc. 1996. Prosper, H. Introduction to Relativity: Special Relativity. http://www.physics.edu/users/ProsperH/AST3033/relativity.htm

Thursday, January 16, 2020

Huffman Trucking: Database Design and Development

Running head: HUFFMAN TRUCKING Huffman Trucking: Database Design and Development Huffman Trucking started out as a single owner, single truck and trailer, operating in the Cleveland Ohio area back in 1936 doing local contract hauls. Today, Huffman Trucking is a National carrier with 1,400 employees, 800 tractors, 2,100 trailers, and 260 roll-on/roll-off units, operating from 3 logistical hubs located in Los Angeles, California, St. Louis, Missouri, and Bayonne, New Jersey and its central maintenance facility located in Cleveland Ohio (Apollo Group Inc. , 2005).With the growth through the years, Huffman Trucking has maintained their competitiveness by being an industry leader in leveraging technology to the maximum to provide customer service and business efficiencies (Apollo Group Inc. , 2005). In the means to maintain this competitiveness, Huffman Trucking hired Smith Systems Consulting to develop a report of entities and attributes that will be needed for a Fleet Truck Maintenance Database. Upon receipt of Smith’s report detailing the entities and attributes needed, our IT Manager submitted a Service Request SR-ht-003 to design a Fleet Truck Maintenance Database.In the following paragraphs LTA will discuss the database architecture briefly and primary keys, which play a vital role in an Entity-Relational Database. The discussions of the different types of mistakes that are made in the design phase that led to a poor database design are also discussed. Mistakes include the lack of careful planning, proper normalization of data, poor naming conventions, lack of sufficient documentation and extensive testing. The ERD for the database will be revealed along with the choice of the program to manage the database and allow for versatility for various platforms, applications, and features.Huffman Trucking’s fleet truck maintenance records are fairly straight-forward, therefore, a basic database design architecture is recommended as a start in the entry of information, and importing of current database records into the new basic database. By starting simple, this database can be upgraded over time, as the company grows and the fleet grows. The important items to consider when designing a new database include: ease of use for the users, the production of query reporting, as well as financial records, parts orders, maintenance records, and purchase rders. â€Å"A good model and a proper database design form the foundation of an information system. Building the data layer is often the first critical step towards implementing a new system, and getting it right requires attention to detail and a whole lot of careful planning. A database, like any computer system, is a model of a small piece of the real world. And, like any model, it’s a narrow representation that disregards much of the complexity of the real thing† (Malone, 2007). A primary key, which is a record or an attribute, uniquely identifies a table.Primary keys ma ke mapping relational data simple, in order to uniquely identify each entry in the database. The concept of some sort of unique value is common in database designing — using account numbers to identify part numbers, vendor numbers, and maintenance work orders. These are also known as natural keys, common entities that are used to uniquely identify objects. Generally, if the data that is being modeled has a decent natural key, or identifier, that information should not be used as a primary key.Natural keys should not be used as primary keys, as the purpose of the primary key is to uniquely identify a value in a database record. Several primary key characteristics are the primary key must be able to identify each row in a table. The primary key should not describe the characteristics of the entity. A part number ID of â€Å"2566† is usually preferred over â€Å"Air Filter. † The value of a primary key should never change. Changing a primary key value means changin g the identity of an entity. Changing the identity is not advised. Non-intelligent keys are preferred because they are less likely to change.For example, the part number 2566 for an Air Filter for one model of truck, and the part number of 2560 would be an Air Filter for another model of truck. To have just a part number of â€Å"Air Filter† would be too ambiguous, and could result in lost time trying to locate the correct air filter for a specific model of truck. Those part numbers, in general would most likely never change over time, therefore, are best to use as primary keys in a database of part numbers. Primary keys should have the smallest number of attributes possible.It is easier to manage unique keys that are numeric. Items to Consider During Design Phase Several things that are easy to overlook during the database design process include design and planning of the database, normalization of data, insufficient naming conventions, documentation, and testing. A brief ru n-down of these common errors during the design phase of a database is listed below. By listing them now, it can be used as an effective guideline to follow when designing the database for Huffman Trucking’s Fleet Maintenance. Design and Planning of the DatabaseGood databases are designed with careful thought, and with the proper care and attention given to the needs of the data that will be part of it. Since a carefully constructed database is at the heart of every business project, insufficient planning and detailing of the needs of the project could cause the whole project to lose its direction and purpose. Additionally, by not taking the time at the beginning, any changes in the database structures that may be needed to be made in the future could cause devastating consequences on the whole project, and greatly increase the likelihood of the project timeline slipping.If the planning phase is rushed, problems will inevitably arise, and because of the lack of proper plannin g and design, there is usually no time to go back and fix any issues properly. â€Å"That is when the ‘hacking’ starts, with the veiled promise to return and fix things later, something that happens very rarely indeed† (Davidson, 2007). Normalization of Data Normalization defines a set of standards to break down tables into their basic parts until each table represents only one thing, and its columns fully describe the only thing that the table represents.Normalizing the Huffman Trucking’s data is important to ensure proper performance and ease of future development projects. Insufficient Naming Conventions Naming conventions are most the important line of documentation for any application. What is important to consider is the importance of consistency. Names should be kept simple while at the same time, identifying their purpose to the data being entered. Documentation Not only will a well-designed database conform to certainly quality tandards, it will a lso contain definitions and examples about its tables, so that its purpose is clear to everyone on how the tables, columns and relationships are intended to be used. The goal of proper documentation should be to provide enough information for a support programmer to find any bugs and fix them easily. Testing As many Information Technology professionals know, the first thing to be blamed when a business system starts running slow is because the database can get bogged down with fragmented information, or too much information.Deep knowledge of the system is the best way to dispel this notion Unfortunately, testing is the usually one of the things to go in a project when time starts to run out. What is important to consider in this whole process is that deep system testing is done to make sure that the design is implemented correctly. The first real test is for any database is when it goes into production, and users attempt to do real work. And if the system does not work fast enough, or contains bugs when it goes live, then more work will have to done on a live system, which could inherently cause the loss of revenue of any company.By insisting on strict testing as an important aspect of database development, then perhaps the day will come when the database will not be the first thing to be pointed out when the system slows down. In order to accomplish the goal of establishing a functional database that Huffman can use now and in the future to effectively manage their data, it is recommended that Huffman Trucking decide to use MySQL. There are many great things about MySQL, including the fact that MySQL is very popular among web applications and acts as a database for a multitude of platforms.Some of these platforms include FreeBSD, BSDi, AIX, HP-UX, Linux, Novell NetWare, OS/2 Warp, Solaris, i5/OS, Windows 95, Solaris, Windows 98, SunOS, Windows ME, Windows 2000, Windows XP, and Windows Vista. MySQL is popular among open source code and bug tracking tools such as Bugzilla as well. MySQL is written in C and C++. Libraries that are used to access MySQL databases can be found in many of today’s programming languages by using language specific API’s. There is also an Open Database Connectivity (ODBC) that allows additional programming languages to communicate with MySQL, including ColdFusion or ASP.MySQL features options that are not in many other RDBMSs. One feature that is not included in many RDBMSs is multiple storage engines. This feature allows for a user to select the most effective storage engine for each table in the application. Another great feature that MySQL offers is native storage engines. These are storage engines that are developed by MySQL and are optimized for specific application storage domain. They offer data warehousing, data archiving, high availability clustering, and many more features. MySQL recently developed a new advanced transactional storage engine called Falcon.Falcon was designed for modern day corporations and web applications which makes it perfect for Huffman Trucking. One feature not to be overlooked is the availability of Partner-developed storage engines. Search engines that are partner developed are developed buy outside companies, but they are then highly tested by MySQL in order to ensure workability and compatibility with MySQL. MySQL also has open source programmers that are independent and develop storage engines. These are used as well, but only after they pass MySQL rigorous inspection and testing.Customers are even developing and designing community storage systems. Commit grouping is a MySQL feature that allows for the gathering of multiple transactions. This is done from a multitude of connections in order to increase the number of commits per second. Conclusion In conclusion the Fleet Truck Maintenance Database will be easy to use, provide effective tracking of finances, maintenance, and queries. The primary key(s) used in the database will have the follo wing characteristics: be a single attribute, uniquely identify an entity, be non-intelligent, not change over time and be numeric.This will ensure the ease of normalizing the database during the design phase to prevent update anomalies when database is implemented. LTA discussed several mistakes that occur during the design phase in order to avoid the same mistakes. These mistakes include poor design/planning, ignoring normalization, poor naming standards, lack of documentation and testing. The DBMS of choice for Huffman Trucking is MySQL. MySQL will effectively manage our data while allowing many different platforms to interact with the database.MySQL is written in C and C++. However, MySQL offers much versatility in programming languages by using language specific API’s or ODBC to allow additional programming languages such as ASP or Coldfusion. MySQL has many options that other RDBMSs do no possess such as multiple storage engines, open source programmers, commit grouping and more. Bottom line is that MySQL offers versatility for our database to allow for continued growth, updates and changes in our company’s needs. References Apollo Group Inc. (2005). Huffman Trucking.Retrieved October 1, 2008, from Huffman Trucking Intranet: https://ecampus. phoenix. edu/secure/aapd/CIST/VOP/Business/Huffman/HuffmanHome002. htm Davidson  L. ,  (2007). Ten Common Database Design Mistakes. Simple-Talk. com. Retrieved  September  29,  2008,  from  http://www. simple-talk. com/sql/database-administration/ten-common-database-design-mistakes/ Malone  M,  (2007). I'm Mike. Database Design: Choosing A Primary Key. Retrieved  October  1,  2008,  from  http://immike. net/blog/2007/08/14/database-design-choosing-a-primary-key/

Wednesday, January 8, 2020

The Victorian Era Of Victorian England - 1856 Words

The Victorian era was the period of Queen Victoria’s reign from 1837 until 1901 when she died. Although the Victorian era was good for the United Kingdom in many ways, it was also a time where there were great differences in gender equality leaving women with very few rights. Therefore, making it a period when women began to demand equal treatment to men and although their rights would not be equal until the 20th Century, Victorian women started the idea. This essay looks at 5 key areas of Victorian life to show the gender and sexuality issues that existed. First, it will describe the Victorian idea of ‘separate spheres’ for men and women. Second, it will look at education and work to show how difficult it was for women to be†¦show more content†¦In this era, everything revolved around gender and the way other people saw you was always based upon this. For women it was a very different story, they were expected to be innocent. They were only seen to have a use in domestics so were forced to stay at home to cook, clean and only take an interest in what their husbands wanted, leaving them with no freedom of their own. They, themselves, were not allowed to be educated or know a world outside the home chores. They were also expected to raise their children and prepare them for the life ahead if them, without knowing much about it themselves. From this they gained the nickname ‘angels of their homes’, which sounds a lot more exciting than it really was. At the start of the Victorian era many children did not go to school and most worked in factories. There were some good boys’ schools around, but only rich families could afford to pay the fees, so even if you were male, the wealth of your family determined whether your life would lead to something worthwhile or not. Girls did not go to school at all at the start of the era, so were left with little, if any, education. Girls from wealthy families could be taught at home by a governess, but only the minority had this luxury. From 1833, this all changed and the English parliament began to provide schools for poor children. The Forster elementary actShow MoreRelatedThe Victorian Era Of Victorian England1779 Words   |  8 PagesThe Victorian era was between 1837 till 1901. It was a time of the industrial revolution, new inventions and where the country earned the name Great Britain. But with all of these positive events there were many downfalls such as the increase of pover ty and disease. Many authors saw this as an opportunity to show the reality of Great Britain , for example Charles Dickens wrote many novels. He talked about differences in classes and that even with all the money in the world your wealth has littleRead MoreVictorian Era Education in England Essay1470 Words   |  6 PagesEDUCATION VICTORIAN STYLE Education was an extremely controversial issue in the Victorian Era. Some thought that education belonged in the church others believed that the responsibility of teaching the youth of England rested with the state. Then there were the people who did not want any kind of modern schooling at all for it would take away a form of very cheap labor. Victorians had a lot to learn but not many people could agree on what to learn or who to learn it from. And, while theyRead MoreVictorian Era Gender Roles and the Development of Women’s Football in England1054 Words   |  5 Pagesfootball in Britain during the 19th century illustrates the transformation of gender roles in British culture in the context of Victorian era values and women’s football: â€Å"‘The Cultures of sport in Britain have been distinctively male, rooted in masculine values and patriarchal exclusiveness’† Through the introduction of female football into British society the system of Victorian values were challenged by expanding gender roles. The institution of women’s soccer in the late 19th and 20th century wasRead MoreTea Of The Victorian Era913 Words   |  4 PagesTea in the Victorian Era Have you ever talked about tea before in your life, or ever heard about Tea? People don’t even think about having a cup of tea, people usually think about having a cup of coffee in the mornings. Today tea isn’t as important as it used to be back in the Victorian Era times. Tea was important to Victorian Era life because it was part of their everyday life. The history of tea is long and complex, spreading across multiple cultures over a thousand years. Tea was usuallyRead MoreThe Romantic Period Of The Victorian Era1715 Words   |  7 PagesThroughout history, many time periods have been similar and different from each other. People from each time period decide what they want to continue incorporating and what they would like to disregard. The Victorian Era was brought about upon to show rebellion from the Romantic period. The Victorian Era is a reaction against the Romantic Period due to differences in terms of historical influences, effects of science, crises of faith, and women’s desire for change. The Romantic Period’s history startedRead MoreGothic Novel Essay949 Words   |  4 Pagesfound in both cases such as darkness and gloominess. Mid of 18th century is considered to be the origin of gothic fiction in writing Horace Walpole as a genre in novel named as â€Å"The Castle of Oranto† published in 1764. In late 18th and 19th century England the gothic literature became famous because of development of science, religion and industry. Gothic fiction implemented by Horace Walpole followed by it was further developed by Clara Reeve, William Thomas, Ann Radcliffe Beckford and Matthew LewisRead MoreThe Era Of The Victorian Era1565 Words   |  7 PagesThe Victorian Era is a period prominent in harboring peace, prosperity as well as introducing the later shifts in industrial and political reforms. Queen Victoria a notable person of the era, began her reign in 1837 and influenced England by the values she encouraged. The Victorian Era is divided into four categories: â€Å"The Early Period is known as â€Å"A time of Troubles†, The Mid-Victorian Period, The Late Period and The Nineties.†(Stephen Greenblatt). The Nineties is thoroughly separated among theRead MoreThe Victorian Era810 Words   |  3 PagesSiedell said, â€Å"In such a society as the Victorians’, when public society is so stifling, steam is naturally going to be driven underground.† The reform of the Victorian era, a time in England of refinement and high decorum surrounding the years of Queen Victoria’s reign, did not produce revolution but the opposite: stagnation. And so at this time in England there were ingredients present to create a real revolution and bring a dismantling of the Victorian spirit, but they were underground and silentRead MoreEnglish Language And Composition Of The Victorian Era1320 Words   |  6 PagesMichael Linares Ms. Sipars AP English Language and Composition 15 September 2015 Response #1 England’s Victorian Era was a very influential and interesting Era that took place during the time that Queen Victoria was the Queen of England. The Victorian Era started around 1830 and lasted up until the start of the 20th Century. During this Era England became very powerful. Many amazing masterpieces were created by great artists like Oscar Wilde and Charles Dickens. The three class system which weRead MoreSummary Of Elizabeth Barrett-Browning And Oscar Wildes Poetry Aloud1073 Words   |  5 Pagesperiod known as the Victorian Era. A time of societal upheaval, poets who were motivated by their negative experiences of humanity used poetry as a vehicle to change the nature of attitudes in Victorian England. Within the pantheon of Victorian poets, Elizabeth Barrett- Browning and Oscar Wilde illustrated this changeable nature of Victorian England through attempting to transform the values contemporary to their time by challenging injustices within their society. As an era of emerging industrialisation