Langsung ke konten utama

Postingan

Menampilkan postingan dari September, 2019

Latihan 8.1 - 8.6 || TASK 2

BIODATA /**  * Write a description of class Profile here.  *  * @author (your name)  * @version (a version number or a date)  */ public class Biodata {     public static void main( String[] args )     {         System.out.println ("---------- BIODATA ----------");         System.out.println ("\n");         System.out.println ("Nama       : Muhammad Satryo Pamungkas Bimasakti");         System.out.println ("NRP        : 05111840000070");         System.out.println ("Kelas      : PBO-D");                 System.out.println ("Alamat      : Central Park");     } } Hasil Compile :: _________________________________________________________________________________ Tugas Time  Membuat New Class Time1 public class Time1 {     private int hour; // 0 - 23     private int minute; // 0 - 59     private int second; // 0 - 59          // set a new time value using universal

Structured Programming VS Object Based Programming || TASK 1

Structured Programming Object-oriented programming Break down programs in functions and data Combine functions and data in classes or objects It has the characteristics of Sequence, Selection and Repetition It has the characteristics of Encapsulation (packaging), Inheritance (inheritance) and Polymorphism (differences in shape and behavior) The program structure is complicated because it is a sequence of processes and functions The program structure is concise, enough to create objects and classes and then work based on these objects and classes. Lacking program reusing The program code is very reusable. object and class can be used many times, so as to save memory space. Effectively used to solve small problems and not suitable for solving complex problems, because later it will be difficult to find solutions to problems when an error occurs Effectively used to solve large problems, because OOP consists of classes that separate each program

Fit For The Future : Kuliah Tamu 27 Agustus 2019

Review Kuliah Tamu Kuliah tamu hari Selasa, 27 Agusutus 2019 bertema “Fit for The Future”.  Pembicara dari kuliah tamu ini adalah Bapak Ahmadsyah Alghozi. Bapak Ahmadsyah memiliki segudang pengalaman dalam segala bidang. Bapak ini sudah memiliki karir yang bagus baik di Indonesia, maupun di kancah internasional. Dalam kesempatan ini, Bapak Ahmadsyah membagikan berbagai pengalaman yang ia dapat selama hidupnya. Beliau pernah bekerja di landmark Indonesia, lalu melanjutkan ke landmark Belanda, dan mengimplementasikan software di sana. Pada tahun 2011, ia bergabung di perusahaan petroleum, kemudian pindah ke Shell menjabat sebagai technical data consultant. Setelah merasakan menjadi user akhirnya kembali lagi kedalam dunia IT dimana pengalaman disaat beliau menjadi user membantu dalam membuka perspektif yang baru lagi. Terdapat dua tipe orang dalam suatu pekerjaan, yaitu engineer dan scientist. Keduanya memiliki cara bekerja yang berbeda. Seorang engineer membuat sesuatu unt