Search results for "ta113"
showing 10 items of 530 documents
The Quest for Underpinning Theory of Enterprise Architecture - General Systems Theory
2017
Enterprise architecture originates from the 1980’s. It emerged among ICT practitioners to solve complex problems related to information systems. Currently EA is also utilised to solve business problems, although the focus is still in ICT and its alignment with business. EA can be defined as a description of the current and future states of the enterprise, and as a change between these states to meet stakeholder’s goals. Despite its popularity and 30 years of age, the literature review conducted on top information and management science journals revealed that EA is still lacking the sound theoretical foundation. In this conceptual paper, we propose General Systems Theory (GST) for underpinni…
User experience targets as design drivers:A case study on the development of a remote crane operator station
2013
In recent years, the notion of user experience, or UX, as an essential aspect to be addressed in the design and development of technologies has been increasingly discussed. In this paper, we present a case study in which we have used UX targets as the main design drivers and focus areas in developing a new remote operator station user interface for container cranes. UX targets describe the experiential qualities to which the product design should aim at. However, taking UX targets into consideration during product design is challenging, because only little is known about how they would be best operationalized to serve the different phases of the design process. Through our case study, we de…
Visual-manual in-car tasks decomposed: text entry and kinetic scrolling as the main sources of visual distraction
2013
Distraction effects of in-car tasks with a touch screen based navigation system user interface were studied in a driving simulator experiment with eye tracking. The focus was to examine which particular in-car task components visually distract drivers the most. The results indicate that all of the visual-manual in-car tasks led to increased levels of experienced demands and to lower driving speeds. The most significant finding was that text entry and kinetic scrolling of lists were the main sources of visual distraction whereas simple selection tasks with familiar target locations led to least severe distraction effects.
Understanding beginners' mistakes with Haskell
2015
AbstractThis article presents an overview of student difficulties in an introductory functional programming (FP) course taught in Haskell. The motivation for this study stems from our belief that many student difficulties can be alleviated by understanding the underlying causes of errors and by modifying the educational approach and, possibly, the teaching language accordingly. We analyze students' exercise submissions and categorize student errors according to compiler error messages and then manually according to the observed underlying cause. Our study complements earlier studies on the topic by applying computer and manual analysis while focusing on providing descriptive statistics of d…
How older and younger people see technology in Northern and Southern Europe : Closing the generation gap
2016
Background Mental representations of technology can be affected by many social and biological factors. The aim of this study was to test the effects of two of these factors, age and culture, on how people mentally represent and experience technologies by comparing the conceptions of old and young people in Spain and Finland. Both Spain and Finland are European countries, but they are historically, geographically, and culturally very different. Method The study is framed within the life-based design (LBD) paradigm, where culture and age interact to define particular forms of life in which technology might be used and perceived differently. We hypothesised that there are differences in the me…
On the motivations to enroll in doctoral studies in Computer Science — A comparison of PhD program models
2013
While student motivation has been intensively researched, only a few studies cover motivation at doctoral level and even less focus on doctoral education in Computer Science. In this paper we investigate the motivation of graduate students to pursue doctoral studies specifically in Computer Science. We interviewed 63 doctoral students, from two different doctoral models (traditional and structured) in Finland and Austria, on their initial reasons and experiences that led them to enroll in doctoral studies. We identified five disjoint main motivational drivers that relate with different aspects of extrinsic and intrinsic motivation. Together with a measure of the strength of their initial mo…
A modelling framework for social media monitoring
2013
This paper describes a hierarchical, three-level modelling framework for monitoring social media. Immediate social reality is modelled through the first level of the models. They represent various virtual communities at social media sites and adhere to the social world models of the sites, i.e., the "site ontologies". The second-level model is a temporal multirelational graph that captures the static and dynamic properties of the first-level models from the perspective of the monitoring site. The third-level model consists of a temporal relational database scheme that models the temporal multirelational graph within the database. The models are specified and instantiated at the monitoring s…
A Generic Architecture for a Social Network Monitoring and Analysis System
2011
This paper describes the architecture and a partial implementation of a system designed for the monitoring and analysis of communities at social media sites. The main contribution of the paper is a novel system architecture that facilitates long-term monitoring of diverse social networks existing and emerging at various social media sites. It consists of three main modules, the crawler, the repository and the analyzer. The first module can be adapted to crawl different sites based on ontology describing the structure of the site. The repository stores the crawled and analyzed persistent data using efficient data structures. It can be implemented using special purpose graph databases and/or …
Revisiting rainfall to explore exam questions and performance on CS1
2015
The Rainfall problem comprises small tasks that have been used to investigate student performance in introductory programming. We conducted several kinds of analyses to inform our understandings of student performance in CS1 relating to this problem. We analyzed implementation approaches and program errors, as in related studies, and also explored the role of test writing vis-a-vis the most common student error. Finally, using correlation analyses and manual inspection of the exam answers, we studied how well the Rainfall problem served as an exam question. The students' implementation choices reflected their familiarity with particular loop constructs, while the single most common error co…
Twister Tries
2015
Many commonly used data-mining techniques utilized across research fields perform poorly when used for large data sets. Sequential agglomerative hierarchical non-overlapping clustering is one technique for which the algorithms’ scaling properties prohibit clustering of a large amount of items. Besides the unfavorable time complexity of O(n 2 ), these algorithms have a space complexity of O(n 2 ), which can be reduced to O(n) if the time complexity is allowed to rise to O(n 2 log2 n). In this paper, we propose the use of locality-sensitive hashing combined with a novel data structure called twister tries to provide an approximate clustering for average linkage. Our approach requires only lin…