Monthly Archives: October 2015

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