Programming Fundamentals
Programming Fundamentals
PROGRAMMING
Languages
The Source of Communication between two entities is called
Languages.
COMPUTER Languages
3 Types
1. High Level Language
Easily understandable by human
2. Middle Level Language
Language understandable by both human
and Machine
3. Low Level Language
Language can be easily understandable
by Machine
What is Computer?
What is Program?
Javascript, Actionscript
Ruby, python
Java, C#, VB. NET
Objective- C
C++
C
Assembly Language
How old are you?
What is your Educational Background?
I Don’t Care………
So, who are you?
Tamil = 60
English = 80
Math = 100
History = 70
OUTPUT
Average : 77.5
PROCESSING
Average = (Tamil+English+Math+History)/4
VARIABLE
A variable is any
characteristic, number, or
quantity that can be
measured or counted.
DATA TYPES
Output:
Enter two integers: 5 7
The sum of 5 and 7 is 12