Class02
Class02
• Course plan
• The necessity of learning Computer Programming
• Computer is a Machine to solve problems
• Defined a problem
• Steps to solve a problem
• Different types of problem
HOW TO SELECT THE BEST
DESIGN/ALGORITHM?
• Another Program
• Controls the entire operation of a computer system
• What are the operations/activities done on a computer?
– Movies/ Music/ Games/ Programming in C
• Examples of Operating systems
• Windows
• Unix/Linux
• Mac OS
• We use Linux with C
WHY DO WE USE LINUX WITH C?
#include <stdio.h>
main()
{
printf(“C is a nice programming language”);
}