0% found this document useful (0 votes)
4 views

1 - Intro To Computer Programming

Uploaded by

henryshmrri
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

1 - Intro To Computer Programming

Uploaded by

henryshmrri
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

< >

Introduction to
COMPUTER
PROGRAMMING?
< >

“Programming is
EVERYWHERE”
< >

Programming is quite, literally, all


round us. From the take-out we
order, to the movies we stream,
code enables everyday actions in
our lives.
< >

“Programming is for
EVERYONE”
< >

31.1 million
active software developers worldwide…

According to the Developer Nation Survey, which carried out by the SlashData over ten weeks between December
2021 and February 2022.
< >
Technology plays a crucial role in our
economy – but programming is no
longer just for software engineers.
Any person can benefit from learning
to program – whether it’s learning
HTML to improve your marketing
emails or taking SQL course to add a
dose of analysis to your research
role.
< >

What is
PROGRAMMING?
What is PROGRAMMING? < >
Programming is giving a set of instructions to a
computer to execute.

It is the mental process of thinking up instructions to


give to a machine (like a computer).

It is the process or activity of writing computer


programs
Programming as Communication, or Coding < >
• Programming
It is the mental process of thinking up instructions to
give to a machine (like a computer).

• Coding
It is the process of transforming those ideas into a
written language that a computer can understand –
that is binary-machine code.
< >

What is
PROGRAMMING
LANGUAGE?
What is Programming Language? < >
Programming language is the language of computers.
Through programming language, we can
communicate with a computer system. Computers
can only understand binary, but humans are not
comfortable with binary number system. Humans
cannot interact fluently with computers in the
language of 0’s and 1’s.
< >

01101001
01110100 IT
What is Programming Language? < >
Programming languages are broadly categorized into
three types −

• Machine level language


• Assembly level language
• High-level language
3 Types of Programming Language < >
• Machine language is lowest level
of programming language. It
handles binary data
i.e. 0’s and 1’s. It directly interacts
with system. Machine language is
difficult for human beings to
understand as it comprises
combination of 0’s and 1’s.
3 Types of Programming Language < >
• Assembly language is a
middle-level language. It
consists of a set of
instructions in a specific
format called commands. It
uses symbols to represent
field of instructions. It is very
close to machine level
language.
3 Types of Programming Language < >
• High-level language uses format or language that is most
familiar to users. The instructions in this language are
called codes or scripts. The computer needs a compiler
and interpreter to convert high-level language program to
machine level language.
Examples of Programming Languages < >
• C++
• Java
• Python
• C#
• and many
more

You might also like