Claim Missing Document
Check
Articles

Found 2 Documents
Search

PELATIHAN CARA PEMBUATAN DATA BASE PADA SMK N 1 LOLOWA’U pengalaman ndruru
Interaksi : Jurnal Pengabdian Kepada masyarakat Vol. 1 No. 1 (2024): Agustus 2024
Publisher : PT. Ndruru Jaya Mandiri

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.67763/ijpkm.v1i1.40

Abstract

SMK  Negeri  1  lolowa’u  adalah  salah  satu  SMK  Dikabupaten  nias  selatan.  Dalam kurikulumnya  SMK  ini  mengajarkan  mata  pelajaran  komputer  sebagai  bagian  dari spesifikasi  kejuruannya.  Dengan  kemajuan  teknologi  hampir  semua  orang  sudah memiliki  komputer  sendiri.  Sehingga  banyak  sekolah  mulai  menjadikan  pembelajaran komputer  sebagai  salah  satu  mata  pelajaran  atau  jurusan  yang  diajarkan  pada  sekolah tersebut. Misalnya cara membuat database dengan masyql. Database bisa dipakai untuk menampung  data  sesuai  kebutuhan  dari  para  siswa,  atau  bisa  juga  sebagai  sarana penunjang dalam pelajaran mereka. Pelatihan ini dibuat sebagai program dari Tri Dharma Perguruan  Tinggi  yaitu  Pengabdian  Kepada  Masyarakat.  Lembaga  Penelitian  dan Pengabdian  Masyarakat  Universitas  budi  darma  medan  bertanggung  jawab mengembangkan dan menyebarluaskaan ilmu pengetahuan teknologi dan atau kesenian, serta  mengupayakan  penggunaannya  untuk  meningkatkan  taraf  kehidupan  masyarakat dan memperkaya kebudayaan nasional. Melalui pelatihan kepada para siswa SMK N 1 lolowa’u  diharapkan  mereka  dapat  membuat  database  menggunakan  mysql    untuk berbagai kepentingan atau sebagai penunjang dalam pelajaran 
Analisa Perbandingan Proses Algoritma Elias Gamma Code dengan algoritma Elias Delta Code Dalam Kompresi File Audio Video Interleave Pengalaman ndruru
Interaksi : Jurnal Informatika Dan Teknologi Sistem Informasi Vol 1 No 1 (2025): November 2025
Publisher : PT. Ndruru Jaya Mandiri

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.67763/jitsi.v1i1.60

Abstract

Abstract− Data compression is a method in computer science for reducing data size or compressing data. The data to be compressed is smaller in size than the previous data with the aim of saving storage. If data compression is carried out, the storage space required is small. Apart from being more efficient, compression can also result in faster data measurement times. As technology develops nowadays, data has a very important role, the large amount of data stored on memory or hard disk will result in a large increase in the used capacity of the storage media. There are two techniques that can be used to compress data, namely lossy compression and lossless compression. Lossy Compression is data file compression where the decompression results of the compressed data are not the same as the original data because there is information lost, but it can still be tolerated by eye perception. Lossy data compression will be effective when applied to images, films and digital sound. Meanwhile, Lossless compression is data compression where the decompression results of the compressed data are the same as the original data and no information is lost. One of the compression algorithms that can be used is the Elias Delta Code Algorithm which is a compression algorithm created by Peter Elias. The Elias Gamma Code code adds the length of the code in unary (α). The next code, δ(delta), is then added to the binary code (β). Elias Delta Code for positive integers, a bit more complex to construct. This algorithm can also compress large files to reduce the size of the file.