Essays about: "thesis in computer programming"

Showing result 21 - 25 of 172 essays containing the words thesis in computer programming.

  1. 21. It Is Never Too Early to Learn About Code Quality : Analyzing Code Quality of First-Year Programming Students and the Difference Between TA Groups

    University essay from KTH/Datavetenskap

    Author : Niklas Wicklund; Linus Östlund; [2022]
    Keywords : ;

    Abstract : The cost of poor quality software was estimated to be $2.9 trillion in 2018 in the US. Practitioners and educators consider code quality a key competence in engineer prospects. Yet, studies show that CS1 courses seldom have code quality on the agenda during university education. READ MORE

  2. 22. Continuous Parallel Approximate Frequent Elements Queries on Data Streams

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Victor Jarlow; [2021-10-06]
    Keywords : computer science; big data; Space-Saving; Misra-Gries summary; frequent items; frequent elements; concurrent programming; Delegation Sketch; domain splitting; Count-Min Sketch; Majority algorithm; pproximate frequent-elements algorithm; approximate top-k elements algorithm;

    Abstract : The frequent elements problem involves processing a stream of elements and finding all elements that occur more than a given fraction of the time. A relaxed version of this problem is the -approximate elements problem which allows some false positives. READ MORE

  3. 23. Procedurally Generated Eye Features for Real-time Applications

    University essay from Blekinge Tekniska Högskola/Institutionen för datavetenskap

    Author : Sebastian Nyberg; [2021]
    Keywords : Procedural; Real-Time; Profiling; Anime; Eyes;

    Abstract : Background. As computing power has increased over the years, larger parts of the digital graphics industries are moving towards using real-time rendering for their solutions. The fast iteration and visual response help make the creative processes and communication more accessible in both the desktop and smartphone markets. READ MORE

  4. 24. Implementing two Threshold Private Set Intersection Protocols based on Homomorphic Encryption

    University essay from Lunds universitet/Institutionen för elektro- och informationsteknik

    Author : Anton Jeppsson; [2021]
    Keywords : Private Set Intersection; Homomorphic Encryption; Cryptology; Technology and Engineering;

    Abstract : Private set intersection is a technique for finding the intersection of (two) parties' sets without disclosing anything else, and it finds it use in e.g. contact discovery, finding friends who are already on a social platform. READ MORE

  5. 25. CodePaint : Transcription labs on the web for study visits and exercises

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Samuel Johansson; [2021]
    Keywords : Computer science education; study visits; JavaScript; p5.js; transcription; copy; copying; computer lab sessions; web application; novice programming; beginner programming; coding; programming;

    Abstract : A seemingly unexplored territory in teaching computer programming is transcription labs. With transcription referring to "transcribe" in the sense of "to make an exact copy of". In transcription labs students are given the complete code and are asked to transcribe it into their own window before they are able to run it. READ MORE