Sunday, March 8, 2020
Meaning and Uses of Decompilation
Meaning and Uses of Decompilation Simply speaking, decompilation is the inverse of compilation: translating an executable file into a higher level language. Suppose you lose your Delphi projects source and you only have the executable file: reverse engineering (decompilation) is useful if the original sources are not available. Hm, sources not available, does this mean that we can decompile other peoples Delphi projects? Well, yes and no... Is True Decompilation Possible? No, of course not. Fully automated decompilation is not possible - no decompiler could exactly reproduce the original source code. When a Delphi project is compiled and linked to produce a standalone executable file, most of the names used in the program are converted to addresses. This loss of names means that a decompiler would have to create unique names for all the constants, variables, functions, and procedures. Even if a certain degree of success is achieved, the generated source code lacks meaningful variable and function names.Obviously, source language syntax no longer exists in the executable. It would be very difficult for a decompiler to interpret the series of machine language instructions (ASM) that exist in an executable file and decide what the original source instruction was. Why and When to Use Decompilation Reverse engineering can be used for a several reasons, some of which are: Recovery of lost source codeMigration of applications to a new hardware platformDetermination of the existence of viruses or malicious code in the programError correction when the owner of the application is not available to make the correction.Recovery of someone elses source code (to determine an algorithm for example). Is This Legal? Reverse engineering is NOT cracking, although it is sometimes difficult to draw the fine line between those two. Computer programs are protected by copyright and trademark laws. Different countries have different exceptions to the copyright owners rights. The most common ones state that it is ok to decompile: for the purposes of interpretability where the interface specification has not been made available, for the purposes of error correction where the owner of the copyright is not available to make the correction, to determine parts of the program that are not protected by copyright. Of course you should be very careful / contact your lawyer if you are in doubt whether you are permitted to disassemble some programs exe file. Note: if you are looking for Delphi cracks, key generators or just serial numbers: you are on the wrong site. Please bear in mind that everything you find here is written/presented for exploration / educational purposes only. For the moment, Borland does not offer any product capable of decompiling an executable (.exe) file or the Delphi compiled unit (.dcu) back to the original source code (.pas). Delphi Compiled Unit (DCU) When a Delphi project is compiled or run a compiled unit (.pas) file is created. By default the compiled version of each unit is stored in a separate binary-format file with the same name as the unit file, but with the extension .DCU. For example unit1.dcu contains the code and data declared in the unit1.pas file. This means that if you have someones, for example, component compiled source all you have to do is to reverse it and get the code. Wrong. The DCU file format is undocumented (proprietary format) and may change from version to version. After the Compiler: Delphi Reverse Engineering If you would like to try to decompile a Delphi executable file, these are some of the things you should know: Delphi programs source files are usually stored in two file types: ASCII code files (.pas, .dpr), and resource files (.res, .rc, .dfm, .dcr). Dfm files contain the details (properties) of the objects contained in a form. When creating an exe, Delphi copies information in .dfm files into the finished .exe code file. Form files describe each component in your form, including the values of all persistent properties. Every time we change a forms position, a buttons caption or assign an event procedure to a component, Delphi writes those modifications in a DFM file (not the code of the event procedure - this is stored in the pas/dcu file). In order to get the dfm from the executable file we need to understand what type of resources are stored inside a Win32 executable. All programs compiled by Delphi have the following sections : CODE, DATA, BSS, .idata, tls, .rdata, .rsrc. The most important from decompiling point of view are the CODE and .rsrc sections. In the Adding functionality to a Delphi program article some interesting facts about Delphi executables format, class info and DFM resources are shown: how to reassign events to be handled by other event handlers defined in the same form. Even more: how to add your own event handler, adding the code to the executable, that will change the caption of a button. Among many types of resources that are stored in an exe file, the RT_RCDATA or the Application-defined resource (raw data) holds the information that were in the DFM file before the compilation. In order to extract the DFM data from an exe file we can call the EnumResourceNames API function... For more information on extracting DFM from an executable go see: Coding a Delphi DFM explorer article. The art of reverse engineering has traditionally been the land of technical wizards, familiar with assembly language and debuggers. Several Delphi decompilers have appeared that allow anybody, even with limited technical knowledge, to reverse engineer most Delphi executable files. If you are interested in reverse engineering Delphi programs I suggest you to take a look at the following few decompilers: IDR (Interactive Delphi Reconstructor) A decompiler of executable files (EXE) and dynamic libraries (DLL), written in Delphi and executed in Windows32 environment. Final project goal is development of the program capable to restore the most part of initial Delphi source codes from the compiled file but IDR, as well as others Delphi decompilers, cannot do it yet. Nevertheless, IDR is in a status considerably to facilitate such process. In comparison with other well known Delphi decompilers the result of IDR analysis has the greatest completeness and reliability. Revendepro Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be written in assembler. Due to some limitation in assembler the generated output can not be recompiled. The source to this decompiler is freely available. Unfortunately this is the only one decompiler I was not able to use - it prompts with an exception when you try to decompile some Delphi executable file. EMS Source Rescuer EMS Source Rescuer is an easy-to-use wizard application which can help you to restore your lost source code. If you lose your Delphi or CBuilder project sources, but have an executable file, then this tool can rescue part of lost sources. Rescuer produces all project forms and data modules with all assigned properties and events. Produced event procedures dont have a body (it is not a decompiler), but have an address of code in executable file. In most cases Rescuer saves 50-90% of your time to project restoration. DeDe DeDe is a very fast program that can analyze executables compiled with Delphi. After decompilation DeDe gives you the following: All dfm files of the target. You will be able to open and edit them with Delphi.All published methods in well commented ASM code with references to strings, imported function calls, classes methods calls, components in the unit, Try-Except and Try-Finally blocks. By default DeDe retrieves only the published methods sources, but you may also process another procedure in a executable if you know the RVA offset using the Tools|Disassemble Proc menu.A lot of additional information.You can create a Delphi project folder with all dfm, pas, dpr files. Note: pas files contains the mentioned above well commented ASM code. They can not be recompiled!
Thursday, February 20, 2020
Personal Responsibility Essay Example | Topics and Well Written Essays - 1250 words
Personal Responsibility - Essay Example Student B is saying, ââ¬Å"The exam was very difficult for me, and I will not be surprised if I get an F, but, I should have known better and spent more time revising instead of playing video gamesâ⬠. Both cases are of course hypothetical; nevertheless they personify common phenomena in schools wherein some students take responsibility of their actions (B) and others like A want to abscond this. Ultimately, by accepting responsibility B has identified the problem hence has an idea of how to rectify the situation in posterity. ââ¬Å"Aâ⬠, on the other hand, might fail more exams in the future since he is not willing to take responsibility for his inactions and blames a third part whose errors he cannot rectify. This essay discusses the role of personal responsibility in students, as well as some of the strategies they may use to improve their chances of achieving success in their various field of study. It is the onus of every student to ensure they come up with the best pl ans and strategies, so they can guarantee their academic success. For a student to come up with these strategies, it is imperative they put into consideration first several factors, have the strategies they want to use been used before in similar circumstances? If so, were they successful? They could also consider the resources in terms of time and academic resources, so they make strategies, which they will be able to execute from within their budgeted time, and other resources. The past is also an important consideration when it comes to strategizing; before one makes any plans to improve themselves, it is crucial they consider what lead to their lackluster or mediocre performance in the past. A student wishing to see real improvement must first do a thorough post Mortem of the past performance, in order to identify the weak points in past plans and avoid repeating them in the new strategy. Student may apply the following are strategies to improve their performance; They should ta ke to account the learning styles which provide them with the best results this is the individuals preferred orientation toward learning (Bulut andYukselturk, 2007). Some students learn through class discussion others through listening in class and other by active research where they seek out the answers for themselves; the student should hence apply whichever technique, or combination of techniques, that works for them and hence adapt their plan to the most suitable learning theory for the best results. The student directly takes personal responsibility for their performance through setting personal goals, since they dictate, autonomously, the kind performance they wish to achieve. Operating in any situation without predetermined goals is analogous to running a race without a finish line. As such goals are a vital aspect of any accomplishment in academic pursuits, they can be measured in a number of ways depending on individual students such s Grades, or personal fitness and other forms of self-improvement like, read two books a week. Goals should be specific, measurable, and students should write them down and ensure they are in a place where they are seen daily, so they are a constant reminder. One should also have both long-term and short-term goals, the latter, which help them evaluate their
Wednesday, February 5, 2020
Labour market analysis report Lab Example | Topics and Well Written Essays - 1750 words
Labour market analysis - Lab Report Example All these factors combined are evidence of good business that will keep on going and of a healthy national coffer that will stay as strong and full as ever. In front of these backdrops are the fruits that will be reaped at the end of the day. As a matter of course, employment and salaries will increase and consumer spending will immensely rise. The foregoing premises have to be laid down because this report will proceed with the labor market specifics of a certain business domain and it is basic knowledge that any financial dynamic moves hand-in-hand with the issue of jobs. In particular, reference is made to the Coles Supermarkets chain. For brevity, it is here referred to as Coles. Any projection presumed in the instant report is pegged constantly at five (5) years. There are two parts here which are divided into two tasks. The first one will be on labor market analysis which will comprise of the performance criteria (1) to determine predicted areas of organizational growth and downsizing and associated labor requirements, (2) to analyze the organizationââ¬â¢s current workforce capacity to meet current predicted demands for the goods and services of the business, (3) to research and review current and predicted external labor supply, demographic and economic data, and to forecast human resources supply, (4) to determine the organizational diversity requirements in the workforce, and (5) to make the necessary recommendations for workforce planning. The second part of the report pertains to (1) succession planning and workforce plan evaluation, and (2) developing a succession plan which addresses internal labor needs in the medium to long term requirements, utilizing succession planning principles with an incorporated retention plan. Coles has seven hundred forty (740) stores all over Australia. It has a workforce consisting of about ninety two thousand (92,000) employees.5 This is a relatively large organization.
Monday, January 27, 2020
Fascist Italy And Nazi Germany History Essay
Fascist Italy And Nazi Germany History Essay Fascism is actually an Italian word which was used by early Italians as a symbol of sovereignty and authority of Roman Empire. The actual meaning of the word is axe headed rods. The dominancy of Roman Empire was over their forces of nineteenth century as they aspire at combining the muscular nationalism with an aggressive style of activism characterized by anti-materialism, idealism and violence. (Front, 2012) Fascism projected Benito Mussolini who was the leader into premiership and it directs to the formation of new political dictatorship. Nazism is linked to political philosophies and the government of Adolf Hitler. The main purpose of Nazism was the tribal pre-eminence of the Aryan people, the eradication of the Jews who were substandard, aggressive foreign policy in relation to the eastern European nations and the importance of Hitler to be maintained. Similarities between Fascist Italy and Nazi Germany: Both groups have some aspects in common that is, both had rejected the importance of enlightenment over individual rationality and had put a special emphasis on emotional aspects and role of will on individuals. Italian fascists and German Nazi wants to dominate as leaders and were much concerned about their authoritative positions despite of the rights of masses; they want their intellectual aspects to be highlighted above all. (Mackel, 2012) The groups hold on the same philosophies and had rejected the theory of liberalism, political institutions of liberal democracy and the ideologies of Marxism. Fascists and German national Socialists had followed theories of social Darwinism by arguing that human development is based upon an elementary effort for existence in which only the strong individuals and strong nations can survive at the expense of others. (Front, 2012) Differences between Fascist Italy and Nazi Germany: Nazi German and Fascist Italy had different attitude towards race; racialism was very strong in the ideology of Nazism but less in Fascism ideology. Besides racism, both groups had a difference of opinion about nature of the State, tradition and modernity and the objectives of foreign policy. Speaking about nature of State, then Italian Fascism was analyzed by the theories of Totalitarianism and Corporatism whereas totalitarianism were rejected by German Nazi as they want to promote their own race, cast or creed. As far as technology is concerned then Germany has realized technology to be most important whereas Italian fascist wants to have technology along with their traditions. (Price, 2009) Factors of Power behind the Groups: The factors that allowed Italian to come into power are their fascism that is authoritarianism and superiority, where as for Germans, they have the power of Nazi as well as military rule. At that time German Nazi were having dominancy because of their propaganda campaigns, Hitlerà ¢Ã¢â ¬Ã¢â ¢s speaking skills and intelligence, Nazi policies, they had got a huge support from big business or enterprises and criticism of the Weimar system of government. (Mangion, 2008) They were weak due to depression, cooperation and attitude of Germans that forced them to have power Speaking about Italian then they were holding dominancy because of their forces and other factors that motivate them were huge territorial gains and economic benefit for switching sides in World War One. Ultimate Goals of Two Groups: The ultimate goal of Italian Fascism was to rule the world or to hold dominancy or authority that is they want Roman Empire to rule the world forever. They want glories of Roman Empire to be maintained and to eliminate the turmoil rife that is anti-democracy and totalitarianism where as the purpose of Hitlerà ¢Ã¢â ¬Ã¢â ¢s Nazi Pact was to was to put the Germanic people at the peak of humanity. (History, 2012) He was more concerned with ethnic purification and dependence to create and work the space, than waging war itself. Role of Women in both Societies: Italian women were more to follow traditions whereas German women came forward to work with shoulders to shoulders. Actually before World War II, women were not given equal rights as compare to men; they were obliged to marry and to sit at home, but after World War II there was a severe shortage of men that become impossible for each and every women to marry so equal employment and opportunity programs were developed. (Levy, 2009) German women also took part in World War; they hold guns and transfer proper medication to the army. In Italy, there was a financial crisis due to war so they have to come forward their women to work for the survival. Conclusion: Due to Adolf Hitler and his philosophies, there was a rise of Germany to a fascist state in 1920s and early 1930s, before that Germany was unstable socially, economically and politically where as fascist economy was one of the biggest user of propaganda in the fascist regime, and something that Mussolini took great personal interest in. (Culture, 2012) Both struggled to keep their state and practices as dominant, but Italy was excessively influenced by German military power.
Sunday, January 19, 2020
Windows Server Essay -- Computers Software Essays
Windows Server There are some key differences between Windows DNS Services servers and non-Windows DNS server appliances in the areas of AD integration and security. For example, some non-Windows DNS server appliances lack complete AD integration features. Conversely, Windows DNS Service servers don't support encrypted zone transfer and update features like some non-Windows DNS server appliances do. (ref: DNS server appliances) One cant use any DNS service. Active Directory requires that the DNS support dynamic updates via RFC 2136; Windows 2000 has the advantage of being the only one that does it out of the box Those environments that already have Internet domains and DNS servers on their networks have two options.Either replace their existing DNS servers with Windows 2000 boxes or create a new internal domain to host the AD. For example, if your company is called WidgetCo, and all your internal servers are TCP/IP hosts on widgetco.com, you either need to create a sub-domain called ad.widgetco.com or you need to create something like widgetco.net, as one of my associates had to do at a large Manhattan-based international law firm. It's possible to make Unix DNS servers like BIND (Berkeley Internet Name Daemon) support Windows 2000 dynamic DNS, but it's a little tricky. Microsoft TechNet's white paper on Windows 2000 DNS provides information on getting your non-MS DNS to comply with RFC 2136. Chances are you'll need to upgrade your Unix server to the latest version of BIND, version 8.2, to make it work. Creating an entirely new domain may be less of a headache. (ref: How Microsoft went wrong with Active Directory) When Microsoft started to talk about AD and AD's DNS integration, the company said AD would operate with any DNS implementation that is compatible with the standards for dynamic DNS. DDNS is a key piece of the AD model. As the development of AD progressed, Microsoft downplayed the support for non-Win2K DNS servers. At press time, Microsoft claimed that Win2K will be compatible with UNIX's Berkeley Internet Name Domain (BIND) 8.2, but to fully utilize AD's features, you will need to use Win2K's DNS. UNIX advocates believe that NT isn't stable enough to provide the 24 X 7 service that DNS services require and that the Microsoft DNS implementations aren't sufficiently compatible with the open-source UNIX standards. Win2K and NT advo... ... Native Mode? When a domain is first installed, it is in mixed mode. The mode of operation can be changed from mixed mode to native, but this is not reversible. In native mode, Windows NT 4.0 Domain Controllers cannot participate in the domain. (ref :Step by step guide) Changing the Domain Mode Windows 2000 domains operate in one of two modes: ï⠧à à à à à Mixed Mode. Allows domain controllers running both Windows 2000 and earlier versions of Windows NTà ® Server to co-exist in the domain. In mixed mode, the domain features from previous versions of Windows NT Server are still enabled, while some Windows 2000 features are disabled. You can change to native mode after making sure all domain controllers in your domain are running Windows 2000 Server. 4.Your organisation contains four geographic locations connected via slow links. Currently all locations belong to the one Domain with a number of domain controllers all located at one site. Users are complaining of slow authentication and access to AD information. Describe 2 different options you could consider to improve the performance of the Domain. Recommend one of the options providing reasons for your choice.
Saturday, January 11, 2020
Environment Coursework Essay
CO2 (Carbon dioxide) is a compound composed of two carbons and one oxygen, It is a colorless and odorless gas produced both naturally and through human activities like the burning of gasoline, coal, oil, and wood. People exhale or breathe out Carbon dioxide which releases it into the air. Carbon dioxide are higher in areas with heavier industrial activities due to many factors. Factors such as the number of people present the amount of outdoor fresh air entering the area and whether combustion by-products are contaminating the indoor. are just a few of the many carbon dioxide releasers. Carbon Dioxide is a gas used by plants during photosynthesis for the production of sugars which may either be re-consumed in respiration or used as raw materials to produce polysaccharides such as starch and cellulose, proteins and other organic compounds needed for plant growth and development. Plants role is photosynthesis is extremely important because it remove carbon dioxide from the atmosphere and uses it to produce oxygen. Deforestation cuts down many plants, trees and forest and reduces the trees available to absorb the carbon dioxide from our planet. CO (Carbon Monoxide) is a molecule that contains one carbon atom covalently bonded to one oxygen atom and is produced from partial oxidation of carbon compounds such as in internal combustion engines. Carbon monoxide burning in air with a characteristic blue flame will produce carbon dioxide. It is extremely toxic but plays a useful role in modern technology. Carbon monoxide, with the chemical formula CO, is a colorless, odorless and tasteless, yet highly toxic gas. Its molecules consist of one carbon atom covalently bonded to one oxygen atom. It is the simplest oxocarbon, and can be viewed as the anhydride of formic acid. There are two covalent bonds and a coordinate covalent bond between the oxygen and carbon atoms. In urban areas, carbon monoxide reacts photochemically with aldehydes to produce a peroxy radical which reacts with nitrogen oxide to increase ratio of NO2 to NO, thus reducing the quality of NO to available to react with ozone. It is a constituent of tobacco smoking. Through natural processes in the atmosphere, it is eventually oxidized to carbon dioxide. Carbon monoxide concentrations are both short-lived in the atmosphere and spatially variable. CH4 is known as methane, a chemical compound that is also the simplest alkane and the principal component of natural gas. Methane is known to be a potent greenhouse gas with a global warming potential of 72 averaged over a period of 20 years. Methane is oxidized in the atmosphere thus, producing carbon dioxide and water. The Earthââ¬â¢s crust contains huge amounts of methane. Large amounts of methane are produced anaerobically by methanogenesis. Other sources include mud volcanoes, which are connected with deep geological faults, and livestock, primarily cows. Methane is used for electrical generations by being burned as a fuel in a gas turbine or steam boiler. Methane is also used as a vehicle fuel in the form of compressed natural gas and is claimed to be more environmentally friendly that fossil fuels such as gasoline and petroleum. Answer 2: Area =1000 1000 x 0. 625 gallon/inch x 0. 3 inch = 187. 5 gallons/ Rain = 0. 3 inches 0. 625 gallon/inch Answer 3: Ecosystem services are fundamental to human life. They not only help promote economic benefits but offer the protection of human health and safety. One ecosystem service essential for human life is fresh water. Fresh water is a source of supply that does not have technological substitute for at this time. There may be some water purification processes but it does not replace the need for replenishment of fresh water. The key to maintaining water purification services is to protect and restore the ecosystems that provide these services. The economic cost of this service is priceless in terms of money. Answer 4: Biogeochemical cycles are often disrupted by human activities such as cultivation of land to grow annual crops disrupts the nutrient balance in the soil. This results in the nutrients being removed from the area as the plants are being shipped off for food and the straw is removed for other purposes. Plant material then breaks down and farmers replenish the removed nutrients by adding fertilizer to the soil ââ¬â further disrupting the biogeochemical cycle. Logging is another way that disrupts biological chemical by reducing the amount of oxygen in the air and allow gave room for the buildup of carbon monoxide. When logging occurs, what happen is that millions of trees and plants are removed from the earthââ¬â¢s atmosphere making them unable to convert the carbon monoxide in the air into oxygen, thus, allowing carbon monoxide build up as well as reducing the overall amount of oxygen in the atmosphere. In order to help stop this disruption, we must find a way to protect the few natural land that we have left from the destruction of farming and logging by not being wasteful of the resources that are available to us and to make it a responsibility to recycling paper product as a part of our lifestyle. References: Raven, Peter H. , & Johnson, George B. (2002). Biology. Boston. McGraw Hill.
Friday, January 3, 2020
The Adequacy of the Moral Argument for Explaining the...
The Adequacy of the Moral Argument for Explaining the Existence of God The moral argument like many arguments for the existence of God comes in many different forms. All of these set out to prove Godââ¬â¢s existence from the evidence of morality in the world. Morality is about understanding the difference between the right and wrong action in a situation, the moral person has this understanding and then acts appropriately. The moral arguments first problem or flaw is that it assumes and works on the principle that the majority of people have some experience of morality. Newman presumes Godââ¬â¢s existence not from moral law but from the fact of conscience ââ¬Ëwe fell responsibilityâ⬠¦the voice ofâ⬠¦show more contentâ⬠¦He argued that there were certain, rationally discoverable laws which we are duty bound as a religious experience which points towards God. Every time we make a moral decision, we choose between possible courses of action. A sense of obligation guides us to make this choice. Trethowan traces this obligation to the fact that each person has value A sense of value thus underpins each moral decision. If we accept that people have intrinsic value, then there must be a source to this value, he takes this to be God; ââ¬Ëwe have value because we receive it from a source of value. That is what I mean, for a start, by God. That is why the demand upon us to develop ourselves is an absolute, unconditional demand.ââ¬â¢[3] Critics say that Kant presupposes too much, and that his faith in the summum bonnum is misplaced. They argue that any belief that there is more to life then what we see can be explained as a projection of our human powers on to an imaginary God as Ludwig Feuerbach held. Or wishful thinking that creates the imaginary comfort of a heavenly father who can forgive our wrong doing, as Sigmund Freud believed. These also seem to suggest that the moral argument is not adequateShow MoreRelatedMaking Sence of Homonegativity10662 Words à |à 43 Pageseffeminate. Participants also drew upon their religious beliefs, internal affective reactions, and beliefs that homosexuality is unnatural and a choice in order to make sense of their homonegativity. The suitability of various theoretical frameworks for explaining participantsââ¬â¢ homonegativity is discussed. Keywords: discrimination; gay; homosexuality; Interpretative Phenomenological Analysis; lesbian; prejudice; qualitative Relatively little is known about the ways in which heterosexual men and women whoRead MoreDeveloping Effective Research Proposals49428 Words à |à 198 Pagesthe view that neither approach is better than the other, that both are needed, that both have their strengths and weaknesses, and that they can and should be combined as appropriate. Rather than eitherââ¬âor thinking about this distinction, or tired arguments about the superiority of one approach over the other, the viewpoint here is that the methods and data used (quantitative, qualitative or both) should follow from, and fit in with, the question(s) being asked. In particular, quantitative questionsRead MoreOrganisational Theory230255 Words à |à 922 Pageschapters as a starting point for getting to grips with the field of organization theory. Dr Martin Brigham, Lancaster University, UK McAuley et al. provide a highly readable account of ideas, perspectives and practices of organization. By thoroughly explaining, analyz ing and exploring organization theory the book increases the understanding of a field that in recent years has become ever more fragmented. Organization theory is central to managing, organizing and reflecting on both formal and informalRead MoreLibrary Management204752 Words à |à 820 Pagesdevelopments that have really been taken from the past? Jonathan Shaw, ââ¬Å"Who Built the Pyramids?â⬠Harvard Magazine, Julyââ¬âAugust 2003, 42ââ¬â49, 99. Although the records of early Greece offer little insight into the principles of management, the very existence of the Athenian commonwealth, with its councils, popular courts, administrative officials, and board of generals, indicates an appreciation of various managerial functions. Socratesââ¬â¢ definition of management as a skill separate from technical knowledgeRead MoreBhopal Gas Disaster84210 Words à |à 337 Pagessuffering from physical disorders. My first son fell ill when he was eight years old. My second son was born dead and with a half-formed skull. All the kids in our family are physically retarded,â⬠said Shahida, a resident of Blue Moon colony in Bhopal. Explaining that they are forced to use the contaminated tubewell water because of scarcity of water, the children in the area are developing s kin diseases. Gas victims allege bungling of funds Pioneer News Service / New Delhi The plea by Bhopal Gas tragedyRead MoreProject Managment Case Studies214937 Words à |à 860 PagesComponents Division. QUESTIONS 1. What are some of the major problems facing the management of Hyten in accepting formalized project management? (Include attitude problems/personality problems.) 2. Do any of the managers appear to have valid arguments for their beliefs as to why formal project management should not be considered? 34 HYTEN CORPORATION 3. Are there any good reasons why Hyten should go to formal project management? 4. Has Hyten taken a reasonable approach toward implementingRead MoreMarketing Management 14th Edition Test Bank Kotler Test Bank173911 Words à |à 696 Pagesorganizations often charge a premium over their normal prices because these organizations are largely indifferent to price. Answer: FALSE Page Ref: 9 Objective: 2 AACSB: Reflective thinking Difficulty: Easy 90) Shops and stores have a physical existence and as such are examples of marketspace. Answer: FALSE Page Ref: 9 Objective: 2 AACSB: Use of IT Difficulty: Easy 91) Wants are basic human requirements, such as food and shelter. Answer: FALSE Page Ref: 9-10 Objective: 3 Difficulty:
Subscribe to:
Posts (Atom)