6 resultados para Interactive computing.

em Brock University, Canada


Relevância:

20.00% 20.00%

Publicador:

Resumo:

The purpose of this study was to determine the relative contributions of psychopathy and self-monitoring to the prediction of self-presentation tactics (behaviours that individuals use to manipulate their self-image). Psychopathy is composed of two main factors: Factor 1, which includes manipulativeness and shallow affect, and Factor 2, which includes irresponsibility and anti-social behaviours. Self-monitoring is a personality trait that distinguishes between those who adapt their behaviour to fit different social situations (high self-monitors) and those who behave as they feel regardless of social expectations (low selfmonitors). It was hypothesized that self-monitoring would moderate the relationship between psychopathy and self-presentation tactics. One hundred and forty-nine university students completed the Self-Monitoring Scale (Snyder, 1974), the Self-Report Psychopathy Scale - Version III (Paulhus et aI., in press), the Self-Presentation Tactics scale (Lee, S., et aI., 1999), the HEXACO-PI (a measure ofthe six major factors of personality; Lee, K., & Ashton, 2004), and six scenarios that were created as a supplementary measure of the selfpresentation tactics. Results of the hierarchical multiple regression analyses showed that self-monitoring did moderate the relationship between psychopathy and three of the selfpresentation tactics: apologies, disclaimers, and exemplification. Further, significant interactions were observed between Factor 1 and self-monitoring on apologies and the defensive tactics subscale, between Factor 2 and self-monitoring on self-handicapping, and between Factor 1 and Factor 2 on exemplification. Contrary to expectations, the main effect of self-monitoring was significant for the prediction of nine tactics, while psychopathy was significant for the prediction of seven tactics. This indicates that the role of these two personality traits in the explanation of self-presentation tactics tends to be additive in nature rather than interactive. In addition. Factor 2 alone did not account for a significant amount of variance in any of the tactics, while Factor 1 significantly predicted nine tactics. Results are discussed with regard to implications and possible directions for future research.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The "Java Intelligent Tutoring System" (JITS) research project focused on designing, constructing, and determining the effectiveness of an Intelligent Tutoring System for beginner Java programming students at the postsecondary level. The participants in this research were students in the School of Applied Computing and Engineering Sciences at Sheridan College. This research involved consistently gathering input from students and instructors using JITS as it developed. The cyclic process involving designing, developing, testing, and refinement was used for the construction of JITS to ensure that it adequately meets the needs of students and instructors. The second objective in this dissertation determined the effectiveness of learning within this environment. The main findings indicate that JITS is a richly interactive ITS that engages students on Java programming problems. JITS is equipped with a sophisticated personalized feedback mechanism that models and supports each student in his/her learning style. The assessment component involved 2 main quantitative experiments to determine the effectiveness of JITS in terms of student performance. In both experiments it was determined that a statistically significant difference was achieved between the control group and the experimental group (i.e., JITS group). The main effect for Test (i.e., pre- and postiest), F( l , 35) == 119.43,p < .001, was qualified by a Test by Group interaction, F( l , 35) == 4.98,p < .05, and a Test by Time interaction, F( l , 35) == 43.82, p < .001. Similar findings were found for the second experiment; Test by Group interaction revealed F( 1 , 92) == 5.36, p < .025. In both experiments the JITS groups outperformed the corresponding control groups at posttest.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study was undertaken in order to determine the effects of playing computer based text adventure games on the reading comprehension gains of students. Forty-five grade five students from one elementary school were randomly assigned to experimental and control groups, and were tested with regard to ability, achievement and reading skills. An experimental treatment, consisting of playing computer based interactive fiction games of the student's choice for fifteen minutes each day over an eight-week period, was administered. A comparison treatment engaged the control group in sustained silent reading of materials of the student's choice for an equal period of time. Following the experimental period all students were post-tested with an alternate form of the pre-test in reading skills, and gain scores were analysed. It was found that there were no significant differences in the gain scores of the experimental and control groups for overall reading comprehenSion, but the experimental group showed greater gains than the control group in the structural analysis reading sub-skill. Extreme variance in the data made generalization very difficult, but the findings indicated a potential for computer based interactive fiction as a useful tool for developing reading sl

Relevância:

20.00% 20.00%

Publicador:

Resumo:

There is a great deal of evidence to support the examination of an interactive relationship between the medium and the viewer in the interpretation of mainstream media. The exact nature of this relationship, however, is not well understood. The current study was carried out to assess the variables that may help explain why certain people interpret media, such as music videos, differently than others. Jensen's concept of reception analysis describes the relationship between the medium and the audience, and thus remains a strong focus within this study. Differences in the interpretation of music videos were investigated as a function of Absorption, gender role, screen size, age and viewing experience. Multiple regression analyses uncovered independent predictions of sexuality and violence scores by absorption and experience, as well as an interaction between absorption and screen size in the sexuality rating of the music videos.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Dynamic logic is an extension of modal logic originally intended for reasoning about computer programs. The method of proving correctness of properties of a computer program using the well-known Hoare Logic can be implemented by utilizing the robustness of dynamic logic. For a very broad range of languages and applications in program veri cation, a theorem prover named KIV (Karlsruhe Interactive Veri er) Theorem Prover has already been developed. But a high degree of automation and its complexity make it di cult to use it for educational purposes. My research work is motivated towards the design and implementation of a similar interactive theorem prover with educational use as its main design criteria. As the key purpose of this system is to serve as an educational tool, it is a self-explanatory system that explains every step of creating a derivation, i.e., proving a theorem. This deductive system is implemented in the platform-independent programming language Java. In addition, a very popular combination of a lexical analyzer generator, JFlex, and the parser generator BYacc/J for parsing formulas and programs has been used.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Variations in different types of genomes have been found to be responsible for a large degree of physical diversity such as appearance and susceptibility to disease. Identification of genomic variations is difficult and can be facilitated through computational analysis of DNA sequences. Newly available technologies are able to sequence billions of DNA base pairs relatively quickly. These sequences can be used to identify variations within their specific genome but must be mapped to a reference sequence first. In order to align these sequences to a reference sequence, we require mapping algorithms that make use of approximate string matching and string indexing methods. To date, few mapping algorithms have been tailored to handle the massive amounts of output generated by newly available sequencing technologies. In otrder to handle this large amount of data, we modified the popular mapping software BWA to run in parallel using OpenMPI. Parallel BWA matches the efficiency of multithreaded BWA functions while providing efficient parallelism for BWA functions that do not currently support multithreading. Parallel BWA shows significant wall time speedup in comparison to multithreaded BWA on high-performance computing clusters, and will thus facilitate the analysis of genome sequencing data.