cover
Contact Name
-
Contact Email
-
Phone
-
Journal Mail Official
-
Editorial Address
-
Location
Kota malang,
Jawa timur
INDONESIA
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer
Published by Universitas Brawijaya
ISSN : -     EISSN : -     DOI : -
Jurnal Pengembangan Teknlogi Informasi dan Ilmu Komputer (J-PTIIK) Universitas Brawijaya merupakan jurnal keilmuan dibidang komputer yang memuat tulisan ilmiah hasil dari penelitian mahasiswa-mahasiswa Fakultas Ilmu Komputer Universitas Brawijaya. Jurnal ini diharapkan dapat mengembangkan penelitian dan memberikan kontribusi yang berarti untuk meningkatkan sumber daya penelitian dalam Teknologi Informasi dan Ilmu Komputer.
Arjuna Subject : -
Articles 125 Documents
Search results for , issue "Vol 3 No 6 (2019): Juni 2019" : 125 Documents clear
Kakas Bantu untuk Penentuan Prioritas Test Scenario Berdasarkan UML Activity Diagram Fatimatuz Zahro; Fajar Pradana; Achmad Arwan
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (427.687 KB)

Abstract

In software development there are stages of testing that have a very important role. Testing ensures that in the system there are no bugs and errors. Continuous software changes make it impossible to carry out the overall test. However, changes that occur in the environment, platform, etc., must be re-tested as a whole. To overcome the overall testing will be time consuming, expensive, inefficient and ineffective. So that to overcome the overall test requires regression testing with model-based prioritization test case strategies. To deal with this problem, a manual calculation of the test scenario is carried out with a prioritization test case strategy with weighting factors in the UML activity diagram model. Manual calculations have disadvantages such as requiring a lot of time, human resources, and so on. Therefore an auxiliary a tool is made for the calculation of test scenario priority based on the UML activity diagram. This system was built with C # technology and tested using the white-box testing method on unit testing as well as the black-box testing method in validation testing. On unit testing and validation testing, the test results are 100% valid.
Pengenalan Citra Jenis Makanan Menggunakan Klasifikasi Naive Bayes Dengan Ekstraksi Fitur Hue Saturation Intensity Color Moments Dan Morphological Shape Descriptors Ian Lord Perdana; Yuita Arum Sari; Sutrisno Sutrisno
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (957.978 KB)

Abstract

The process of determining some kind of food become important because it will determine the food that will be processed in the system that recorded the food for health and diet purpose. The process of determining food consist of preprocessing process and then changing the color model of the image from RGB to HSI. The next process is color feature extraction with Color Moment method that will generate the mean feature, standard deviation feature, and skewness feature from every color channel. Then, for shape feature extraction will using Morphological Shape Descriptors that will generate the length feature, width feature, diameter feature, and aspect ratio feature from the image. After the feature get extracted from the image, do the classification process with Naive Bayes Method with the help of LogSumExp for the probability calculation. The result in the testing of the effect of testing data generate 78% accuracy value when using 100 testing data. The result in the testing the effect of image dimension generate 81% accuracy value when using 300x300 pixel image for testing. The result in the testing the effect of number feature used generate 83% accuracy value when using feature from Color Moment only. The conclusion is, the feature extraction Color Moment and Morphological Shape Descriptors with Naive Bayes classification can be used to determine the kind of some food.
Evaluasi Penerimaan Aplikasi Pusat Pelayanan Pengaduan Masyarakat (P3M) yang Diimplementasikan di Kabupaten Sidoarjo Berdasarkan Model Unified Theory of Acceptance and Use of Technology (UTAUT) Zul Afrianes Pratama; Widhy Hayuhardhika Nugraha Putra; Admaja Dwi Herlambang
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (498.975 KB)

Abstract

Sidoarjo Regency Government has an e-government service called P3M (Pusat Pelayanan Pengaduan Masyarakat) which is implemented to accommodate various public aspirations and complaints. Based on the Citizens Satisfaction Index (IKM) survey in the first semester of 2019, P3M application only worth as 64.7 (not good), besides that, the P3M itself stated that the media that was the favorite of the citizens to submit their complaints was not P3M application, but Facebook. This study aims to describe the acceptance of the citizens of Sidoarjo Regency to P3M applications based on the Unified Theory of Acceptances and Use of Technology (UTAUT) framework that employed performance expectancy, effort expectancy, social influence, trust of the internet, trust of the government, trust of the CSC, facilitating conditions, behavioral intention, and use behavior. Data collection is done by distributing an online questionnaire that contains a total of 25 questions to 100 samples selected based on purposive sampling criteria. The research data was processed using a descriptive statistical approach and results were found the acceptance of the citizens of Sidoarjo Regency toward P3M applications based on the UTAUT model was categorized as high (61.91%). However, there are four variables that have below-average values, i.e. trust of the internet, trust of the government, trust of the CSC, behavioral intention, and use behavior. As a recommendation, these variables need to be optimized for implementation improvement in the future.
Sistem Monitoring Parameter Fisik Air Kolam Ikan menggunakan Jaringan Sensor Nirkabel berbasis Protokol LoRa Delarta Tok Adin; Adhitya Bhawiyuga; Widhi Yahya
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (524.323 KB)

Abstract

Wireless Sensor Network (WSN) is a wireless network composed of individual devices distributed throughout the monitored area. Water monitoring system has been done using ZigBee protocol monitored temperature, dissolved oxygen, and acidity. ZigBee has disadvantages in range aspect so it's not suitable for monitoring in wide area. One of the many protocol that has wide network range is LoRa. LoRa is Low Power Wide Area Wireless Network (LPWAN) for IoT applications. This Research focused on the mechanism of data flow from sensor node to data visualization component. Architecture in this research consist of sensor node, gateway, cloud server and data visualization component. Sensor used are temperature sensor, acidity sensor, turbidity sensor and dissolved oxygen sensor. Data that has been acquired from sensor node then converted into struct. Struct data then sent to gateway using LoRa. Gateway then do the conversion from struct to JSON. Data that has been converted to JSON then will be sent to cloud server to be stored in the database using HTTP protocol. Functionality testing is applied to ensure the system work as it should be. Performance testing is done with successful rate parameter with range and time interval as the variables. Based on that testing this research can be solution to the water monitoring problem especially at the long range monitoring area.
Optimasi Pengadaan Buku Perpustakaan Menggunakan Metode Algoritme Genetika (Studi Kasus: Perpustakaan Universitas Brawijaya) Witriana Sumarni; Agus Wahyu Widodo; Muh. Arif Rahman
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (871.818 KB)

Abstract

Every year at Library of Brawijaya University procures books to increase the attractiveness of readers or to provide the best service for readers. However, to carry out a maximum book procurement, an adequate budget is needed for the needs of all books needed by each department in Brawijaya University. Therefore, in this study a system was created which was able to optimize the number of books obtained with the budget set in the library of Brawijaya University by applying the genetic algorithm method. Genetic algorithms generate chromosomes with permutation genetic algorithms, each gene represents 1 book title per department. After chromosome generation is carried out, a crossover reproduction process and mutation reproduction will be carried out to produce new individuals. Then an individual evaluation and selection is based on the highest fitness value. After testing, the results of the parameters of the best population were obtained = 160, parameters of many generations = 2000, crossover rate 0.5 and mutation rate 0.5 which gave the opyimal results of the library book procurenment by the number of book purchased 1077 books.
Pengembangan Sistem untuk Memonitor Aktivitas Media Sosial Berbasis Web (Studi Kasus Media Sosial Twitter Calon Legislatif pada Pemilihan Legislatif 2019) Vasha Farisi Sarwan Halim; Fajar Pradana; Fitra Abdurrachman Bachtiar
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (448.698 KB)

Abstract

Social media has been assessed to be an effective media for campaign and the use of social media is evidently could develop electability of political candidate. However, because there is limitation of time to keep monitor the condition of social media, usually political candidate's social media end up unmonitored and also not managed very well. To solve the problem, this study will build a system to monitor social media activity by applying waterfall development model with object oriented approach. This system will provide features such as displaying social media activity, people's sentiment analysis, recommendation activity to manage social media, and Indonesian trending topic. System will be developed with Model View Controller (MVC) concept with Laravel framework and PHP, HTML, Javascript as the programming languages. When implementation phase is finished, white box and black box testing is done with result the system has been 100% valid. Usability testing by heuristic evaluation method also done to make sure that system is already made easy for users. The result of usability testing is system has visibility of system status and user control and freedom problem with severity ratings valued 1 which means there is no need to change the system and the system is already made easy for users.
Implementasi Mekanisme Pengiriman Data Kesehatan Berbasis Protokol Bluetooth Low Energy antara Smartwatch dengan IoT Middleware Reza Azzubair Wijonarko; Eko Sakti Pramukantoro; Fariz Andri Bakhtiar
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (664.549 KB)

Abstract

The data sending mechanism between a resource-constrained sensor and an Internet-of-Things middleware (IoTM) must be considered to enable remote and periodical data recording. Such recording is paramount in the context of human heart monitoring. In a previous study, Bluetooth was used in a health-data sending mechanism from sensor to smartphone. However, the solution introduced new problem that is silo. Meanwhile, the Bluetooth Low Energy (BLE) protocol is more compatible to the resource-constrained sensor and has safe radiation levels. Also, the smartwatch is popular for recording human heart rate. Then, the silo can be averted by applying event-driven IoTM. Thus, this research proposes a health data-sending mechanism from smartwatch to IoTM utilizing BLE by implementing BLE gateway on the IoTM. The health data is the smartwatch user's heart rate measurement. The health data are uploaded to a cloud server via IoTM's internet gateway device (IGD) for analyzing. The research's result is a functional health data-sending mechanism that satisfies the sensor's resource-constrained characteristic. The health data has a maximum size of 17 byte. The optimal distance between the smartwatch and the IoTM is 10 meters, with a maximum end-to-end delay of 3.7 seconds and a minimum Packets Reception Ratio of 96%.
Klasifikasi Penempatan Siswa di Sekolah Menengah Atas menggunakan Metode Extreme Learning Machine Akmal Subakti Wicaksana; Budi Darma Setiawan; Candra Dewi
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (343.256 KB)

Abstract

Placement of majors is one of the actions that can support the ability and motivation of student learning. Placement of the department itself has several factors that are used as considerations to determine the majors according to the abilities and interests of students. Factors used in determining majors between student psychological test results, report card grades for junior high school, BK evaluation, student interest, and parents' interests. Efficient it is not efficient. In the process of validation, the results of department placement are needed for 1 semester by looking at student learning outcomes data. In the placement of majors a system is needed that can help in classifying students' majors quickly and accurately, can be adjusted to the completion time of majors and errors in the arrangement of majors that are not in accordance with the interests and abilities of students. In this study using the Extreme Learning Machine method in grouping majors in high school students. In applying the ELM method the classification results obtained with the best average value of 98% using 14 features. To transfer data, practice and test the data used is 80:20, and the weight value is changed [-1,1], the value is biased with a range of [0,1], and use the activate sigmoid function.
Evaluasi Dan Perbaikan Proses Bisnis Menggunakan Quality Evaluation Framework (QEF), Root Cause Analysis (RCA) dan Business Process Improvement (BPI) (Studi Kasus: Pelayanan BPJS Rawat Inap Rumah Sakit Islam Aisyiyah Malang) Muhammad Ibrahim Al Ghazi Saragi; Ismiarta Aknuranda; Nanang Yudi Setiawan
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (1067.131 KB)

Abstract

Aisyiyah Islamic Hospital is one of the hospitals in Malang that collaborates with BPJS Kesehatan to provide health services, one of which is the inpatient BPJS service. In carrying out inpatient BPJS services, Aisyiyah Islamic Hospital has several problems that hinder the running of services such as lack of human resources, unbalanced workloads, inter-division miscommunication, and poor computer quality. To solve existing problems, it is necessary to evaluate the current business processes by modeling business processes using Business Process Model and Notation (BPMN). The next step is to evaluate business processes using the Quality Evaluation Framework (QEF) to determine the quality factor and the suitability of achieving the company's targets. From the results of the evaluation, an analysis was conducted to find the root of the problem using one of the Root Cause Analysis (RCA) techniques, namely Fishbone Analysis. The next step is to improve business processes using one of the methods of Business Process Improvement (BPI), namely streamlining. The results of the business process time analysis simulation of BPJS service inpatient care through the Polispesialis have a time reduction percentage of 26.69%. In addition, the business process of registering BPJS inpatient services through the UGD has a percentage reduction in time of 11.91% and in the business process of inpatient BPJS patient care has a time reduction percentage of 4.22%.
Pengembangan Aplikasi Manajemen Pengajuan Kegiatan Dosen Studi Kasus Fakultas Ilmu Administrasi Universitas Brawijaya Rikza Priyudha Hirdad; Bayu Priyambadha; Denny Sagita Rusdianto
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 3 No 6 (2019): Juni 2019
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (2067.597 KB)

Abstract

Brawijaya University's Faculty of Administrative Sciences (FIA UB) lecturers have activities besides providing lectures on campus, like lecturers who carry out their activities for faculty and personal needs. It causes several problems, the first is that there are a queue and accumulation of work rather than those are who have the authority to allow the activities. The second problem is the submission of the draft assignment letter can only be submitted after the submission of activities has been approved by the authorized party to approve it. The third problem is that the Activity Applicant sometimes forgets to report the results of activities and bookkeeping of the Accountability Letter (SPJ). Problems that have been mentioned, can affect the faculty and department accreditation activities, if there are incomplete files when it is needed. Also, the dean and staff want to know the activities and the event rather than the lecturers. To solve the problems developed a system that purposes to manage and make it easier to submit activities until reporting. By referring to the Procedure Operating System (POS), it can help the development of the system that will be developed. The system involves 7 actors, the needs of elicitation are producing 37 functional needs. The tests in this system include unit testing, integration testing, validation testing and compatibility testing of the system. The benefits that can be received from the Applicant are the ease of submitting activities and draft assignments because they do not work twice. Also, the Deans and their staff will be easier to know the activities of the Lecturers at FIA UB.

Page 1 of 13 | Total Record : 125


Filter by Year

2019 2019


Filter By Issues
All Issue Vol 9 No 13 (2025): Publikasi Khusus Tahun 2025 Vol 9 No 11 (2025): November 2025 Vol 9 No 10 (2025): Oktober 2025 Vol 9 No 9 (2025): September 2025 Vol 9 No 8 (2025): Agustus 2025 Vol 9 No 7 (2025): Juli 2025 Vol 9 No 6 (2025): Juni 2025 Vol 9 No 5 (2025): Mei 2025 Vol 9 No 4 (2025): April 2025 Vol 9 No 3 (2025): Maret 2025 Vol 9 No 2 (2025): Februari 2025 Vol 9 No 1 (2025): Januari 2025 Vol 8 No 13 (2024): Publikasi Khusus Tahun 2024 Vol 8 No 10 (2024): Oktober 2024 Vol 8 No 9 (2024): September 2024 Vol 8 No 8 (2024): Agustus 2024 Vol 8 No 7 (2024): Juli 2024 Vol 8 No 6 (2024): Juni 2024 Vol 8 No 5 (2024): Mei 2024 Vol 8 No 4 (2024): April 2024 Vol 8 No 3 (2024): Maret 2024 Vol 8 No 2 (2024): Februari 2024 Vol 8 No 1 (2024): Januari 2024 Vol 7 No 13 (2023): Publikasi Khusus Tahun 2023 Vol 7 No 9 (2023): September 2023 Vol 7 No 8 (2023): Agustus 2023 Vol 7 No 7 (2023): Juli 2023 Vol 7 No 6 (2023): Juni 2023 Vol 7 No 5 (2023): Mei 2023 Vol 7 No 4 (2023): April 2023 Vol 7 No 3 (2023): Maret 2023 Vol 7 No 2 (2023): Februari 2023 Vol 7 No 1 (2023): Januari 2023 Vol 7 No 14 (2023): Antrian Publikasi Vol 6 No 13 (2022): Publikasi Khusus Tahun 2022 Vol 6 No 12 (2022): Desember 2022 Vol 6 No 11 (2022): November 2022 Vol 6 No 10 (2022): Oktober 2022 Vol 6 No 9 (2022): September 2022 Vol 6 No 8 (2022): Agustus 2022 Vol 6 No 7 (2022): Juli 2022 Vol 6 No 6 (2022): Juni 2022 Vol 6 No 5 (2022): Mei 2022 Vol 6 No 4 (2022): April 2022 Vol 6 No 3 (2022): Mei 2022 Vol 6 No 2 (2022): Februari 2022 Vol 6 No 1 (2022): Januari 2022 Vol 5 No 13 (2021): Publikasi Khusus Tahun 2021 Vol 5 No 12 (2021): Desember 2021 Vol 5 No 11 (2021): November 2021 Vol 5 No 10 (2021): Oktober 2021 Vol 5 No 9 (2021): September 2021 Vol 5 No 8 (2021): Agustus 2021 Vol 5 No 7 (2021): Juli 2021 Vol 5 No 6 (2021): Juni 2021 Vol 5 No 5 (2021): Mei 2021 Vol 5 No 4 (2021): April 2021 Vol 5 No 3 (2021): Maret 2021 Vol 5 No 2 (2021): Februari 2021 Vol 5 No 1 (2021): Januari 2021 Vol 5 No 13 (2021) Vol 4 No 13 (2020): Publikasi Khusus Tahun 2020 Vol 4 No 12 (2020): Desember 2020 Vol 4 No 11 (2020): November 2020 Vol 4 No 10 (2020): Oktober 2020 Vol 4 No 9 (2020): September 2020 Vol 4 No 8 (2020): Agustus 2020 Vol 4 No 7 (2020): Juli 2020 Vol 4 No 6 (2020): Juni 2020 Vol 4 No 5 (2020): Mei 2020 Vol 4 No 4 (2020): April 2020 Vol 4 No 3 (2020): Maret 2020 Vol 4 No 2 (2020): Februari 2020 Vol 4 No 1 (2020): Januari 2020 Vol 3 No 12 (2019): Desember 2019 Vol 3 No 11 (2019): November 2019 Vol 3 No 10 (2019): Oktober 2019 Vol 3 No 9 (2019): September 2019 Vol 3 No 8 (2019): Agustus 2019 Vol 3 No 7 (2019): Juli 2019 Vol 3 No 6 (2019): Juni 2019 Vol 3 No 5 (2019): Mei 2019 Vol 3 No 4 (2019): April 2019 Vol 3 No 3 (2019): Maret 2019 Vol 3 No 2 (2019): Februari 2019 Vol 3 No 1 (2019): Januari 2019 Vol 2 No 12 (2018): Desember 2018 Vol 2 No 11 (2018): November 2018 Vol 2 No 10 (2018): Oktober 2018 Vol 2 No 9 (2018): September 2018 Vol 2 No 8 (2018): Agustus 2018 Vol 2 No 7 (2018): Juli 2018 Vol 2 No 6 (2018): Juni 2018 Vol 2 No 5 (2018): Mei 2018 Vol 2 No 4 (2018): April 2018 Vol 2 No 3 (2018): Maret 2018 Vol 2 No 2 (2018): Februari 2018 Vol 2 No 1 (2018): Januari 2018 Vol 2 No 8 (2018) Vol 2 No 6 (2018) Vol 1 No 12 (2017): Desember 2017 Vol 1 No 11 (2017): November 2017 Vol 1 No 10 (2017): Oktober 2017 Vol 1 No 9 (2017): September 2017 Vol 1 No 8 (2017): Agustus 2017 Vol 1 No 7 (2017): Juli 2017 Vol 1 No 6 (2017): Juni 2017 Vol 1 No 5 (2017): Mei 2017 Vol 1 No 4 (2017): April 2017 Vol 1 No 3 (2017): Maret 2017 Vol 1 No 2 (2017): Februari 2017 Vol 1 No 1 (2017): Januari 2017 More Issue