Basic Programming Concepts

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

Basic Programming Concepts

Mr. Muhammad Usman


Outline

• Program, Programming & Programming Languages


• Variables, Constants & Data Types
• Operators in Programming
• Decision Making in Programming
• Iterations in Programming
Program, Programming & Programming Languages
Program, Programming & Programming Languages
• Program
• A computer program, or just a program, is a sequence of instructions,
written to perform a specified task on a computer

• Programming
• Computer programming is the process of writing or editing source code
• A person who practices this skill is referred to as a computer programmer,
software developer, and sometimes coder

• Programming Languages
• A programming language is a formal constructed language designed to
communicate instructions to a machine
Program, Programming & Programming Languages
• Type of Programming Languages
Program, Programming & Programming Languages
• Language Translation Process (High to Low)
Program, Programming & Programming Languages
• Type of Language Translators
Program, Programming & Programming Languages
• Compiler vs Interpreter
Program, Programming & Programming Languages
• Type of Errors in Programming
Any?

You might also like