ICT-Programming Languages
ICT-Programming Languages
ICT-Programming Languages
LANGUAGES
»»————- ★ ———— -««
Done by-Shreya 8A
Welcome!!
Lets get started !!
Why do we use programming
Agenda Style languages ?
Computer programming language is an language used to write
computer programs, which involve a computerperforming some
kind of computation or algorithm and possibly control external
devices such as printers, disk drives, robots, and so on.
Python php
C sharp JavaScript
Java Swift
AssemblyAgenda
Language
Style
Assembly language is a way of writing computer programs that are very
close to how the computer works. It have some symbols and codes that
represent the basic operations that the computer can perform, which
includes adding, moving, or comparing numbers. Because every computer
use different architecture for processing so computer have there own
instructions so we can say every computer have there own assembly
language. It is way higher level language then machine language so its more
faster and but still its hard to write and read. To run a program written
using assembly language we need to convert it to machine language which
is binary . This conversion is done by a program called an assembler.
Thank you