Lesson 1 - Intro To Programming
Lesson 1 - Intro To Programming
Introduction to Computer
Programming
Java
C
C++
PHP
Perl
Visual Basic
Generations of Programming Languages …
Programming Languages
ADD X Y Z
means add the values found at x and y in memory, and store the
result in location z.
1. Identify the problem – this is the first step. As it gives the desired output
requirements, you are going to analyze the needs to be able to come up with a
suitable programming solution.
3. Coding the program – code the program with the use of a chosen programming
language
Program L i f e Cycle
https://www.tutorialspoint.com/computer_programming/computer_progra
mming_overview.htm
https://www.slideshare.net/HarikaReddy115/computer-programming-tutori
al-107592495?qid=b798c654-2d25-4585-a133-23f5cd5af119&v=&b=&from_
search=2
https://www.slideshare.net/shohelsayeed9/computer-programming-lecture-1
https://www.youtube.com/watch?v=bjFvcFjJpE0
END OF LESSON