Skip to main content

Fear of corona

Hello friends, it seems to me that today all mankind in the form of Covid 19 virus is facing the biggest threat of this century. Millions of people have died worldwide and millions have been infected with this virus. We have faced this kind of danger before also. Today, due to this virus, millions of people around the world are forced to close their homes, people living in other places in connection with work have been stopped from going to their homes. Traffic is closed, people's work is closed, the economy has come to a standstill. The biggest global recession is being predicted in the world so far. As if life has stopped Countries like America, Italy, Spain, Britain, France etc. are called developed nations and medical services of these nations are considered to be the best in the world, but Corona has the highest havoc among these nations. In America, the number of deaths has been so high that more people have died due to this disease than those killed in the Vietnam War. More than four million people worldwide are affected by this infection, of which approximately one third are US citizens. The US President also believes that about 1 lakh people in America can be killed due to this disease. It is from this that the severity of the situation is known.
      On the contrary, India does not stand anywhere in front of these nations in terms of its medical services, yet the infection of corona in India has not reached its third stage. But now the number of corona infections in India has surpassed China. The thing is that in China, the corona was mainly spread to only one province of Hubei, in that only the city of Wuhan was the most affected by the corona. Only a few hundred cases have been reported in other states of China. China has now almost controlled the corona (although the rest of the world does not believe China's data to be reliable). In India, the situation has not worsened due to measures like lockdown by the government at the right time. But if the countrymen do not take corona seriously then it will not take time for the disease to spread rapidly in our country due to high population density. The way the Tablighi Jamaat spoiled the situation and in some cities, the anti-social elements treated the doctors and police with indecent and violent behavior, it has only served to weaken our fight against Corona. Even in India, the number of corona infects is increasing rapidly, so now the situation may be frightening in the times ahead. If we still do not manage, then we have to be ready to face its serious consequences.

      

Comments

Popular posts from this blog

Complement of a Number

Subtraction of Binary Numbers  ;  Octal and Hexadecimal Number  ;  Convert Decimal to Binary Complements Complements are used in digital computers for simplifying the subtraction operation and for logical manipulations. There are two types of complements for each base-r system: (1) the r’s complement and (2) the (r-1)’s complement. When the value of the base is substituted, the two types receive the names 2’s and 1’s complement for binary numbers,  10’s and 9’s complement for decimal numbers. The r’s Complement Given a positive number N in base r with an integer part of n digits, the r’s complement of N is defined as r n   - N for N is not equal to 0 and 0 for N = 0. The following numerical example will help clarify the definition. The 10’s complement of (52520) 10 is 10 5 – 52520 = 47480 The number of digits in the number is n= 5 The 10’s complement of (0.3267) 10 is 1 – 0.3267 = 0.6733 No integer part, so 10 n = 10 0 = 1 The 10’s...

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends. 01 The Answer Is 2 Think of a number. Multiply it by 3. Add 6. Divide this number by 3. Subtract the number from Step 1 from the answer in Step 4. The answer is 2. Same Three-Digit Number Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999. Add up the digits. Divide  the three-digit number by the answer in Step 2. The answer is 37. Six Digits Become Three Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552. Divide the number by 7. Divide it by 11. Divide it by 13. The order in which you do the division is unimportant! The answer is the three-digit number. Examples: 371371 gives you 371 or 552552 gives you 552. A related trick is to take any three-di...

Types of Number System

Different Number Systems – There are some different Number System with correspondence base. Which will describe as follows-   Number System  Base  Representation  Binary Number System      2  (Number) 2  Decimal Number System      10  (Number) 10  Octal Number System      8  (Number) 8  Hexadecimal Number System     16   (Number) 16 Note : Any number can be in decimal form. So there is an another way to solve them quickly. Let’s understand with an example. Ex 1. (4064.10) 10   Sol. This Number can also be written as (4*10 3 ) + (0*10 2 ) + (6*10 1 ) + (4*10 0 ) + (1*10 -1 ) + (0*10 -2 ) Note that after decimal digits we will use decreasing power of 10 from left to right. Ex 2.   (1101.01) 2        Sol. This Number can also be written as (1*2 3 ) + (1*2 2 ) + (0*2 1 ) + (1*2 0 ) + (0*2 -1 ) + (0*2 -2 ) Exercise: From Ques...