Skip to main content

SOME UNKNOWN ABOUT COMPUTER PART-2



                          PART -2  ( UNKNOWN FACTS)


A) Charles Babbage in 1833 invented all the parts that are now used for the modern computer. But the first ‘modern’ computer was invented only 120 years later.


B)Z1 was the first fully operational digital computer developed by Konrad Zuse in 1936. 

In 1939, he created the Z2 as the first electro-mechanical computer in the world. While Charles Babbage is being considered as the “father of the computer”, Zuse can be considered as the inventor of the “modern computer”.





C) The first disk drive to use removable media was the IBM 1311. You may not believe, but as you can see in the image below, it resembles the look of a washing machine. It was quite big, yet it had a storage capacity of fewer than 5 megabytes.

 
 DISK DRIVE

D) Amazon.com did not start as a complete e-commerce business but just as an online bookstore.

E) Did you know that with the help of USB flash drive you can brick a computer in seconds? All you need is the “USB Killer 2.0”. 

USB



F) The first 1 GB hard drive was announced by IBM in 1980 which had a price tag of $40,000!

G) The US is at the highest risk of Virus attack followed by Russia Federation.

H) You will not be affected by viruses just by opening an email. It is only activated when you click a link or access an attachment.

I)  According to various statistical analysis, it is a fact that more than 80% emails sent are spam!




J) ILOVEYOU is considered to be the most dangerous virus ever created in the form of a worm. It has the ability to replicate itself and crash the system. It arrived through e-mail messages as a love letter from a secret admirer. When a user opens the email and clicks on the attachment available, the virus starts its magic. ILOVEYOU, being potentially the most dangerous virus, did not do much damage as compared to the one which was the fastest spread virus program.






K) MyDoom was the fastest-spreading virus ever created. The total damage done by MyDoom is a whopping $38 billion.


L) Google, Facebook, Twitter, and Amazon are all powered by Linux. Yes, Linux is not among the most popular OS for the general consumers. But, Linux leads the Industry.







M) The first website that went online was " info.cern.ch",which was also created by Tim Berners Lee at the research Lab CERN 1990.


N) The first word to be transmitted over the Internet (When ARPANET existed) was "lo". It was meant to denote -" login" but the system crashed before transmitting the complete message.





Comments

Popular posts from this blog

WHAT IS A COMPUTER? Hardware & Software

In this blog we will discuss about ,"What is computer and differences among its part as Hardware & Software". We know that all information are scattered in google but I want to make it easy for our readers.Otherwise it is difficult to know which information is right and which is wrong . My Blog is dedicated to learners & easy learning  WHAT IS A COMPUTER? What is Computer  : Computer is an electronic device that is designed to work with Information. The term computer is derived from the Latin term  ‘compute’ , this means to  calculate  or  programmable machine .   Therefore computers can perform complex and repetitive procedures quickly, precisely and reliably. Modern computers are electronic and digital. All general-purpose computers require the following hardware components: §   Central processing unit (CPU) : The heart of the computer, this is the component that actually executes instruction...

FORMULA MS-EXCEL PART-4

                                DATE & TIME  FUNCTION   1. TODAY ( ) :- Summary  The Excel TODAY function returns the current date, updated continuously when a worksheet is changed or opened. The TODAY function takes no arguments. You can format the value returned by TODAY using any standard date format. If you need current date and time, use the  NOW function . Purpose  Get the current date Return value  Valid Excel date Syntax  =TODAY () Arguments  Usage notes  The TODAY function takes no arguments, and returns the current date, updated whenever a worksheet is changed or opened. You can also use F9 to force the worksheet to recalculate and update the value. If you need a static date that won't change, you can  enter the current date using the keyboard shortcut  Ctrl +...

BRIEF OF EXCEL FORMULAS (PART-1)

EBEES INFOTRAIN CONSULTANCY SERVICES PVT. LTD. 1. SUM :  Summary  The Excel SUM function returns the sum of values supplied. These values can be numbers, cell references, ranges, arrays, and constants, in any combination. SUM can handle up to 255 individual arguments. Purpose  Add numbers together Return value The sum of values supplied. Syntax  =SUM (number1, [number2], [number3], ...) Examples In the example shown, the formula in D12 is: = SUM ( D6:D10 ) // returns 9.05 2.Round() :  Summary  The Excel ROUND function returns a number rounded to a given number of digits. The ROUND function can round to the right or left of the decimal point. Purpose  Round a number to a given number of digits Return value  A rounded number. Syntax  =ROUND (number, num_digits) Arguments  number  - The number to round. num_digits  ...