Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Jurnal Informatika Upgris

SISTEM UJIAN ONLINE SELEKSI PENERIMAAN MAHASISWA BARU DENGAN PENGACAKAN SOAL MENGGUNAKAN LINEAR CONGRUENT METHOD (Studi Kasus di Universitas Muhammadiyah Bengkulu) Gunawan Gunawan; Dedy Agung Prabowo
Jurnal Informatika Upgris Vol 3, No 2: Desember (2017)
Publisher : Universitas PGRI Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26877/jiu.v3i2.1872

Abstract

In the data processing of examination/test system for new students' entrance in Muhammadiyah University of Bengkulu had been using computer facility for method of input the result of test when the test implementation still using paper sheets (conventional).In the process of writing thesis, the author discusses about how to create items that will be done by testee are not same as the others, its mean the number of that test items will be random so the testee are more coducive in implementation of test.Online examination/test system is designed by using the Unified Modeling Language (UML). It hoped can be used to overcome the problems in the selection test of new students' entrance and can be fully utilized and feasible to be used in order to achieve system that is accurate, fast, precise and more effective. Linear Congruent Method (LCM) is a method that generates random numbers are widely used in computer programs. In this method, repetition in spesific time period or after a few times of generation.This is one of main characteristic from this method. Determination of the constants in LCM very determine whether good or not the random numbers obtained. In the sense of obtaining random numbers as if there will be no repetition. Using of LCM method in this case is simply to randomization number of items in order to every students who did a test selection run with effective.
Implementasi Algoritma Round Robin Pada Sistem Penjadwalan Mata Kuliah (Studi Kasus: Universitas Muhammadiyah Bengkulu) Ardi Wijaya; Gunawan Gunawan
Jurnal Informatika Upgris Vol 4, No 1: Juni (2018)
Publisher : Universitas PGRI Semarang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26877/jiu.v4i1.2336

Abstract

Subjects scheduling is an important routine for teaching and learning process in every semester. These teaching and learning processes involve all students and lecturers, so the arranged subjects scheduling should be able to facilitate the interests both of lecturers and students. If some constraints in scheduling process are not counting well, it will difficult to do subjects scheduling. The constraints are the number of available: subjects, classes, times, and lecturers. The current subjects scheduling process is not efficient. Manual input activity make the scheduling process become complicated and slow. Therefore it need an application which can solve scheduling problems which can be used to arrange the subjects in every departments (majors) in UMB, so that distribution of subjects can be divided equally everyday. This problem required an application with a model that can solve scheduling complexities which adjust with the predefined constraints. Round Robin Algorithm is able to make this scheduling process faster and more efficient, so that some items in scheduling process no need to be inserted (input) repeatedly.