GUIDE TO START LEARNING PROGRAMING
INTERACTION WITH PROGRAMMING
Questions to think
Programming is the discipline of writing informed sequential instructions,
popularly know as coding, in computer language.
Natural Language of computers
Computers have their own language to communicate, and the natural language is know as Low level language i.e Binary code 1 and 0. which represents two states On(1) and off(0).
High Level Language are the programming language(c,c++,java,python,etc) in which instructions are written in human readable form and understandable with practice and tutorials.
CODE
OUTPUT
We all are surrounded by computers and the way they interact with us is all because of instructions coded in the memory of the computers. Programming plays a key role for a computer to interact and react.
Translators
Translators are responsible for converting High level language into Low level language i.e Binary code,that computers understand (zeroes and ones).Translators are also type such as
- Interpreters- the translator processes, the instructions line by line runs until it reaches the end or finds an error.
- Compilers- compilation processes in which the instructions are converted into binary i.e low level language.
Fortunately programming are done by humans an even it can be learned by anyone. But to understand and to become a programmer the first and the foremost thing that needed is environment.
ENVIRONMENT
Environment meant : Get surrounded and familiarized by CLI(command line interface).
CLI(a way to interact with the computer using commands instead of mouse pointer).
Interaction with a computer makes a space in your mind for curiosity to know and ask about commands you type, thus by this process you slowly get familiarized with the environment and become a part of programming too.
But programming is just not interacting with computers and using commands its lot more.
Programming is about usage of syntax, conditionals, iterations, structures and algorithms,etc
Programming is also the art of problem solving, finding out the optimal solution,
developing of software, applications, building of automated robots.
Programming is about giving the computers the independency to interact and take decisions independently in dynamic world.
Now the first step start learning programming
- Get a Computer system.
- Install and start interacting with CLI, Tutorial here
- Install text editor and compiler.
- Learn a programming Language.
Questions to think
- what is the Natural language of computers ?
- What are high level language ?
- what are translators ? why do we need them ?
- why to start with Command Line Interface ?
- What are other properties of programming ?
Conclusion
We learnt about basic core fundamentals of Programming.
How Computer languages are different and Why CLI is the start to journey of Programming.
Comments
Post a Comment