1. constant - official term: declare
2. variables - changeable
3. data types - string, integers, floating point
4. operators - a symbol that tells computer what action to perform
5. control sequence - allow programmer to control flow of program
Pseudo Code
- text only sentence that describe logic and program flow of a program
- resembles plain English
- directly link to computer codes
- no set rules
No comments:
Post a Comment