Introduction to Programming - PowerPoint PPT Presentation

About This Presentation
Title:

Introduction to Programming

Description:

Introduction to Programming History of Programming Charles Babbage Lived from 1791 - 1871 Called the father of the computer Created the Analytical Engine Trivia ... – PowerPoint PPT presentation

Number of Views:57
Avg rating:3.0/5.0
Slides: 9
Provided by: HenryR51
Learn more at: https://qrc.depaul.edu
Category:

less

Transcript and Presenter's Notes

Title: Introduction to Programming


1
Introduction to Programming
2
History of Programming
Charles Babbage Lived from 1791 - 1871 Called the
father of the computer Created the Analytical
Engine
Trivia In 1908, after being preserved for 37
years in alcohol, Babbage's brain was dissected
by Sir Victor Horsley of the Royal Society.
3
History of Programming
George Boole Lived from 1815-1864 Described the
symbolic logic system
4
A Powerful Program
  • Fortran
  • An acronym derived from The IBM Mathematical
    Formula Translating System
  • First appeared in 1956
  • Easy to use input and output system, code was
    short and easy to follow
  • First commercial high-level programming language

5
Sample Fortran Program
C FORTRAN IV WAS ONE OF THE FIRST
PROGRAMMING C LANGUAGES TO SUPPORT SOURCE
COMMENTS WRITE (6,7) 7 FORMAT(13H
HELLO, WORLD) STOP END
6
What is Programming?
Programming is the ability to talk to the
computer in a language it can understand and
using grammar and syntax that it can follow to
get it to perform useful tasks for you. You write
code and the computer interprets your request and
does something. The code must be correct and
unambiguous.
7
Why so Many Programming Languages?
The code you type in is not the code that the
computer understands. A program converts the code
from text into a certain type of language that
the computer can decipher. What is that language
(think back to the fifth week of class)?
8
What if you Cant Write a Program?
You could write an algorithm
Write a Comment
User Comments (0)
About PowerShow.com