Month: May 2017

  • Makna fisika dalam kehidupan sehari hari

    Makna fisika dalam kehidupan sehari hari

    Hukum Gravitasi Newton Gaya=massa x percepatan gravitasi Rumus ini mengingatkan Anda untuk tetap menginjakkan kaki di bumi meskipun Anda dalam keadaan sangat senang karena bila Anda melompat terlalu tinggi karena kegirangan, Anda akan tetap ditarik kembali ke bumi, rendah hatilah dalam keadaan apapun. Hukum Tekanan Pascal Tekanan=Gaya/Luas Daerah Ketika Anda sedang tertekan, jangan biarkan hati…

  • Sains Dalam Islam

    Sains Dalam Islam

    Islam dan Aktvitas Ilmiah Sejak dulu aktivitas ilmiah sudah ada dalam dunia Islam. Contoh kegiatan ilmiah yang berhubungan dengan wahyu adalah ilmu tafsir. Penafsiran Al-Qur’an merupakan  salah satu aktvitas intelektual utama Umat Islam sejak awal. Dalam telaah Al-Qur’an sendiri banyak ilmu yang dilahirkan. Ketika membahas lafal-lafal Al-Qur’an dan cara membacanya lahirlah ilmu tajwid dan ilmu…

  • Sains Komputer

    Sains Komputer

    Sains komputer (computer science) secara umumnya adalah pengkajian perhitungan (computation) dan pemprosesan maklumat, sama ada dari segi perkakasan mahupun perisian.Seseorang yang pakar dalam bidang perkomputeran dipanggil Saintis Komputer. Ini adalah kerana sains komputer merupakan salah satu cabang daripada aliran sains. Skop sains komputer masih tidak dapat dipisahkan dengan jelas memandangkan bidang ini meliputi aspek yang amat…

  • Tugas Array dan Inheritance Kelompok 06

    Kelompok 06 Salman Nuzuli NIM : 1202163115 Rifky Ramdhianis NIM : 1202164392 Novrianda Marza NIM : 1201260295 A.) Write a static method isStrictlyIncreasing(double[] in) that returns false otherwise. B.) Tulis method isStriclyIncreasing (double[] in) dimana akan bernilai benar jika nilai tersebut lebih besar dari nilai sebelumnya, dan akan salah jika nilai tersebut lebih kecil dari…

  • Tugas Array dan Inheritance Kelompok 06

    Kelompok 06 Salman Nuzuli NIM : 1202163115 Rifky Ramdhianis NIM : 1202164392 Novrianda Marza NIM : 1201260295 A.) Create a base class called Vehicle that has the manufacturer’s name (type String), number of cylinders in the engine (type int), and owner (type Person given in listing 8.1). Then create a class called Truck that is…

  • Tugas Array dan Inheritance Kelompok 06

    Kelompok 6 – SI4002: · Anisa Agustina (1202162042) · Rahkmah Nabila (1202163018) · Atika Rahmawati (1202164244)Tugas Alpro 1. Bab 8 Inheritance and Polymorphism Halaman 648 bagian “Programming Projects” Nomor 6 Soal :Create a base class called Vehicle that has the manufacturer’s name (type String), number of cylinders in the engine (type int), and owner (type…

  • Aplikasi Pembuatan Program OOP Inheritance Perusahaan Truck

    KELOMPOK 16 SI-40-03: Retna Taqiyyah A. (1202160253) Try Asputri Pane (1202163163) Fadhilah Amani A. A. (1202164172) a. Soal Create a base class called Vehicle that has the manufacturer’s name (type String), number of cylinders in the engine (type int), and owner (type Person given in Listing 8.1). Then create a class called Truck that is…

  • Tugas Array dan Enhiretance Kelompok 03

    No 3 BAB 8 Define two derived classes of the abstract class ShapeBase in Listing 8.19. Your two classes will be called RightArrow and LeftArrow. These classes will be like the classes Rectangle and Triangle, but they will draw arrows that point right and left, respectively. The size of the arrow is determined by two…

  • Tugas Array dan Inheritence Kelompok 5

    SOAL BAB 8 NO 5 Define two classses , Patient and Billing, whose object are record for a clinic. Derive Patient from the class Person given in Listing 8.1. A Patient record has the patient’s name (defined in the class Person) and identificationnumber (use the type String). A Billing class will contains a Patient object…

  • Tugas Array dan Inheritance Kelompok 08

    a. Soal ( nomor 8 hal 648 ) Create a new class called Dog that is derived from the Pet class given in listing 6.1 of chapter 6. The new class has the additional attributes of breed(type String) and boosterShot (type boolean), which is true if the pet has had its booster shot and false…