Fundamental Concept of programming
What is Programming?
In this blogging post,we will be introduced the term "programming" and understand its importance and many other related terms. We will try to cover today's blogging in fastest and easiest way.
In simple words,"programming" is a written language.It instructs the computer to perform several tasks.
Officially, the first programming language for a computer was Plankalkül, developed by "Konrad Zuse"for the Z3 between 1943 and 1945.
In General "programming" is a process which follows set of instructions to perform various tasks.It accomplishes tasks like:
- Analysis
- Testing
- Debugging
- Source code maintenance
- implementation of build systems
Now lets look out what World's top richest personality Bill Gates has to say about "programming".
According to Mr Bill Gates:
“DNA is like a computer program but far, far more advanced than any software ever created.”
Woah ,sounds interesting! Actually Mr Gates is absolutely correct! Indeed DNA is way more advanced and complex program than software!
Types of Programming Languages:
There are numerous types of Programming Languages throughout the technological world.
Some popular Programming languages are:
- C
- C++
- Java
- Python
- JavaScript
- C#
- PHP
C | printf("Hello, World!") |
C++ | cout << "Hello World!" |
Java | System.out.println("Hello World") ; |
Python | print("Hello, World!"); |
JavaScript | alert("Hello, World!"); |
C# | System.Console.Write Line("Hello World!") |
PHP | echo "Hello World!"; |
We have gone through the definitions & types of programming Languages.Now we will take a closer look at how does programming work & the importance of learning Programming.
How does programming work?
As we know that programming is a set of instructions to perform several tasks. Now we will demonstrate how does Programming work in fastest & simplest way.
So lets understand it using python.Python is one of the easiest programming languages to understand. It is also simple, easy to learn syntax emphasizes readability. However,we will discuss about Python in my later blog.
we will write a simple Python program to display Hello World on the screen. This is one of the most basic program, which we usually try when start learning a programming language.
Python script to print Hello World on screen:
Printing a message on screen is very simple in Python programming.In Python anyone can print a message on screen with a single line of code (print statement).
print("Hello World")
Output: Hello world
Why Importance of learning Programming skill is important?
Programming is important in our daily life to enhance and increase the power of computers and the internet.Simultaneously Programming is important to create software and applications.
- Enhanced problem solving skills
- Improving problem solving & logical thinking skills
- Improving communication & collaboration skills
- Understanding how a software works
- Career opportunity
As we can see that programming plays a vital role in our modern technological era.By practicing programming on a daily basis one can easily sharpen his memory & increase his creativity.Everyone should practice programming for minimum 2 hrs on a daily basis.So are you all ready to get started with programming?If you think i have missed any of the main ideas, do not forget to mention in the comment section below.
Did you find this blog post helpful? If so, whom could share it with?
What’s the biggest thing you’re struggling with right now that I can help you with? What else makes an effective ending? Share in the comments below.
মন্তব্যসমূহ
একটি মন্তব্য পোস্ট করুন