Today, as our assignment we learn what is very good and exact definition of the Program.
- A Program is a sequence of instructions that specifies how to perform computation.
Based on what we have discuss, creating a program was having a lot of analyzation. Make sure that the program you are going to do, will be determine or understandable by the user itself, or what we called user's friendly.
I also learned and knows the Some type of Computer programs. the are:
- System Programs - Programs that are needed to to keep all the hardware and software systems running together smoothly. The examples of this, like Linux, Windows, Unix, Slaris, MacOS.
- Application Programs - Programs that people use to get their work done. Examples, Word Processor, Game Programs, Spreadsheets.
- Compilers - The computer understands only one language: machine language. Machine language is in the form of ones and zeros. Since it is highly impractical for people to create programs out of zeros and ones, there must be a way of translating or converting a language which we understand into machine language, for this purpose, there exists compilers.
That is what I have learned for today!