skip to main |
skip to sidebar
Taking Your first step into the world of Programming
Programming
is a creative process done by programmers to instruct a computer on
how to do a task.
So
Programming Is Boring? No!:Programming
is lots of fun and extraordinarily useful, helping you be creative
and also
opening up new careers for you.Computers
can be programmed to do interesting things.
In the UK, a system has
been running for several years that reads car number plates. The car
is seen by a camera and the image captured then instantly processed
so that the number plate details are extracted, run through a
national car registration database of
number plates and any stolen vehicle etc alerts for that vehicle
flagged up within four seconds.
1:Choose
a programming language.
Computer
programming is done as essentially a set of written instructions that
the computer follows. These instructions can be written in a number
of different "languages", which are really just different
ways of organizing the instructions and text.
Different languages
tend to be used to create different types of programs,for example
Visual Basic, Java, C, C++, C#, HTML, PHP, Cobol and Assembly. However,
as " C++ " (A Programming language) is a part of our Course
So here we learn about C++.
C++
are easy and good beginner languages
2:Think
about going to School.
While
most companies hiring a programmer will care more about your skills
than the letters after your name, it still is generally better to
have an actual degree to point to.
You will learn more and more
efficiently than if you teach yourself, all while getting expert
guidance.There
are often scholarships and grants available to those doing degrees
in this field. Don't feel intimidated by the price tag of a degree:
it is possible!
Programming
Languages:
Programming
Languages are used to write a computer Program.There are two types of
programming languages based on the code or syntax they use. One is
Low level and the other is High-level programming languages.In
simple words, The Language that is close to Human language like
simple English lines e.g Print,Input etc called High Level Language And
The language that is close to Computer Language is called Low Level
Language like Machine Language which uses Binary words..
Low
Level Languages are used to develop System Software like Operating
System (Windows,Mac etc).
High
Level Languages are used to develop Application Software..Almost
all of the computer programming these days is done with high-level
programming languages.C++
is also a High Level Language.