1 Oktober 2015
Object Oriented Programing (OOP):
- Inheritance
- Abstraction
- Interface
- Polymorphism
Tingkat Bahasa Pemograman dari rendah sampai tinggi:
Assembler>C,Pascal,Fortran>Java,C++,C#
Problem>Process>Solution
Develop an algorithm:
- Writing
- Flowchart
Pseudocode:
- Input
- Output
- Compute
- Store
- Compiler
- Loop
Why C is popular:
- Flexibility
- Portable
- Well known programming langguage
- Library Support
C standard library:
- <math.h>
- <stdio.h>
- <stdlih.h>
- <string.h>