You are on page 1of 9

‘O’ & ‘A’ Level

PROGRAMMING & Introduction


PROBLEM SOLVING THROUGH

‘PYTHON’
LANGUAGE
By – Geetanksh IT Class
Agenda
 Python Syllabus of ‘O’ & ‘A’ Level
 What is Language
 What is Programming Language
 Interpreter and Compiler
 What is Program
www.geetanksh.com
Python Syllabus

Syllabus
www.geetanksh.com
Language
INDIAN Girl Her know both
Base Language Languages Hindi & JAPANESE Girl
is Hindi “The method of human communication, Base Language
Japanese
either spoken or written, consisting of is Japanese
the use of words in a structured and
conventional way.”

How to communicate ?

English Language
Programming Language
“Programming languages are used
“Programmer”
known as High
for developed computer software to “Computer”
Level Language implement algorithms” known only
binary Language

Programming Language

Assembler
Compiler Byte Code
Or
Interpreter Byte File
www.geetanksh.com
Types of Programming Language

 There are three types of Programming Language.


 Low Level Language : It is directly works on hardware.
It is also known as machine language. Ex- Assembly.

 Middle Level Language : Middle level language support


both Low & High level language. Ex- C & C++

 High Level Language : High level language support


Object Oriented Programming concepts. Ex- Java, Python,
.NET, etc.
What is Program ?
“A program is a collection of instructions that can be
executed by a computer to perform a specific task.”

Addition (+) Subtraction (-) Multiply (×) Division (÷) Calculator(S/w)


a=10, b=20 a=20, b=10 a=5, b=5 a=10, b=2 Addition (+)
Sum = a+b Sub = a-b Mul = a*b Div = a/b Subtraction (-)
Display (Sum) Display (Sub) Display (Mul) Display (Div) Multiply (×)
Result = 30 Result = 10 Result = 25 Result = 5 Division (÷)

“A software is a collection of data or program, which is tells


the computer how to work. It is opposite of hardware which we
can not see and touch.”
Summary
 Python Syllabus of ‘O’ & ‘A’ Level
 What is Language
 What is Programming Language
 Interpreter and Compiler
 What is Program
Thank You So Much

“Like, Share and


Subscribe this video”
www.geetanksh.com

You might also like