502,496 research outputs found

    Sistem Administrasi Kependudukan dan Inventarisasi Desa Kulu Kabupaten Pekalongan Menggunakan Borland Delphi 7.0

    Full text link
    Kulu village head's office is a government agency which serves airport administration and inventory for the village people associated with the elements of geographical, social, economic, political, and cultural as well as interconnected with other areas.Technological developments in Village Head Office Kulu been computerized but has not had an application program that can assist employees in carrying out and run the job.Development and technological progress is urgently needed now in Kulu Village Head Office to support and improve the quality in providing services to the public.Steps being taken in this research is data collection is done based on field studies, namely through observational studies, a review is carried directly to the administrative section and the inventory in the village hall kulu. Development of systems using object-oriented analysis with the waterfall method, followed by the design which includes process design, database design, and user interface.Implementation of the design is the result of encoding by using a programming language that has been set.The result is Application Administration and Inventory Population System at Village Head Office Kulu Using Borland Delphi 7.0.This application was developed using information technology-based computer applications with MySQL databas

    Effective Learning Outcomes Assessment: The Case of the MIS Department at the UoS

    Get PDF
    Accrediting organizations now mandate the development of learning outcomes (LO) and the methods to assess those learning outcomes for national and international institutions of higher learning. Because of this, academic institutions pay greater attention to the development and assessment of these LO. There are two types of learning outcomes: course outcomes and program outcomes. This paper presents an empirical study that examines both kinds of LO in a case study of one course (title: Database Fundamental and Applications, number: 0303331) within the Management Information System (MIS) department at the University of Sharjah (UoS), United Arab Emirates and presents the following with regard to this case study: 1) the development process of the LO for this specific course; 2) the data collection process, and 3) the data collected related to the assessment instruments for both the course and program LO (course learning instructions, course exams, course projects, students’ records, students’ grades, course reports, course evaluation, instructor evaluation, exit surveys, employer surveys, and job placement indicators); 4) the methods of assessment of the LO based on the analysis of the collected data using a variety of analysis technique and tools; and 5) the usage of the analysis results in successive semesters in order to improve the MIS courses and program. The findings of this empirical study suggest several areas for improvement. One improvement is the addition of more practice-based learning components. Additionally, the study shows that the enhancement of the course material, the improvement of teaching strategies, and the usage of technology and its infusion into the learning process are areas that can improve LO. Overall, the method of LO development and assessment described in this empirical examination has shown a positive effect on the courses and program in the MIS department, and it is believed that the results can be generalized for use by others in developing and assessing LO in other learning institutions

    Criteria for the Diploma qualifications in information technology at levels 1, 2 and 3

    Get PDF

    Image processing for the extraction of nutritional information from food labels

    Get PDF
    Current techniques for tracking nutritional data require undesirable amounts of either time or man-power. People must choose between tediously recording and updating dietary information or depending on unreliable crowd-sourced or costly maintained databases. Our project looks to overcome these pitfalls by providing a programming interface for image analysis that will read and report the information present on a nutrition label directly. Our solution involves a C++ library that combines image pre-processing, optical character recognition, and post-processing techniques to pull the relevant information from an image of a nutrition label. We apply an understanding of a nutrition label\u27s content and data organization to approach the accuracy of traditional data-entry methods. Our system currently provides around 80% accuracy for most label images, and we will continue to work to improve our accuracy

    Program Transformations for Asynchronous and Batched Query Submission

    Full text link
    The performance of database/Web-service backed applications can be significantly improved by asynchronous submission of queries/requests well ahead of the point where the results are needed, so that results are likely to have been fetched already when they are actually needed. However, manually writing applications to exploit asynchronous query submission is tedious and error-prone. In this paper we address the issue of automatically transforming a program written assuming synchronous query submission, to one that exploits asynchronous query submission. Our program transformation method is based on data flow analysis and is framed as a set of transformation rules. Our rules can handle query executions within loops, unlike some of the earlier work in this area. We also present a novel approach that, at runtime, can combine multiple asynchronous requests into batches, thereby achieving the benefits of batching in addition to that of asynchronous submission. We have built a tool that implements our transformation techniques on Java programs that use JDBC calls; our tool can be extended to handle Web service calls. We have carried out a detailed experimental study on several real-life applications, which shows the effectiveness of the proposed rewrite techniques, both in terms of their applicability and the performance gains achieved.Comment: 14 page
    corecore