Skip to main content

Dedicated to Technology

Technology is the collection of techniques, skills, methods, and processes used in the production of goods or services or in the accomplishment of objectives, such as scientific investigation.

  1. Over 3.8 billion people use the internet today, which is 40% of the world’s population.

  2. 8 billion devices will be connected to the internet by 2020.

  3. More than 570 new websites are created every minute.

  4. There are over 3.5 billion searches per day on Google.

  5. Every minute 24 hours of video is uploaded to YouTube. More video content is uploaded to YouTube in a 60-day period than the three major U.S. television networks created in 60 years.

  6. By 2020, video will account for about 80% of all internet traffic.

  7. 340,000 tweets are sent per minute.

  8. 500 million tweets are sent per day.

  9. Facebook has more than 2 billion active users who have an average of 155 friends.
  10. There are more than 300 million photos uploaded to Facebook every day, 800 million likes per day, and 175 million love reactions per day.

  11. Your online reputation and privacy worst enemies are WhatsApp, Snapchat, Instagram, Google, Facebook, and Twitter.

  12. Facebook is a divorce lawyers best friend. In fact, 1 in 7 divorces are blamed on Facebook.

  13. Over 4.2 billion data records were stolen in 2016

  14. More than 88 million people will be born this year. They will be born into a data and algorithm economy.

  15. We are in the age of Big Data. 16 zettabytes (16×1021) of unique new data created worldwide in 2016.

  16. 90% of the world’s data has been created in the last couple years.

  17. 250 million hours of TV shows and movies are watched daily via Netflix
  18. More than 56 million hours of music is streamed daily.

  19. We spend more than 33 million hours playing the game League of Legends
  20. The amount of technical information is doubling every 2 years. For students starting a 4-year technical or college degree, this means ½ of what they learn in their first year of study will be outdated by their 3rd year of study.
  21. There are currently 7.5 billion people on the planet and in 2050 there will be 10 billion people.
  22. In 1900 14% of the population lived in cities. In 2017 54% of the population lives in cities.
  23. Every minute 7 babies are born in the US, 32 babies are born in China, and 47 babies are born in India.

  24. 25% of the population in China with the highest IQ’s is greater than the population in North America… in India it’s the top 28%. 

  25. Both China and India have more honor kids than North America has kids.

  26. For the first time in history, we have 4 generations working side by side.
  27.  
  28. Traditionalist, Boomer, Gen X, and Millennial. Each are very different in the way they grew up communicating.

  29. A new term has been created, “The Silver Surfer” for those seniors +50 who use the internet on a frequent basis.

  30. The top in-demand jobs that barely existed 10 years ago are Digital Marketing, Cloud Specialist, Social Media Intern, Fintech Manager, IOS and Android Developer, Uber Driver, Data Scientist, Big Data Architect, Transformation Manager.

  31. We are currently preparing students for jobs that don’t exist using technologies that haven’t been invented; in order to solve problems that we don’t even know are problems yet.

  32. 10 years ago (2007), Apple launched its first iPhone. 2.3 billion people now own an iPhone now.

  33. Candy Crush earns more than $1.74 million per day and over $636 million per year.
  34. In August 2017 Bitcoin Cryptocurrency Prices reached the $4000 mark.

  35. 10 million self-driving cars will be on the road by 2020.

  36. In 2013, Amazon had 1,000 robots operating in its warehouses. Now Amazon has 45,000 robots operating across 20 warehouses.
  37. 47% of jobs will disappear in the next 25 years as robots will replace 5 million workers by 2020.

  • The Digital Revolution is just starting. A working Quantum Computer could arrive within the next 10 years. It will enable exponential jumps in computing power. Artificial intelligence will outperform humans in many activities in the next 10 years.








bluej program for calculating CI and Amount✔✔✔♛




import java.io.*;
class Amount
{
    static void main(String args[])throws IOException
    {
        InputStreamReader read=new InputStreamReader(System.in);
        BufferedReader in=new BufferedReader(read);
        double p,r,t,n,x,y,z,l,g,Amount,f;
        System.out.println("enter Princapal(p)");
        p=Double.parseDouble(in.readLine());
        System.out.println("enter Rate(r)");
        r=Double.parseDouble(in.readLine());
        System.out.println("enter Time(t)");
        t=Double.parseDouble(in.readLine());
        System.out.println("enter number of compoundation per year(x)");
        x=Double.parseDouble(in.readLine());
        if(x>1.0)
        n=t*x;
        else
        n=t;
        y=100.0*x;
        z=r/y;
        l=(1.0+z);
        g=Math.pow(l,n);
        Amount=g*p;
        System.out.println("The amount is="+Amount);
        f=Amount-p;
        System.out.println("The Compound Interest is="+f);
        }
}




Comments

Popular posts from this blog

electronic configuration of all elements in SPDF format

Element Electrons Electronic Configuration Hydrogen (H) 1 1s 1 Helium (He) 2 1s 2 Lithium (Li) 3 1s 2  2s 1 Beryllium (Be) 4 1s 2  2s 2 Boron (B) 5 1s 2  2s 2  2p 1 Carbon (C) 6 1s 2  2s 2  2p 2 Nitrogen (N) 7 1s 2  2s 2  2p 3 Oxygen (O) 8 1s 2  2s 2  2p 4 Fluorine (F) 9 1s 2  2s 2  2p 5 Neon (Ne) 10 1s 2  2s 2  2p 6 Sodium (Na) 11 1s 2  2s 2  2p 6  3s 1 Magnesium (Mg) 12 1s 2  2s 2  2p 6  3s 2 Aluminum (Al) 13 1s 2  2s 2  2p 6  3s 2 3p 1 Silicon (Si) 14 1s 2  2s 2  2p 6  3s 2 3p 2 Phosphorous (P) 15 1s 2  2s 2  2p 6  3s 2 3p 3 Sulfur (S) 16 1s 2  2s 2  2p 6  3s 2 3p 4 Chlorine (Cl) 17 1s 2  2s 2  2p 6  3s 2 3p 5 Argon (Ar) 18 1s 2  2s 2  2p 6  3s 2 3p 6 Potassium (K) 19 1s 2  2s 2  2p 6  3s 2 3p 6  4s 1 Calcium (Ca) 20 1s 2  2s 2  2p 6  3s 2 3p 6  4s 2 Scandium (Sc) 21 1s 2  2s 2  2p 6  3s 2 3p 6  4s 2  3d 1 Titanium (Ti) 22 1s 2  2s 2  2p 6  3s 2 3p 6  4s 2  3d 2 Vanadium (V) 23 1s 2  2s 2  2p 6  3s 2 3p 6  4s 2  3d 3 Chromium (Cr) 24 1s 2  2s 2  2p 6  3s 2

DOWNLOAD AVENGERS:ENDGAME

IF YOU WANT TO DOWNLOAD  AVENGERS:ENDGAME (HINDI) THEN FOLLOW THE LINK BELOW TO DOWNLOAD AVENGERS:ENDGAME---- Click here

Origin of Bengali Language

This page describes the history of bengali  language , not the  script . For that, see  here . Some examples of old bengali can be found  here . Bengali is a language of the Indo-Aryan branch of the Indo-European family of languages. Its Indo-European roots can be traced to the initial split in middle Indo Aryan languages into a NW dialect which grew into Gandhari, the central dialect which grew into Sauraseni, an eastern dialect which became Magadhi and a Southern dialect which lead to, for example, Maharashtri. Bengali probably arose out of the Magadhi or Ardhamagadhi prakrts, through mAgadhI apabhraMza. Its earliest examples are the  caryagItis . (A slightly different view claims that the origins of Punjabi, Hindi, and Rajasthani actually share a distinct origin than the rest of the indo-aryan languages.) However, Bengal was not always indo-european. (See the description of  aryanization  of bengal for related information.) This group of languages are first attested in India in t