Essays about: "Idiom"

Showing result 1 - 5 of 35 essays containing the word Idiom.

  1. 1. Reading between the lines : A quantitative study of Swedish upper secondary students’ idiom familiarity in English

    University essay from Mälardalens universitet/Akademin för utbildning, kultur och kommunikation

    Author : Viktoria Rösler; [2023]
    Keywords : idiom; familiarity; comprehension; Sweden; Upper secondary school; EnglisH;

    Abstract : This study investigates Swedish upper secondary students’ familiarity with English idioms, and whether or not there are differences depending on what level of proficiency the students are at. The participating students took an idiom familiarity test adapted from Nippold & Rudzinski (1993) which aimed at measuring students’ familiarity with a number of English idioms. READ MORE

  2. 2. Design and development of an interface between the user and the tendo device

    University essay from Lunds universitet/Innovation

    Author : Ylva Bengtsson; Naemi Jaworowski; [2023]
    Keywords : Soft exoskeleton; Tendo AB; high spinal cord injury; Human Centered Design; holistic design; product development; Double Diamond Design Process; Technology and Engineering;

    Abstract : When a↵ected by a high spinal cord injury the first wish is to regain the ability to walk. However, in a short matter of time, the wish to use the hands increases and is considered the most desired ability to recover. READ MORE

  3. 3. The effects of intrinsic and extrinsic factors on students’ comprehension of idiomatic expressions in English as a second language

    University essay from Högskolan i Halmstad/Akademin för lärande, humaniora och samhälle

    Author : Fridur Rún Dungal; [2021]
    Keywords : Age; Context; Extra-curricular activity; Frequency; Idiom comprehension; SLA; Transparency;

    Abstract : In the present investigation, 99 compulsory school students in Sweden were asked to define nine English idioms chosen for their variation in inherent transparency and frequency. The participants were divided into two groups, where Group 2 was provided with context of varying degrees of support, while Group 1 was not. READ MORE

  4. 4. Trees that Grow in the Paragon Compiler A Step Towards Modularity

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

    Author : John Andersson; Anders Berggren Sjöblom; Anders Bäckelie; Johannes Ljung Ekeroth; Lukas Skystedt; Lina Terner; [2020-10-30]
    Keywords : ;

    Abstract : Paragon is a programming language that extends Java with statically checked information flow control policies. Paragon’s compiler, which is written in Haskell, has a large type checker. Its current implementation is monolithic, making the compiler challenging to develop. Paragon’s authors, Broberg et al. READ MORE

  5. 5. Idiom-driven innermost loop vectorization in the presence of cross-iteration data dependencies in the HotSpot C2 compiler

    University essay from Linköpings universitet/Programvara och system

    Author : William Sjöblom; [2020]
    Keywords : compiler; vectorization; SIMD; Java; HotSpot; code optimization; reductions; prefix sums; parallel programming; data-level parallelism;

    Abstract : This thesis presents a technique for automatic vectorization of innermost single statement loops with a cross-iteration data dependence by analyzing data-flow to recognize frequently recurring program idioms. Recognition is carried out by matching the circular SSA data-flow found around the loop body’s φ-function against several primitive patterns, forming a tree representation of the relevant data-flow that is then pruned down to a single parameterized node, providing a high-level specification of the data-flow idiom at hand used to guide algorithmic replacement applied to the intermediate representation. READ MORE