Posts

Revolutionizing Society: The Evolution of Computers

Image
Evolution of Computer          We all use personal computers in our day-to-day life. Rather than using mobile phones, Tablets, VR devices, etc. But ever you had to think how is evolute these computers, what is the first computer, like these things. Let’s see how the evolution of computers and learn some important points while evolution Before 1900 Abacus is called the “mother of the digital computer” and it was invented and used between 1000 BC and 500 BC. Used in 0 and negative numbers between 300 BC and 500 AD. In 1500, the computing community got a boost when Leonardo da Vinci invented a mechanical calculator. Leonardo da Vinci’s mechanical calculator was followed by Wilhelm Schichard’s mechanical calculator in 1625 and by Blaise Pascal’s arithmetic machine 15 years later. Blaise Pascal’s arithmetic machine 1800 with the invention of the punched card by Joseph-Marie Jacquard, a French silk weaver. Charles Babbage invented the analytical engine in 1830 and George and Edward Sc

Type Faster, Work Smarter: Expert Tips for Improving Typing Speed

Image
Speed typing with Touch type method Why we should increase our typing speed Most of our day-to-day work like studies and careers use our computer. So you should be familiar with these things, such as how to use a computer, how to get help the cloud serves for save your data, when you want to learn a new topic, how to find suitable resource articles, books, and videos. Directly or indirectly typing skills help for those activities. Let’s see an example of the importance of speed typing, When you face an interview, an interviewer gives some tasks, like writing a program, analyzing some data, and creating a budget sheet with time duration. Typing is one of the parts of this task and if you already have the best speed for typing, you can focus and get more time to do other things. Have you felt any doubt or embarrassed yourself about your typing speed being slow, accuracy being low and your every time switch your head up and down between keyboard and screen? That is why we going to l

Elevate Learning and Brainpower with Non-Dominant Handwriting: A Creative Approach

Image
Non-Dominant Handwriting Why did you learn to write with your non-dominant hand Most people are right-hand writers and a percentage of 90%. They want to learn and write using their non-dominant hand which is their left hand for some reason such as to develop a new skill, for brain exercise, and to improve it, same as their left hand writes. You know Albert Einstein, Benjamin Franklin, Nikola Tesla, and Leonardo da Vinci are both hand writers. They are special people who are logical, scientific, creative, and innovative brain had people. By the way, your decision is good for learning how to write non-dominant hands because most people don’t try to do this, if you decide to do this you are limited one then proud yourself and while doing this you can get several benefits. The benefit of writing with your non-dominant hand When you are writing with your non-dominant hand, it creates a new neural path in your brain. It can be, Improve brain function Memory capacity

C programming introduction

Image
C programming introduction Before article we learned a few things about the history of the C programming language. This article about C programming Introduction. Find a code editor Default Hello world! Comments Variables Constants Find a code editor First we select the code editor to write the program. Code:: Blocks Eclipse CLion Visual Studio Code NetBeans Codelite Atom In this lesson, we select to write a program Code::Blocks and you can download go below the link : http://www.codeblocks.org/downloads/binaries/ After the code::blocks install, follow this step for create a project. Create new project &#8594 Select Console Application and Click Next &#8594 Click Next &#8594 Select C and Click Next &#8594 Select the Path &#8594 Finish Default Our main program write in the main () function, if you are create a other function you can write it above the main() function. Hello World! In C use printf() functio

Overview of C Language

Image
Overview of C Language Overview of C Language Why learn C, If you want to become a programmer or you will hope learn programming, C programming language is the best approach. Because C isn’t a high level language and can’t make a major program, So you need to put more effort to make a program using C. Then you can grow your logical thinking. eg: Python can easily calculate the length of an array, but it's not easy if you calculate the length of an array using C. It will has requires some condition and a loop. Java, JavaScript, PHP, Python, C# are inspired by C language and C++ is built on C language. History • The Unix operating system was developed by Dennis Ritchie and Ken Thompson using assembly language from the PDP-7 to the PDP-11 version. • Then Thompson needed a new programming language to develop the Operating System. So the result "B programming language" was born. • Later while Ritchie was work