3 resultados para Tutorial on Computing

em Brock University, Canada


Relevância:

30.00% 30.00%

Publicador:

Resumo:

This study explored the relationship between the practical examination and other course evaluation methods~ specifically, the triple jump, tutorial, and written examination. Studies correlating academic and clinical grades tended to indicate that they may not be highly correlated because each evaluation process contributes different kinds of information regarding student knowledge, skills, and attitudes. Six hypotheses were generated stating a positive relationship between the four evaluation methods. A correlation matrix was produced of the Pearson Product Moment correlation co-efficients on the four evaluation methods in the second and third year Occupational Therapy Technique and Clinical Problem Solving courses of the 1988 and 1989 graduates (n~45). The results showed that the highest correlations existed between the triple jump and the tutorial grades and the lowest correlations existed between the practical examination and written examination grades. Not all of the correlations~ however~ reached levels of significance. The correlations overall. though, were only low to moderate at best which indicates that the evaluation methods may be measuring different aspects of student learning. This conclusion supports the studies researched. The implications and significance of this study is that it will assist the faculty in defining what the various evaluation methods measure which will in turn promote more critical input into curriculum development for the remaining years of the program.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The design of a large and reliable DNA codeword library is a key problem in DNA based computing. DNA codes, namely sets of fixed length edit metric codewords over the alphabet {A, C, G, T}, satisfy certain combinatorial constraints with respect to biological and chemical restrictions of DNA strands. The primary constraints that we consider are the reverse--complement constraint and the fixed GC--content constraint, as well as the basic edit distance constraint between codewords. We focus on exploring the theory underlying DNA codes and discuss several approaches to searching for optimal DNA codes. We use Conway's lexicode algorithm and an exhaustive search algorithm to produce provably optimal DNA codes for codes with small parameter values. And a genetic algorithm is proposed to search for some sub--optimal DNA codes with relatively large parameter values, where we can consider their sizes as reasonable lower bounds of DNA codes. Furthermore, we provide tables of bounds on sizes of DNA codes with length from 1 to 9 and minimum distance from 1 to 9.

Relevância:

30.00% 30.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.