What is coding or programming language? How to learn programming in an effective way? I will try to teach you basic coding in a very simple way.Computer programming language, any of various languages for expressing a set of detailed instructions for a digital computer. Such instructions can be executed directly when they are in the computer manufacturer-specific numerical form known as machine language.
We will learn all the processes of computer programming language step by step.If you want to be a programmer, you must know programming well. Coding may seem difficult at first, but it is possible with patienEtc.
Language Type:
- Machine and Assembly language.
- Algorithmic Language.
- Fortran
What is an algorithm..?
★An algorithm is a procedure or step-by-step instruction for solving a problem. They form the foundation of writing a program.
Example:01
Write an algorithm and draw the flow chart to add two numbers.
Algorithm:
- 1.Start
- 2.Read a, b
- 3.Calculated c=a+b
- 4.Print c
- 5.Stop
★The algorithm , flow chart and program to find the summation of 1+2+3+...+100 series.
Another important practice in learning programming is reading code. Wherever you see a program, read it and try to understand it. If you do not understand, write it in the compiler and try to run. Use popular apps to do this coding, such as Codeblocks 16.1(For PC) Etc
Programing with Android Apps(Cppdroid):
@art-bangladesh,
Welcome to the Steemit Nursery family!
Have a pleasant stay in Steemit Nursery Community, Thank you! 💐
Best regards,
Steemit Nursery Team
Link:
Steemit Nursery Community Announcement updated on 2/June/2021
Reglas Steemit Nursery Community / Rules & Guidelines
Rules & Guidelines Steemit Nursery Community
#onepercent #venezuela
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit