Essays about: "technology development and its disadvantage"

Showing result 1 - 5 of 24 essays containing the words technology development and its disadvantage.

  1. 1. Method development of flow cytometry analysis of yeast and lactic acid bacteria viability for alcohol fermentation

    University essay from Lunds universitet/Teknisk mikrobiologi; Lunds universitet/Bioteknik

    Author : Megha Komahan; [2023]
    Keywords : Flow cytometry; yeast; lactic acid bacteria; fermentation; cell viability; applied microbiology; Technology and Engineering;

    Abstract : The usage of yeast in conventional brewing techniques involving alcoholic fermentation is an age-old process. Analyzing the viability and obtaining physiological information regarding the microbial diversity of the fermentation samples plays a pivotal role in obtaining real-time information as well as developing a more efficient process design. READ MORE

  2. 2. Improving Product Level Sensing in Filling Tubes

    University essay from Lunds universitet/Innovation

    Author : Hannah Schrewelius; [2023]
    Keywords : level sensing; hygienic design; manufacturing; product development; Technology and Engineering;

    Abstract : This thesis examines the possibility to improve the product level sensing in one of Tetra Pak’s filling machines, because the current solution does not detect this with the desirable precision, as well as measuring range. Today, a magnetic float is used together with 16 separate capacitive sensors. READ MORE

  3. 3. A SYSTEMATIC MAPPING STUDY ON ONLINE MODEL-BASED TESTING

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Blerta Vuthaj; [2023]
    Keywords : ;

    Abstract : Background: Testing is an integral component of the software development process. It demands both time and resources. Model-based testing (MBT) is a testing strategy that automates the testing process and generates test cases using formal models. READ MORE

  4. 4. Early Warning System of Students Failing a Course : A Binary Classification Modelling Approach at Upper Secondary School Level

    University essay from KTH/Lärande

    Author : Niklas Karlsson; Albin Lundell; [2022]
    Keywords : Machine learning; Random Forest; Early Warning System; Drop out; Algorithm; Binary classification model; Upper secondary school; Maskininlärning; Random Forest; Förebyggande Varningssystem; Algoritm; Binär klassificeringsmodell; Gymnasieskola;

    Abstract : Only 70% of the Swedish students graduate from upper secondary school within the given time frame. Earlier research has shown that unfinished degrees disadvantage the individual student, policy makers and society. A first step for preventing dropouts is to indicate students about to fail courses. READ MORE

  5. 5. Performance-Aware Code Size Optimization of Generic Functions through Automatic Implementation of Dynamic Dispatch

    University essay from Linköpings universitet/Programvara och system

    Author : Ivar Härnqvist; [2022]
    Keywords : Compiler technology; Programming language design; Performance; Code size optimization; Generic programming; Polymorphism; Dynamic dispatch; Type erasure; Monomorphization; Templates; C ; Kompilatorteknik; Programspråksdesign; Prestanda; Kodstorleksoptimering; Generisk programmering; Polymorfism; Dynamic dispatch; Typradering; Monomorfisering; Templates; C ;

    Abstract : Monomorphization and dynamic dispatch are two common techniques for implementing polymorphism in statically typed programming languages. Function templates in C++ use the former technique to enable algorithms written as generic functions to be efficiently reused with multiple different data types by producing a separate function instantiation for each invocation that uses a unique permutation of argument types. READ MORE