Sök:

Sökresultat:

271 Uppsatser om Programming - Sida 1 av 19

Programming : En studie om förfinansierade TV-program

Med en allt mer konkurrensutsatt marknad är det svårt för företagen att nå ut med sina budskap till konsumenterna. Reklam är inget som lockar längre och möjligheterna  att  slippa  dem  blir  bara  fler  och  fler. Ett  relativt  nytt  sätt  att ändå få ut sitt budskap är att förpacka det i redaktionellt material och göra ett TV-  program  av  det  hela,  Programming,  det  vill  säga  helt  eller  delvis förfinansierade program..

Extreme Programming för två utvecklare : Problem vid implementering

Många utvecklingsprojekt inom IT misslyckas med att leverera det som efterfrågas. För att lösa detta problem har ett antal utvecklingsmetoder skapats. En av dessa metoder är Extreme Programming. Extreme Programming består av tre delar: värderingar, principer samt praktiker. Syftet med denna studie är att studera vilka problem som kan uppstå när Extreme Programming tillämpas av ett arbetslag om två utvecklare.

Ett plus ett blir två : Introduktion av likhetstecknet i förskoleklass och årskurs 1

Today there is a shortage of skilled IT-technicians in Sweden. It is approximated that Swedish companies can hire 31 000 IT-technicians in 2015 and the need seems to increase in the coming years. One proposed solution to this problem is to make Programming more desirable to youths. In this study we attempt to investigate the effects of an introductory course in computer science on youths? (16-17 years old) in a classroom setting.

Ungdomars motivation till att lära sig programmering genom introduktionskurser

Today there is a shortage of skilled IT-technicians in Sweden. It is approximated that Swedish companies can hire 31 000 IT-technicians in 2015 and the need seems to increase in the coming years. One proposed solution to this problem is to make Programming more desirable to youths. In this study we attempt to investigate the effects of an introductory course in computer science on youths? (16-17 years old) in a classroom setting.

Utveckling av inbyggda system med grafisk programmering

The increase of complexity in embedded Programming is forcing the development of higher level Programminglanguages. These languages not only consist of traditional text based Programming but also with graphical Programminglanguages such as the Programming language G from LabVIEW which is developed by National Instruments and havebeen around since the mid eighties. However since 2004 this language has also been able to program embeddedhardware, using the modules LabVIEW SDK and LabVIEW for ARM. This thesis shows how LabVIEW for ARM converts itsgraphical language G to C and then how C is flashed into the microprocessor. The thesis also takes up the pros and consof using G for embedded development.

Behavior Cards - ett programmeringsverktyg för barn

This thesis presents the work of developing and testing a Programming tool specially designed for children. The purpose of this tool is to make children capable of creating visual simulations and games that consist of actors interacting in a virtual world. The name of the Programming tool is Behavior Cards, which comes from the fact that actors are programmed by giving them cards representing different kinds of behaviors. Behaviors are to some extent pre-programmed and can include general events specifying how the actors should act in different situations, in contrast to specifying every possible situation that can occur. The idea is that Behavior Cards should be easier to use than a more traditional text based Programming tool, but it should also be expressive within the domain of visual games.

Programmering till webben : Vad du ska utveckla din webbplats i för programmeringsspråk och varför?

This work is done to try to solve a scientific computer problem and its basis derived from the web, as there are a variety of ways to program to it. The most common languages used by developers, both private and corporate are PHP, .NET and Ruby. But why do companies or a private developer choose a specific Programming language? Is it because it is better and has more features than the others, or because they are forced? This essay uses a questionnaire and through tests sees which is best and which one is the most popular/used. To illustrate the problem, a survey is conducted and sent to several companies and asked them to answer the questions regarding the issue.

eXtreme Programming vs. etablerade systemutvecklingsmetoder : en jämförelse

Allt sedan 1960-talet har det utvecklats så många systemutvecklingsmetoder att det kan vara svårt, som systemutvecklare, att välja rätt metod till det utvecklingsprojekt som ska genomföras. För att underlätta valet av systemutvecklingsmetod kan ett jämförelseramverk vara användbart. Detta för att lättare kunna sätta sig in i de utvecklingsmetoder som finns till hands att välja mellan.Denna rapport fokuserar på att jämföra systemutvecklingsmetoden eXtreme Programming med Structured Systems Analysis and Design Method (SSADM) och Rational Unified Process (RUP). Detta görs med hjälp av ett jämförelseramverk. Syftet är att erhålla en djupare kunskap om vad eXtreme Programming är för en typ av systemutvecklingsmetod och vad den har att erbjuda som de mer etablerade metoderna, SSADM och RUP, inte kan erbjuda och vise versa.Resultatet av rapporten är ett jämförelseramverk som kan användas på ett strukturerat sätt för att erhålla information om systemutvecklingsmetoder.

Dokumentera med eXtreme Programming : Går det?

Att sätta sig in i system kan vara krångligt utan rätt sorts dokumentation. Vi har undersökt vilken dokumentation som kan vara lämplig att lämna över till nya utvecklare, som ska arbeta vidare med systemet i software maintenance fasen.Det har gjorts genom att vi har gjort en litteraturstudie om dokumentation samt undersökt vad för dokumentationsartefakter som används när man ska sätta sig in i datorsystem. Vi använde eXtreme Programming för att utveckla ett system som vi försökte dokumentera samtidigt som vi utvecklade det.eXtreme Programming förordar muntlig kommunikation, vilket är svårt att lämna över till nya utvecklare. Vi upptäckte under vår utveckling att det var svårt att föra in dokumentation sam-tidigt som utvecklandet pågick,  därför använde vi bara enhetstester och  strukturerade kod-kommentarer under utvecklingsiterationerna.Vi undersökte hur dokumentationen som skapats fungerade genom att göra en undersökning bestående av strukturerade intervjuer där de fick komma med kommentarer om hur dokumen-tationen hjälpte förståelsen för systemet.Vi lämnar ifrån oss en vidareutveckling  av eXtreme Programming  som innefattar en doku-mentationsiteration  innan överlämnandet  samt en studie om vad för dokumentation som är värdefull att ha vid systemöverlämningar..

Effektiviteten av en handbok för EnScript

With the increase in IT related crimes the IT forensics has more work ahead of them and it is constantly rising. The analysis software called EnCase is widely used by IT forensics all around the globe and with it comes an internal Programming language called EnScript.This paper is designed to examine whether a manual for the Programming language EnScript can make a difference in how efficiently the work is.A study between two groups has been made and an evaluation of the results between the two groups.The manual provided aims to introduce the reader to EnScript as a Programming language and also to provide a solid foundation to build on in further work with EnScript.

Testning och parprogrammering : Går det att effektivisera testning med hjälp av parprogrammering?

The purpose of this study was to investigate the possibility of streamlining the test process by utilizing pair Programming. During the process, pair Programming has been practiced as is defined by the Extreme Programming (XP) software development methodology, with the other aspects of XP discarded. The focus of the testing itself has been toward unit testing. The methods applied has been with an experimental approach where 93 cases were attempted to be solved by either single programmers or pair programmers. What has been investigated in these experiments was the time needed to complete a case, how many test attempts were needed to solve the case, and how high a percentage of the cases were solved.

En skola för alla - ger gymnasieskolan alla elever möjlighet att kunna tala och skriva väl?

IT-prototype for Programming education in the form of a web-site. IT-prototype for Programming education in the form of a web-site..

Programmerning av en industrikap med GRAPH 7

This essay is divided in several different parts, but all are tied up together by a fact that we want to increase productivity. We hope to do that by Programming the PLC and to reach this with a better security for the person how are going to handle the cutting machine under it?s cutting process. We should as well look for some other ways to come up with better instructions and way to work and handle yourself during work. This Programming is done in GRAPH7.

System för registrering av automationslicenser

The ÅF Group is a leader in technical consulting, with expertise founded on more than a century of experience. They offer highly qualified services and solutions for industrial processes, infrastructure projects and the development of products and IT systems. They are also one of the leading names in certified third-party testing and inspection work.Today the ÅF Group has approximately 4,000 employees. Their base is in Europe, but their business and clients are found all over the world.A part of ÅF-Engineerings business is Programming different automation systems to clients. Another part is support in both telephone and personal visits.Because the number of clients is high and the flora of different automation systems is big the consequence is that the employees must have access to many licenses with Programming tools.

Användarcentrerad design och agila metoder : Integrering av prototyping och Extreme Programming

 Agila metoder är en relativt ny ansats inom programvaruutvecklingsområdet och ses som en reaktion mot plandrivna metoder som har svårt att hantera oförutsägbara och skiftande krav. Agila metoder förespråkar nära och frekvent kundkommunikation och iterativt arbete för att ständigt kunna skapa, prioritera och verifiera krav. Dock uppmärksammar inte agila metoder aspekter som berör programvarans användbarhet. Syftet med rapporten är därför att integrera användarcentrerad design för att öka fokus mot programvarans användbarhet hos agila metoder. Användarcentrerad design är en process som fokuserar på användbarhet genom att användarna är en central aspekt i utvecklingsprocessen.

1 Nästa sida ->