I Am Sharing 'Computer Programming-Lecture' With You
I Am Sharing 'Computer Programming-Lecture' With You
Lecture 1
Outline
• Introduction to computation
• Basic descriptions of computers
• Introduction to programs
• Introduction to programming languages
Computation
• Until 1940s the word computer was a job title.
• Computers were people trained to carry out mathematical operations
• They followed a set of precise instructions required to create mathematical tables used for
navigation, astronomy, business
What is Computation?
• Computation refers to the process of performing mathematical calculations or
solving problems using algorithms and data manipulation.
• An algorithm is a well-defined, step-by-step procedure or set of rules for solving a specific
problem or performing a particular task.
• They are written in programming languages and can perform a wide range of
tasks, from simple calculations to complex simulations and analyses.
print(“Hello world”)