Skip to main content

Posts

Showing posts from August, 2021

How to Draw Avengers Logo Using Python Programming?

    Avengers Logo Making Using Python Turtle Graphics CLICK HERE TO WATCH THE VIDEO Hey there myself Diptesh Biswas and WELCOME to my BLOG.................. STEP 1:-  Open Visual Studio Code STEP 2:-  Copy this code (given below) STEP 3:-  Paste it into Visual Studio Code STEP 4:-  Run it......and enjoy If you like my coding-related videos...then subscribe to my channel.....and subscribe my blog for more technical facts........... CLICK HERE TO DOWNLOAD THE FILE

The Facts🤩😲 All About Technology😲And 🤩Computer 😱 Related Facts

  30 Interesting Unknown Facts About Technology😲And 🤩Computer 😱 Related Facts 220 million tons of old computers and other technological hardware are trashed in the United States each year. A diamond will not dissolve in acid. The only thing that can destroy it is intense heat. According to Moore's Law, microchips double in power every 18 to 24 months. Albert Einstein won the Nobel Prize for physics in 1921. Although the famous first flight at Kitty Hawk took place on December 17, 1903, the secretive Wright Brothers did not demonstrate the technology to the broader public until August 8, 1908.  As of early 2009, there have been 113 space shuttle flights since the program began in 1981. Bill Clinton's inauguration in January 1997 was the first to be webcast. Chuck Yeager blasted through the sound barrier at Edwards Air Force Base in 1947. Einstein received the Nobel Prize for Physics in 1921 for his explanation of the photoelectric effect, the phenomenon by which electrons a

The Difference Between Coding And Programming That You Should Know

Some of the veterans in the software development industry claim that " Coding is not the same as programming. Just because you can code does not mean you can program ". Now, what does that mean?👀 I am sure that you all have thought that these two words can be used interchangeably, and they mean the same thing. However, that is not exactly proper thought, they are totally different. Coding means the ability to understand the syntax and structure of a language, whereas programming means the ability to translate a thought or an idea into a language to solve a problem.  Let us discuss a little bit more to understand the two most interesting words in the software industry. What is CODING? The language that computers understand is Machine Code, which is difficult for humans to write. Hence a more natural way to interact with the computers was devised - The Programming Language.  What do most programming languages have in common?  Syntax and rules which need to be followed when you

What is the PROGRAMMING language we thought when we heard?🤔

Language has been our primary means of communication and human interaction for thousands of years. For a community, the language contained the words that the people need to communicate, words themselves are abstract, but they indicate the meaning, they point to objects or actions, etc. When you look at your computer, you’ll find it’s not so much different. There are many pieces of hardware and software that need to communicate with each other. Your application is reacting to the mouse and keyboard or even the mic, it can read files from your disk storage, and so on. But at the end of the day, the machine understands nothing but bits, 1s, and 0s, the combination of which creates meaning. The very earliest computers were actually programmed by changing ones and zeros manually, alternating the circuit and the wiring. Of course, it was not easy to create many programs as most were used for specific applications only, and they were gigantic in size so they were quite limited. That’s why the

ALL IS ABOUT The PROGRAMMING Language You Must Know

  We all have heard about Computer Programming gaining a lot of popularity in the past 2-3 decades. So many students go for a Computer Science stream in order to get a job and better placement at their dream technological companies - Google, Amazon, Facebook, Microsoft, Apple, etc. ALL IS ABOUT The PROGRAMMING Language You Must Know What is programming? In this blog post, I will discuss the term “programming” and understand its usage. Understanding Programming in Layman Terms Programming is a way to “instruct the computer to perform various tasks” . Let us discuss this briefly............ “Instruct the computer” : This basically means that you are providing the computer a set of instructions that are written in a language that the computer can easily understand. The instructions could be of various types.  For example:   Adding numbers Subtract numbers Just like we humans can understand a few languages (English, Spanish, French, etc.), so in the case of computers. Computers understand