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 30 Documents
Search results for , issue "Vol 4 No 5 (2020): Mei 2020" : 30 Documents clear
Pengembangan Sistem Informasi Magang untuk Membantu Proses Administrasi Siswa Magang (Studi pada: Badan Kepegawaian Negara) Brian Nur Islahuddin; Satrio Agung Wicaksono; Welly Purnomo
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Badan Kepegawaian Negara is a government agency that has the task of carrying out governmental tasks in the field of state staff management. Badan Kepegawaian Negara accommodates students who want to do an internship. There were several obstacles in organizing internship activities, namely the internship registration that requires the internship candidate to come to the office of Badan Kepegawaian Negara, the recapitulation of the internship students that were separated, and monitoring the daily activities of the internship students that were difficult. The problems existed in the internship activities could hamper the administrative processes of internship students, so this research aimed to build an internship information system that could help the administrative processes. The internship information system development used waterfall approach. In this research, the problem related to administration processes of the internship students can be made easier by adding, eliminating, or changing the current business process (as-is) to a proposed business process (to-be) to produce features in the internship information system that was built with the laravel framework. The internship information system that has been build was then tested using the user acceptance test approach to measure the level of user acceptance of the internship information system features, the flow of activity on the internship information system, and the interface of the internship information system. The results of the user acceptance test showed the number 92,39% which showed the user accepted the information system and the features inside the system.
Implementasi Protokol UPnP untuk Discovery Node Sensor berbasis nRF24L01 pada Gateway Wireless Sensor Network Jenrinaldo Tampubolon; Rakhmadhany Primananda; Agung Setia Budi
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Wireless Sensor Network (WSN) technology becomes a popular technology these days and it even becomes one of the most promising Internet of Things (IoT) applications. Heterogeneous network sensors are needed for integrated sensing systems. Universal Plug and Play (UPnP) is one of the most promising technologies that enable network and service deployments. The UPnP protocol was previously successfully implemented on IP-based Smart Home devices that function for device and service recognition through the UPnP discovery and description stages. This research creates a gateway on non-IP-based wireless sensor nodes which implements the search and recognition system of sensor nodes using the concept of the UPnP protocol to recognize sensor nodes so that interoperability in WSN can be improved. There are two tests conducted, namely functional testing and system performance testing with several scenarios. In functional testing, the system can perform discovery, addressing, and description. Performance testing is measured when the system performs the discovery and data transmission by using delay parameter and success ratio with a total of 10 tests with several variations of distance. The results of the total average delay discovery tests with distance of 5m, 30m, 60m, 90m and 100m are 6,195s, 50,845s, 29,549s, 21,605s and 26,534s with total success ratio of 100%, 98%, 98 %, 90% and 83%. The results of the total average delay of sending data with distance of 5m, 30m, 60m, 90m and 100m in sequence are 0.959s, 2,231s, 3,807s, 3,480s and 3,713s with total success ratio of 95%, 85%, 88%, 95% and 95%.
Evaluasi dan Perbaikan Desain Antarmuka Pengguna Website Dinas Kesehatan Kabupaten Kediri menggunakan Metode Human Centered Design Andreas Kurnia Ferdiantoro; Retno Indah Rokhmawati; Lutfi Fanani
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

The Kediri District Health Office uses the website as a medium to deliver health information to the people living in Kediri Regency and as a staffing information center for all parties related to health. From the interviews found a problem. users have difficulty finding information on the website. This is because the website does not involve the user in its development. In addition, the website has not been updated in terms of interface since 2014. So an evaluation with the Human Centered Design approach is needed to improve the website usability. This study has 4 stages: determining the user context, specifying user needs, generating design solutions and evaluating designs. This study uses testing by interviewing 6 users of the Kediri District Health Office website to explore problems and get improvement input. In addition this study also uses testing with the SUS questionnaire given to 20 respondents to get the usability value. From the initial evaluation results obtained an analysis of the problems and proposals that are used as a reference for improvement on the website Improvements made in terms of color selection, adding new pages, providing navigation instructions page and eliminating breadcrumb navigation. From the final evaluation the improvement resulted in the value of the SUS questionnaire at 80.25. These results are supported by positive responses from the results of user interviews, the majority of which said the website was easier to use..
Implementasi Pencarian Jalur berdasarkan Bandwidth dengan menggunakan Algoritme Dijkstra pada Arsitektur Jaringan Software-Defined Networking (SDN) Raihan Radito; Primantara Hari Trisnawan; Kasyful Amron
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Software-Defined Networking (SDN) is a new concept on network computers. By seperating the data plane and the control plane, logics and algorithms for managing networks are placed on a controller. Currently, an algorithm that is being used for finding a shortest path on SDN networks is Diijkstra's algorithm. However, Dijkstra's algorithm has its downside, that is doesn't count bandwidth overhead. As a result, network congestion will occur if the packet size that is being send, is bigger than the available bandwidth. Therefore, the modification of Dijkstra's algorithm is needed. Dijkstra's algorithm is modified with available bandwidth as its cost. When searching a path, the algorithm will find a path which has a bigger avalaible bandwidth. There are three tests on topology A and B, that is finding a path 1 test, finding a path 2 test, and time convergence test. Finding a path 1 test is conducted when there is no traffic and changes of bandwidth on networks. Finding a path 2 test is conducted when there is traffic and changes of bandwidth on networks. Time convergence test is conducted by counting how much time that the algorithm needs to find a path 1 and 2 on each topology. When finding a path 1 and 2 tests, Dijkstra's algorithm succeed for finding a path based on bandwidth. For time convergence test, the algorithm works better on topology A when finding a path 1 and 2. The average time is 8.2 seconds and 13.1 seconds. However on topology B, finding a path 1 and 2 takes an average time about 93 seconds and 114.8 seconds.
Evaluasi Keamanan Informasi pada Dinas Komunikasi dan Informatika Kabupaten Malang menggunakan Indeks KAMI (Keamanan Informasi) Nabilla Diva Ramadhani; Widhy Hayuhardhika Nugraha Putra; Admaja Dwi Herlambang
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Dinas Komunikasi dan Informatika (DISKOMINFO) Kabupaten Malang is a governmental institution located in Malang Regency that focuses on the communication sector and informatics sector and also providing the public services based on information technology. Regarding the importance of information security, Kementerian Komunikasi dan Informatika made a Ministerial Regulation No. 4 of 2016 about Information Security Management Systems to support information security at governmental institution. Correlating to these regulations, as an government institution that runs on the field of information, evaluation of the level of information security is needed. In this study, the evaluation was carried out using the tools or instruments based on Information Security Index (KAMI) 4.0 which can indicate the level of preparedness and maturity of information security in government institution. The evaluation results show the level of completeness of information security obtained a score of 195 and the average level of information security maturity level at level I and level I +. The results that obtained based on the KAMI index guidelines that is Dinas Komunikasi dan Informatika Kabupaten Malang is needed to increase the level of eligibility to certify ISO 27001. As the consequence, there are 17 recommendations are generated on governance area, 16 recommendations on risk management area, 27 recommendations on framework area, 31 recommendations on asset management area, 6 recommendations on technology and information security area, and 9 recommendations on supplements area that proposed to the DISKOMINFO Kabupaten Malang to complete the application of information security.
Optimasi Penjadwalan Jam Kerja Part Time menggunakan Algoritme Genetika (Studi Kasus: Haga Coffee Shop Malang) Angky Christiawan Rongre; Budi Dharma Setiawan; Randy Cahya Wihandika
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Haga coffee shop is a coffee shop that provides various types of drinks using coffee as a basic ingredient besides that there are various kinds of drinks besides coffee such as chocolate and green tea and has three outlets. Haga coffee shop also opens part time for students who want to fill their free time between lectures free time between classes and additional allowance also adds expertise in the work world to make part time according to the choices of many students. This makes the manager of Haga coffee shop required to be able to make part-time work schedules that are not convoluted with the lecture schedules of their employees or students. Scheduling is the activity of finding a path that is in line with expectations in order to create an optimized visit schedule. Genetics algorithms is one method in finding solutions to scheduling problems that are often used by researchers. Genetic algorithms were used for 8 employees of Haga coffee shop with a population of 150, the number of generation 50 and combinaton Cr 0,2 & Mr 0,9 were the besst fitness values.
Sistem Klasifikasi Kualitas Daging Ayam menggunakan Metode K-Nearest Neighbors berbasis Arduino Zamaliq Zamaliq; Fitri Utaminingrum; Eko Setiawan
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Chicken meat is one of the most abundant sources of animal protein consumed by the community. Chicken meat consumption needs will always increase due to several factors, namely, the price of chicken meat that is relatively affordable compared to beef, has good nutritional quality, and is easily processed into various types of cuisine. Chicken meat sellers in the market or on the side of the road sometimes their sales results are not fully sold in the hands of consumers for various economic reasons, storability and ignorance of the public using hazardous additives and preservatives may be done some examples of abuse on food products is the use of synthetic preservatives for example formalin and borax. In overcoming this problem the determination of the classification of tiren chicken meat, rotten chicken, and formalin chicken, then the right method is needed to do the classification. K-NN method can work independently on each object features to be classified. In this system, several components are used: Arduino Mega Mini microcontroller to process data and perform calculations, the TGS2602 sensor is useful for detecting aroma in chicken meat, the accuracy of the error generated by 3.42% is placed in a container, the Ph BNC Electrode sensor Probes with an accuracy error level of 25.89% are useful to measure acid base levels in chicken meat. For classification using the K-NN presentation method the accuracy was found to be 80.95%.
Pengembangan Multimedia Interaktif berbasis Website pada Mata Pelajaran Adobe Photoshop untuk Kelas X Program Keahlian Multimedia di SMK Negeri 4 Malang Moh. Septian Al Fikri; Retno Indah Rokhmawati; Satrio Hadi Wijoyo
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

There are several majors in SMK 4 Negeri Malang, for example Multimedia. When learners are not given learning media other than power points, because the supervisor uses the lecture method to use media in the form of PowerPoint. The solution that can be used to deal with problems is to build an Interactive Multimedia learning media. Through Interactive Multimedia can motivate and attract student attention about the material presented. Development of Interactive Multimedia can be done using Notepad ++ software as a text editor and Adobe Premiere Pro 2017 for editing video material. Data collection techniques used are observation, question and answer with a guide, questionnaire and test giving. The results of the validation test for material experts and media experts are that the learning media designed in the form of Interactive Multimedia are valid and appropriate for the learning process with an average percentage of material and learning experts at 93.3% for the material aspects, and 87.5% for the learning aspect. Which means the learning media is very good. The percentage of the validation test of the media expert is equal to.62.2% where the media has been good. The results of the pre-test carried out by 36 students averaged 76.27 and the average post-test was 83.3. T-test results obtained a significance value smaller than 0.05 of 0,000. Student pre-test and post-test results also gave a significant increase in grades. It can be concluded that Interactive Multimedia is effectively used for the learning process.
Klasifikasi Penyakit Dental caries menggunakan Algoritme Modified K-Nearest Neighbor Windy Adira Istiqhfarani; Imam Cholissodin; Fitra Abdurrachman Bachtiar
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Dental caries or commonly called cavities is a disease in which bacteria can damage the structure of dental tissue such as enamel, dentin, and cementum. Cause of occurrence dental caries is demineralization of tissue on the surface of the teeth of organic acid caused of foods that contain sugar. Caries that are not treated or controlled early can cause tooth decay that is getting worse and eventually tooth extraction. To find out more about the class of caries disease, a dental caries classification system was created using the Modified K-Nearest Neighbor (MKNN) algorithm. This method is a method that developed from the KNN method. The difference between the KNN algorithm and MKNN is calculation of the validity of training data and weight voting. In this study there were 6 classes and 8 symptoms or variables used. The test results of this study include testing the effect of k values, testing the effect of the amount of training data and test data, and its effect on distance. The results of the average accuracy of testing the value of k by 86% with the highest average of 90.66% when k = 3. Testing the effect of the amount of training data get an average accuracy of 71.1% with the highest accuracy of 86.7% on the amount of training data of 70 and for testing the effect of the amount of test data get an average accuracy of 82.2% with the highest accuracy of 86.7% on the amount of test data of 30. Testing the effect of distance get the same results of accuracy in the distance of Manhattan and Minkowski by 86.7%.
Pengembangan Aplikasi Sistem Informasi Manajemen Laboratorium Teknik Sumberdaya Alam dan Mineral (TSAL) Fakultas Teknologi Pertanian Universitas Brawijaya Gerwin Jonathan Henri; Denny Sagita Rusdianto; Eriq Muhammad Adams Jonemaro
Jurnal Pengembangan Teknologi Informasi dan Ilmu Komputer Vol 4 No 5 (2020): Mei 2020
Publisher : Fakultas Ilmu Komputer (FILKOM), Universitas Brawijaya

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

Abstract

Mineral and Resource Engineering Laboratory is one of the laboratory that is built for giving some services that are needed to students and lecturers. The services can be for researching, loaning tools in laboratory, tools inventory, and also complaint services for a good quality in laboratory. Considering of high demands of those services, laboratory needs information system management that must be well-organized and well-structured, so optimum services can be reached. Model which used for software development that is used in this study is Waterfall. There are 4 processes such as requirement engineering, design system, implementation and testing. The results in requirement engineering are 57 functional requirements and 1 non functional requirement in the form of use case diagram and use case scenario. The results of design systems are sequence diagram, class diagram, user interface and pseudocode for implement. In implementation, technologies that are used are CodeIgniter framework with Hierarchial Model View Controller architecture and supported with web programming language such as HTML5, CSS3, JavaScript, PHP and MySQL. The results of unit testing is 100% valid for each case in the method, 100% valid for each case in integration module, 100% valid for 57 functional requirements and 100% valid for certain browsers such as Google Chrome and Mozilla Firefox.

Page 1 of 3 | Total Record : 30


Filter by Year

2020 2020


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