3 resultados para Programming exercises
em Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España
Resumo:
[ES] El plagio en la educación superior es un problema importante que afecta a la calidad de la evaluación. El problema tiene implicaciones académicas, éticas y sociales por lo que es necesario conocer su alcance real para poder abordarlo de forma correcta. Las soluciones implican medidas coercitivas, preventivas y metodológicas. En este trabajo se presenta un estudio de la incidencia del plagio en ejercicios de programación de asignaturas pertenecientes a las titulaciones de informática de la Universidad de Las Palmas de Gran Canaria. El periodo de estudio abarca desde el curso 1999/2000 al curso 2009/2010. Los datos analizados corresponden a trece asignaturas de tres titulaciones. Los alumnos de estas asignaturas suman, en el periodo referido,alrededor de 2700. Junto con el análisis de los datos obtenidos, se aportan algunas reflexiones sobre el problema, fruto de la experiencia acumulada y del estudio de cómo se afronta el plagio en algunas de las universidades más relevantes del mundo.
Resumo:
[EN] Programming software for controlling robotic systems in order to built working systems that perform adequately according to their design requirements remains being a task that requires an important development effort. Currently, there are no clear programming paradigms for programming robotic systems, and the programming techniques which are of common use today are not adequate to deal with the complexity associated with these systems. The work presented in this document describes a programming tool, concretely a framework, that must be considered as a first step to devise a tool for dealing with the complexity present in robotics systems. In this framework the software that controls a system is viewed as a dynamic network of units of execution inter-connected by means of data paths. Each one of these units of execution, called a component, is a port automaton which provides a given functionality, hidden behind an external interface specifying clearly which data it needs and which data it produces. Components, once defined and built, may be instantiated, integrated and used as many times as needed in other systems. The framework provides the infrastructure necessary to support this concept for components and the inter communication between them by means of data paths (port connections) which can be established and de-established dynamically. Moreover, and considering that the more robust components that conform a system are, the more robust the system is, the framework provides the necessary infrastructure to control and monitor the components than integrate a system at any given instant of time.
Resumo:
[EN] This paper describes VPL, a Virtual Programming Lab module for Moodle, developed at the University of Las Palmas of Gran Canaria (ULPGC) and released for free uses under GNU/GPL license. For the students, it is a simple development environment with auto evaluation capabilities. For the instructors, it is a students' work management system, with features to facilitate the preparation of assignments, manage the submissions, check for plagiarism, and do assessments with the aid of powerful and flexible assessment tools based on program testing, all of that being independent of the programming language used for the assignments and taken into account critical security issues.