Category Archives: Uncategorized

Algorithm & Programming – 7th Meeting

Pada pertemuan kali ini kita membahas Function dan Recursion Function berfungsi untuk membuat fungsi yang bisa dibuat oleh kita sendiri. Function juga berguna untuk membuat program menjadi lebih simple dan dapat membuat program dapat dideteksi dengan lebih mudah bila ada … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 6th Meeting

Di pertemuan ke 6 ini kami mempelajari tentang vibonaci I–>P–>O I = Input (scanf, getchar,…) P = Process (Selection [ If-else, Switch case, Nested If], Looping/Repetition [for, while, do-while], storage [file, sql, nosql ] ) O = Output (printf,…) Contoh … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 9th Meeting

Definisi File, record dan penyusunnya : File is a collection of record Record is a collection of field Field is a block of byte Byte is collection of bit Definisi Streams  Stream -Standard input stream (stdin) -Standard output stream (stdout) -Standard … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 5th Meeting

Pointers and Arrays: –Pointer Definition –Pointer Concept –Pointer to Pointer –Array Pointer Definition Pointer is a variable that store the address of another variable Syntax : <type> *ptr_name; Two operators mostly used in pointer : * (content of) and & … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 4th Meeting

Program Control – Repetition: –Repetition Definition One or more instruction repeated for certain amount of time Number of repetition can be predefined (hard-coded in program) or defined later at run time Repetition/looping operation: –for –while –do-while –For Syntax: for(exp1; exp2; … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 3rd Meeting

In this 3rd meeting in Algorithm & Programming I learn about selection. What is selection? In an algorithm implementation, an instruction or block of instructions may be executed (or not) with certain predetermined condition Syntax: –IF Syntax : if (boolean … Continue reading

Posted in Uncategorized | Leave a comment

Algorithm & Programming – 2nd Meeting

These are what i get from the 2nd meeting in algorithm & programming Operator, Operand, and Arithmetic: –Operator and Operand Introduction –Assignment Operators –Arithmetic Operators –Relational Operators –Conditional Expressions –Logical Operators –Bitwise Operators –Pointer Operators –Precedence and Associative Operator and … Continue reading

Posted in Uncategorized | Leave a comment

Review Algorithma sesi ke 1 – 1 Oktober 2015

OOP: Object Oriented Programming Object Oriented Programming adalah semacam metode dalam pembuatan program yang berbasiskan pada objek yang mempunyai tujuan untuk menyelesaikan berbagai masalah pemprograman yang semakin meningkat dan rumit. Di dalam Object Oriented Programming ini tentunya mempunyai beberapa konsep … Continue reading

Posted in Uncategorized | Leave a comment

Organizational skills

Participatory Participate in every event EFFECTIVE & EFFECIENT Having good organizational skills is about making the best use of your time. Being organized reduces the amount of time you have to dig to uncover important business information. Understand where your … Continue reading

Posted in Uncategorized | Leave a comment

FEP

Hai para calon binusian! Selamat ya sudah menentukan pilihan anda di Binus University.Umumnya,bagi mahasiswa baru disetiap kampus pasti harus mengikuti yang namanya ospek tidak terkecuali calon binusian.Biasanya ospek digambarkan dengan kekerasan dan senioritas,tetapi tidak dengan ospek di Binus.Di Binus,ospek disebut … Continue reading

Posted in Uncategorized | Leave a comment