Lesson 3 Flashcards
Goal of Software?
To solve some type of problem
Input?
A requirement form the environment
Processing?
A computation based on the requirement/input
Output?
A provision for the environment
Pseudocode
Method to design of plan a program. False code is its translation.
Compiler error?
Converts source code to object code.
Linker error?
Conects or links object files into an executable file.
Logic error?
from the output.
What is model checking?
Checks if the model produces the correct results?
What is Code checking?
Check if the coded program produces the correct results.
What is a readme?
a textfile that contains useful information about a software.
4 tips for a readme file are?
Up-to-date - update it regularly
Brief and clear - only what is needed
Detailed - include all details necessary
Self Explanatory - user shouldnt need to look outside the file to understand the info
What is the other documentation within a program?
At the top of the code is where to find. Usually includes creator and purpose but varies based on creator.
Version control
THe management of changes to programs and other collections of info
How to decide if a program is fit to be used?
Usability, accessibility, and content