Zusammenfassung der Ressource
P5 explain the role of software design
principles and software structures in
the IT systems devel
- Function
- two types of function
- built in
- already providded
- user defined functions
- Readability
- comments
- Ignore by computer
- auto coloured green
- quotation marks
- Loop or selection
- Pre defined code
- Savetime
- already tested
- Quality of code
- Usability
- Reliable and robust
- able to handle errors
- Procedures
- Ends with End sub
- Starts with line code
- Created by VB