Chap3software Class
Chap3software Class
Software
1. WINDOWS
2. MAC OS
3. LINUX
4. UNIX
5. DOS
(Disk Operating System)
Application software
A program
An algorthm (in computer language)
(in human language)
// a simple program
#include <iostream> Comments
using namespace std;
Function int main() {
named main cout << "Hello world!" << endl;
indicates start return 0;}
of program