Fundamental of Python Programming - Presentation1
Fundamental of Python Programming - Presentation1
• In other words, we can say that programming languages provides the way so that the
users may interact with the computer to give it commands and instructions to perform
certain tasks.
TYPES OF PROGRAMMING LANGUAGE AND
DIFFERENCES
TYPES OF PROGRAMMING LANGUAGE AND
DIFFERENCES
• With the help of computer language, a programmer tells a computer what
to do.
• Some popular computer programming languages are C++, C#, Java, Visual
Basic, Python, COBOL etc.
• These are examples of high-level programming languages.
• Whereas machine language and assembly language are called low level
programming language.
TYPES OF PROGRAMMING LANGUAGES
• These languages are near to computer hardware and far from human
languages.
• Computer can understand these languages easily.
• Following are two low-level languages:
• Machine Language
• Assembly Language
MACHINE LANGUAGE
MACHINE LANGUAGE
• High-level languages are easy to understand. Instructions of these languages are written in
English-like words e.g. Print, Display, Write etc.