cover
Contact Name
Budi Hermawan
Contact Email
-
Phone
+62081703408296
Journal Mail Official
info@kdi.or.id
Editorial Address
Jl. Flamboyan 2 Blok B3 No. 26 Griya Sangiang Mas - Tangerang 15132
Location
Kab. tangerang,
Banten
INDONESIA
bit-Tech
ISSN : 2622271X     EISSN : 26222728     DOI : https://doi.org/10.32877/bt
Core Subject : Science,
The bit-Tech journal was developed with the aim of accommodating the scientific work of Lecturers and Students, both the results of scientific papers and research in the form of literature study results. It is hoped that this journal will increase the knowledge and exchange of scientific information, especially scientific papers and research that will be useful as a reference for the progress of the State together.
Articles 106 Documents
Search results for , issue "Vol. 8 No. 3 (2026): bit-Tech" : 106 Documents clear
Development of a DR-ARMA-Based Inventory Forecasting System for Inventory Management Velita, Velita; Tendean, Sandi
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3770

Abstract

Inventory management at Micro, Small, and Medium Enterprises in traditional markets remains heavily reliant on intuition, posing high risks of overstocking or stockouts. This study develops a data-driven inventory requirement forecasting system for Toko Mandiri by integrating the Demand Response–Autoregressive Moving Average (DR-ARMA) method into a desktop application using the Rapid Application Development (RAD) approach. One year of historical daily sales data from four fermented products, with sparsity levels ranging from 38% to 51%, was utilized for training and testing. The dataset was partitioned into training (60%), validation (20%), and testing (20%). The DR-ARMA model's performance was evaluated quantitatively, yielding average values of 1.632 units for RMSE, 1.012 units for MAE, and 29.89% for MAPE, demonstrating reliability on fluctuating and sparse data. System usability evaluation involved three respondents across four task scenarios. Results indicate significant improvements in operational efficiency: the time required to determine inventory requirements was reduced from 30 minutes, using manual intuition-based methods involving physical stock checks across different locations, to just 1 minute, based on direct stopwatch measurements for all scenarios. This represents a 96.7% reduction in processing time. Interaction steps were streamlined from an unstructured process to only 6–7 clicks. The system's effectiveness reached an 83.33% task success rate among non-technical users. Integrating DR-ARMA into a practical application effectively transforms inventory decision-making from intuition-based to data-driven, potentially reducing operational risks.
Medical Equipment Inventory Information System in Public Hospitals Dani, Dani
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3771

Abstract

General Hospitals (RSU) require an effective medical equipment inventory management system to support improved healthcare quality. Currently, many hospitals still use manual methods for recording and managing inventory, which often leads to various challenges such as data errors, lost equipment, distribution delays, and difficulties in monitoring the condition and availability of medical equipment. This study aims to design and implement a web-based Medical Equipment Inventory Information System (SIIAM) to improve the efficiency, accuracy, and transparency of hospital inventory management. To address these issues, a web-based Medical Equipment Inventory Information System (SIIAM) was developed, designed to assist hospitals in managing inventory data in an integrated, fast, and accurate manner. The system was developed using the Waterfall method, which includes requirement analysis, system design, implementation, testing, and maintenance, and was evaluated through system testing to measure its effectiveness. SIIAM can record real-time data on the procurement, maintenance, and use of medical equipment. Furthermore, this system can help identify equipment needs, organize periodic maintenance schedules, and generate reports required by hospital management. Based on testing results, implementing SIIAM increased the efficiency of medical equipment inventory management by up to 30%. It reduced the recording error rate by 20%, while providing real-time access to integrated data across hospital units. Therefore, the web-based SIIAM is an effective solution for enhancing efficiency, accuracy, and transparency in medical equipment inventory management, thereby improving healthcare service quality and patient safety in General Hospitals.
Gamification-Based Redesign of Sekawan V3 Using User-Centered Design and Usability Evaluation Sopian, Fadhlan Putera; Ratnasari, Chanifah Indah
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3774

Abstract

Higher education institutions expect thesis administration systems to support students not only functionally but also through clear workflow guidance and sustained engagement. In Sekawan V3, preliminary observation and an initial user interview identified issues related to limited progress visibility, fragmented workflow, unclear status feedback, and low motivational support during the undergraduate thesis process. This study aimed to redesign Sekawan V3 by integrating gamification elements based on the Octalysis framework into its interface while grounding the redesign in a user-centered design approach. The novelty of this study lies in applying gamification to a procedural academic administrative workflow to improve progress awareness and user motivation in thesis administration. The study consisted of four main stages: understanding the context of use, specifying user requirements, producing design solutions, and evaluating the resulting prototype. A high-fidelity prototype was developed in Figma by redesigning the main thesis administration features, including Dashboard, Files, Logbook, Progress Check, and Leaderboard. The gamification system was implemented through progress indicators, levels, badges, and task guidance. A usability evaluation was conducted through online unmoderated testing with 26 respondents (17 active students and 9 alumni), followed by the System Usability Scale questionnaire. The results showed an overall SUS score of 72.79, categorized as an acceptable usability level with a good user experience rating. These findings suggest that the gamification-based redesign can improve progress awareness, workflow clarity, and motivational support in thesis administration, while still requiring further refinement and full backend implementation.
Uncovering Hidden Security Risks in Government Web Portals Using Penetration Testing and Attack Modeling Salsabila, Belia Putri; Endah Wahanani, Henni; Junaidi, Achmad
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3776

Abstract

Government web portals that consolidate public services and process personally identifiable data are prime targets for cyber adversaries. However, many existing assessments rely on single-framework methodologies that provide limited adversarial context and insufficient prioritization guidance. This study evaluates the security posture of System X, a public-facing government portal in Indonesia, using a grey-box penetration testing approach that integrates OWASP Top 10:2021, CVSS v3.1, and MITRE ATT&CK. Automated scanning using OWASP ZAP and Nessus identified 12 potential vulnerabilities, which were subsequently validated through manual testing using Burp Suite, cURL, SQLmap, and browser developer tools. The validation process confirmed nine True Positives and three False Positives, resulting in a 25% false positive rate, consistent with prior studies on government web applications. The identified vulnerabilities fall within Broken Access Control, Security Misconfiguration, and Identification and Authentication Failures, with CVSS Base Scores ranging from 4.2 to 6.1. Unlike traditional severity-based assessments, the integration of MITRE ATT&CK enables adversarial behavior mapping and reveals dependency relationships between vulnerabilities. For example, a single Content Security Policy (CSP) misconfiguration was found to enable multiple attack techniques (T1059.007), demonstrating that addressing one root cause can mitigate several related vulnerabilities simultaneously. This integrated approach enhances vulnerability prioritization by providing both severity and attacker-context insights, offering more actionable remediation strategies compared to single-framework methods. The findings contribute to improving practical security assessment methodologies for government systems and support evidence-based cybersecurity decision-making.
Decision Support System for Selecting Volleyball Starting Players Using the AHP and SAW Methods Yanah, Septi; Purbaratri, Winny; Purwaningsih, Mardiana; Tachyar, Nani Krisnawaty; Akmaliyah, Yasmin
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3783

Abstract

This study develops a decision support system to enhance the objectivity and reliability of selecting starting volleyball players, particularly for the spiker position, where traditional selection processes are often subjective and inconsistent. The research addresses the limitation of single-method decision models by integrating the Analytical Hierarchy Process (AHP) and Simple Additive Weighting (SAW) into a unified multi-criteria decision-making framework. AHP is employed to derive consistent and structured criterion weights, while SAW is used to generate a transparent ranking of player alternatives. Seven evaluation criteria were used, including passing, service, smash, block, teamwork, body mass index (BMI), and speed. Data were collected through structured observations and expert evaluations involving the team coach and founder. The results indicate that the smash criterion has the highest weight (0.4138), confirming its dominant role in spiker performance. The final ranking shows that Neng Irma Sukmayani achieved the highest score (0.9678), followed by Siti Karlina (0.9602) and Nova Amelia Putri (0.9040). Compared to subjective selection approaches, the proposed system provides a measurable and reproducible evaluation process, improving decision transparency and consistency. The integration of AHP and SAW contributes by reducing weighting bias while maintaining computational simplicity in ranking. The system was implemented using PHP and MySQL and validated through black-box testing, demonstrating stable functionality across all features. This study contributes both theoretically, by strengthening hybrid MCDM applications in sports analytics, and practically, by providing a scalable decision support model for athlete selection.
Enhancing Brain Tumor Prediction Accuracy through Advanced Convolutional Neural Networks: A Methodological Approach Sutrisno, Sutrisno; Jupron, Jupron
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3784

Abstract

Timely and accurate diagnosis of brain tumors remains a significant challenge in neuro-oncology due to the heterogeneous nature of tumor characteristics and their substantial impact on patient prognosis and treatment outcomes. Conventional diagnostic methods, particularly manual interpretation of medical imaging, often exhibit limited sensitivity and specificity, leading to delayed diagnoses and suboptimal clinical decisions. To address these limitations, this study proposes a tailored Convolutional Neural Network (CNN) framework that leverages hierarchical feature extraction to capture subtle spatial patterns in brain MRI images, offering advantages over traditional machine learning approaches that rely on handcrafted features. This study aims to develop and validate the proposed model to improve the accuracy and efficiency of brain tumor prediction using annotated MRI data. The dataset was systematically preprocessed, augmented, and partitioned into training and testing subsets to ensure reliable evaluation. The proposed CNN architecture introduces a streamlined feature extraction–classification pipeline designed to balance computational efficiency with discriminative capability, making it suitable for limited medical datasets. Experimental results demonstrate that the model achieves an overall classification accuracy of 86.27%, with balanced sensitivity and specificity, representing a measurable improvement over conventional diagnostic workflows and baseline approaches reported in related studies. From a clinical perspective, the model supports early detection by reducing false-negative and false-positive rates, thereby enhancing diagnostic consistency and enabling more timely clinical intervention. These findings highlight the potential of CNN-based systems as fast, accurate, and non-invasive decision-support tools, supporting the integration of artificial intelligence into medical imaging and clinical diagnostic workflows.
Analysis of Pesona Dukcapil Application Service Quality on Population Administration Efficiency Using SERVQUAL Fiteri, Fiteri; Kiswanto, Kiswanto
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3795

Abstract

The digitalization of population administration services through e-government platforms has become a strategic priority; however, the alignment between user expectations and actual service performance remains insufficiently examined in developing country contexts. This study aims to evaluate the service quality of the Pesona Dukcapil web-based application using the SERVQUAL model and to explicitly examine its linkage to perceived administrative efficiency, operationalized through user-reported indicators of time–cost savings and service acceleration. A quantitative survey design was employed, utilizing a structured questionnaire with a five-point Likert scale administered to 44 purposively selected users, followed by gap analysis across ten indicators mapped to five SERVQUAL dimensions. The findings reveal consistently negative gap scores, with an overall average of -0.61; responsiveness exhibits the largest gap (-0.70), with response speed as the most critical deficit (-0.75), while tangibles show the smallest gap (-0.50). These results indicate systemic discrepancies between expectations and perceived performance. The study advances the literature by demonstrating that deficiencies in responsiveness and empathy dimensions are directly associated with reduced perceived administrative efficiency, thereby extending SERVQUAL beyond satisfaction-oriented evaluation toward operational outcome relevance. However, the cross-sectional design and limited sample size constrain the generalizability of the findings, suggesting cautious interpretation. The results provide a prioritized framework for improving digital public services, emphasizing system responsiveness, interface usability, and information clarity as key determinants of both service quality and administrative efficiency.
Analysis of Information and Communication Technology Influence on Poverty Levels Using Analytical Hierarchy Process Megie, Putri x; Kiswanto, Kiswanto
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3796

Abstract

The role of Information and Communication Technology (ICT) in driving economic growth and reducing poverty has attracted increasing global attention. Yet, limited research has systematically prioritised ICT indicators that influence poverty at the regency level in developing countries. In this study, poverty is operationalised as a multidimensional socioeconomic condition reflected through regional deprivation indicators reported by official statistics, serving as the dependent construct influenced by ICT development factors. This study aims to analyse the influence of ICT on poverty levels in Bangka Regency by determining the priority weights for four ICT indicators—network infrastructure, community ICT access, digital literacy, and ICT utilisation in economic sectors—using the Analytical Hierarchy Process (AHP). A quantitative approach was employed, collecting pairwise comparison data from 100 respondents comprising local government officials, academics, and practitioners. The AHP analysis, validated with a Consistency Ratio (CR) of 0.05, revealed that network infrastructure received the highest priority weight (0.36), followed by ICT utilisation in economic sectors (0.29), community ICT access (0.20), and digital literacy (0.15). Methodologically, this study advances existing ICT–poverty research by providing a structured multi-criteria prioritisation framework that complements conventional econometric approaches through expert-based weighting of interrelated ICT dimensions. However, the findings are subject to limitations related to reliance on expert judgment and the absence of direct empirical modelling of poverty outcomes. These results highlight that infrastructure and productive ICT use are the most influential drivers, offering actionable guidance for evidence-based policy design and resource allocation in local governance contexts for sustainable poverty alleviation.
Web-Based Waste Management Information System Using the Waterfall Method Noviadih, Muhamad; Muiz, Adam; Sunandar, Dede
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3804

Abstract

The rapid growth of urbanization and industrial activities has significantly increased waste generation, posing complex environmental and operational challenges when information management remains fragmented across institutions. This study aims to design and implement a web-based waste management information system to support integrated waste handling processes at the Environmental Agency of Tangerang Selatan. The system was developed using the Waterfall method, encompassing requirement analysis, system design, implementation, testing, and maintenance, with data collected through observation, stakeholder interviews, and literature review. UML modeling was employed to formalize system architecture, and the application was implemented using Laravel (PHP) and MySQL. The proposed system introduces a unified platform that integrates citizen reporting, institutional workflow management, and public information dissemination, addressing limitations of prior web-based systems that are typically function-specific and lack cross-stakeholder integration. The system supports waste reporting, processing, and monitoring within a closed-loop workflow, enhancing traceability and coordination. Quantitative evaluation through functional testing achieved a 100% success rate across all core modules, while preliminary operational observations indicate reduced reporting delays and improved data accessibility compared to prior manual processes. The system also enhances public engagement through structured reporting and educational content delivery. These findings demonstrate that the system provides measurable improvements in operational efficiency and stakeholder coordination, offering a scalable and cost-effective digital governance solution for municipal waste management in resource-constrained environments.
Web-Based Expert System for Common Disease Diagnosis Using Forward Chaining Dede Sunandar; Muiz, Adam; Mutaqim, Zainul
bit-Tech Vol. 8 No. 3 (2026): bit-Tech
Publisher : Komunitas Dosen Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32877/bt.v8i3.3814

Abstract

The increasing number of patients seeking medical consultation at primary healthcare facilities often leads to prolonged waiting times and delayed preliminary diagnosis, particularly for common diseases with overlapping symptoms. At Puskesmas Karanganyar, diagnostic procedures remain largely dependent on direct consultation, limiting service efficiency under high patient volumes. This study aims to design and implement a web-based expert system to support early diagnosis by simulating clinical reasoning. The system employs a rule-based inference mechanism using Forward Chaining to identify potential diseases from patient-selected symptoms, while the Certainty Factor method is integrated to quantify diagnostic confidence. Unlike prior rule-based diagnostic systems, this study contributes an integrated multi-disease diagnostic framework tailored to primary healthcare workflows, combining transparent rule traceability with graded confidence representation to enhance interpretability and practical usability. Knowledge acquisition was conducted through expert interviews and literature review, resulting in a knowledge base of ten diseases and forty symptoms. The system was implemented using PHP and MySQL and is accessible across devices. Empirical evaluation through structured functional testing and user-oriented validation indicates that the system achieves consistent diagnostic outputs with 100% functional success across tested scenarios, average response time below 2 seconds, and positive usability feedback from healthcare staff, demonstrating operational reliability in real-world settings. The findings suggest that the proposed system provides fast, consistent, and informative preliminary diagnoses, supporting more efficient decision-making in primary healthcare services.

Page 10 of 11 | Total Record : 106