software development :)
Terms
undefined, object
copy deck
- Design
- Beginning to create a solution to a given problem
- Machine Code
- A code in which the computer is able to understand; It is made up of 1s and 0s
- Variable
- A place in memory in which data is stored.
- Iteration
- Revisiting a stage in light of information gained.
- Pseudocode
- A list of numbered steps used in the design stage
- HLL
- A language based on english words
- Testing
- Checking whether the program works, using test data which is normal extreme and exceptional
- Pascal
- A programming language that we use.
- Fixed loop
- A section of code which is repeated a certain number of times
- Implementation
- Starting to write the program in a HLL