Sök:

Sökresultat:

9328 Uppsatser om Management Control - Sida 12 av 622

Styrmekanismers funktion i relationsbyggande: En studie av ett relationsnätverk i verkstadsindustrin

The aim of this study has been to examine the role of control mechanisms when it comes to building relationships in a small business network. In order to reach this goal, we have performed a case study of a Swedish supplier of machines to the engineering industry, which acts as the exclusive representative of a foreign manufacturer on the Swedish market. Main results: A number of control mechanisms, both formal and informal, could be identified in the network. Their specific use, as well as relative importance differ between different actors in the network. In general, the importance of formal control mechanisms decreases as the relationship evolves over time and the importance of informal ones, mainly trust, increases in a corresponding manner..

Ger en kvinnlig CFO högre redovisningskvalitet?

The executives of a firm possess considerable influence over a company's financial reports. The numbers can be adjusted in a favorable direction by engaging in Earnings Management, which harms the reliability of the financial reporting. Previous research suggests that Earnings Management can differ between genders. In recent years the debate about a woman's role in the business world has received generous attention in media. Moreover, the presence of women in leading positions has become a relevant issue for firms.

Utveckling och tillämpning av det muskelstyrda datorspelet EMG Track Game.

Electromyography (EMG) is a technique that measures muscle activity, whichmeans detecting the electrical signals that travel through the muscle in connectionwith muscle contraction. This project deals with how EMG can be used tocontrol a computer game.The project is centered around the game 'EMG Track Game' which has beenconstructed as part of this work. 'EMG Track Game' is controlled by twoelectrodes fastened on the player. These are attached to two selected musclesand control the motion in one direction each, one up and the other one down.The game is constructed in the purpose of being used in several elds of application.Among these are as entertainment, training equipment and a tool inresearch related to EMG and muscles.To highlight a possible application a study concerning muscle control has beenconducted. It answers the question of whether players score better with theirdominant arm in comparison with their non-dominant one.

Budgetens utveckling : en studie bland multinationella industriföretag

Abstract Titel: Budget development ? a study of multinational industrial companies Date: 2011-05-27 Authors: Daniel Claesson & Tobias Kronvall Supervisor: Fredrik Karlsson Examiner: Lars-Göran Aidemark Purpose: The main purpose of this study is to follow up and to do a comparison                of a study of Arwidi & Samuelson (1991) where we describe and explain budget change, from the traditional budget to today´s modern business management, in some of the leading listed Swedish industrial companies. We will also examine which objectives of the budget are highlighted in the companies. Further, we examine the relationship between                         organization, strategies and budgeting and how it affects the company            management. Method: In this study we used a qualitative approach. We used a multiple case                  study to examine corporate approach to budgeting.

Revenue Management - Mycket mer än bara intäktsoptimering!

Denna kandidatuppsats syftar till att undersöka hur hotellverksamheter praktiserar Revenue Management, genom att behandla interna och externa influenser..

Effekten av klimatförändringar påkontrollbehovet av åkerogräs

With a changing climate, we can expect higher temperatures and more precipitation in Sweden.As the temperature increases, new weed species are expected to migrate in from more southerlylatitudes, resulting in requests for new techniques for weed control. In addition, we might see agreater number of weed species and higher biomass production due to increased concentrationof CO2 in the atmosphere.Increased understanding of the biology of specific weed species will become more importantin future weed control. This will help to control the weeds more efficiently. Higher prices onpesticides and a public demand for reduced use of pesticides make growers more inclined to usemechanical weed control on a larger scale and to a greater extent prevent weed establishmentbefore sowing. A well-planned crop rotation is the most important preventive measure, whichmight also include delayed sowing, and dark harrowing and sowing.Research takes place on many levels within the weed area and several alternative methodsare being developed.

The potential of entomopathogenic fungal isolates as an environmentally friendly management option against Acanthoscelides obtectus

The bean bruchid, Acanthoscelides obtectus is a major threat to bean production. In Ethiopia, where this study was performed, the damage by bruchids on stored beans has been reported to reach up to 38%. To use the isolates Beauveria bassiana and Metarhizium anisopliae in the management of A. obtectus can be an environmentally safe alternative for controlling the pest. In the present work the aim was to examine if the four chosen fungal isolates, B.

Anpassningar till standardisering inom Software Configuration Management : En fallstudie om standardisering inom mjukvarukonfigurationshantering

Change is inevitable when software is built and deployed. It?s not particularly problematic to manage change if there is just one system. But in a large global IT organization, with several systems and people who develop, problems may arise. If organizations don?t control change, change will control the organization.

Modellbaserad drivlinereglering

A cars powertrain consists of everything that is needed for its propulsion. The components in the driveline that transfer the power from the engine to the driven wheels are not absolutely stiff, hence they will wind up due to the torque and act as torsion springs. If you suddenly demand a bigger torque by stepping on the accelerator pedal, a so called tip in manoeuvre, and that torque is acquired from the engine as quickly as possible, the driveline will not be able to transfer that fast torque change due to its weakness and as a result it will start to oscillate. These oscillations will be transferred to the driven wheels and make the car to accelerate jerkily which will be experienced as uncomfortable by the passengers. Furthermore, there is a backlash in the driveline that will make the weakness in the driveline even more excited than it should have been if the backlash did not existed.To avoid too big problems with these oscillations there is a control system that controls the demanded torque.

Studie samt reglering av luft- och massflöde för en barkpanna

This report treats two assignments that concerns the biofuel furnace at Billerud Skärblacka AB and how these assignments were solved. The assignments were: reducing the number of CO-spikes and tuning the overfire air control loop. To reduce the number of CO-spikes the possibility that skewness in mass distribution affects the number of CO-spikes were study. The skewnwss of mass distribution was controled and adjusted with two experiments. The conclusion that was made is that the skewness of mass distribution were not sufficient enough to affect the number of CO-spikes.

Åkertistel : biologi och icke-kemisk bekämpning

A growing problem in Swedish herbicide free agriculture, the Canadian thistle has been the object of several new trials, seeking methods for non-chemical weed control. The new trials have mainly confirmed earlier experiences; that the most successful methods of control are springtime ploughing, repeated cutting and competition from a stout crop. Row hoeing has also been proven effective. As opposed to earlier recommendations, half season fallow has shown to be a risky and often ineffective method of control. Trials regarding biological methods have shown that above others thistle rust (Puccinia punctiformis) may have the potential of controlling Canadian thistle the future. .

Generationsskräpsamling med explicit kontroll av hårdvarucache

This report evaluates whether an interpreted high-level garbage collected language has enough information about its memory behaviour to make better cache decisions than modern general CPU hardware.With a generational garbage collector, depending on promotion algorithm and generation size, around 90% of all objects never leave the first generation. This report is based on the hypothesis that, because of the low promotion rate, accesses to higher generations are sufficiently rare not to benefit from caching.To test this hypothesis, we built an operating system with a Scheme interpreter in kernel mode, where the interpreter controls the cache. Generic x86 PC hardware was used, since it allows fine-grained control of cache decisions.Measurements of execution time in this interpreter show that disabling the cache for generations higher than the first does not give any performance gain, but rather a performance loss of up to 50%.We conclude that this interpreter design is not an improvement, but cannot conclude that the hypothesis is false in general. We suggest building a better CPU simulator to gather more data from which to make better caching decisions, moving internal interpreter data structures into the garbage collected heap and modifying the hardware to allow control in the currently rigid dimension of where data is cached---for example separate control of instruction and data caches and separate data caches for different areas of memory..

Skolan, en arbetsplats att trivas på! : en studie om framgångsrika skolledares syn på lärares psykiska hälsa

Aim and questionsThe aim of our study was to increase knowledge about successful school managers' views on teachers' mental health and their own work regarding this subject.In what ways do the school manager work preventive with measures on teachers' mental health? How does leadership affects teachers' mental health? What factors create mental health among teachers? MethodIn order to answer the questions, we have chosen to use semi-structured interviews. To get in touch with schools that have been successful with their work with the teacher's mental health, we have made a targeted step wise sample where we contacted the primary managers of six randomly selected municipalities in Stockholms län. In total six school managers have been interviewed. The empiric data were thematized and analyzed based on the demand-control-support model. ResultsAll the interviewed school managers agreed to that the concept of mental health is about feeling good, about balance in life and to feel safe.

Sambandet mellan kontroll i arbetet, psykologisk flexibilitet och välmående

The work organization variable control and the individual characteristic psychological flexibility are two concepts that affect employees? well-being at work.This cross-­sectional study examined the extent to which these variables correlated with burnout, mental health and job satisfaction among homecare workers in Sweden (N=68). As hypothesized, results showed that both control and psychological flexibility were associated with burnout and job satisfaction. Findings also showed that psychological flexibility was associated with mental health. Moreover, the results indicated that there is an interaction effect between control and psychological flexibility in relation to these variables.

Design och implementering av styrlagar för generisk flygplansmodell

For research purposes Saab has developed a generic mathematical model denoted VEGAS of an aircraft with a configuration similar to JAS 39 Gripen. Today parts of Gripen backup control system are used also for VEGAS making the system subject to both corporate and defense secrecy. The main objective of this master thesis is to design, verify and implement public pitch axis flight control system for VEGAS. Furthermore, simplifications regarding the design process is to be examined. Design of pitch axis flight control system for the entire flight envelope has been carried out.

<- Föregående sida 12 Nästa sida ->