Skip to main content

Posts

Various Units and their equivalents in Computer science

Various Units and their equivalents in Computer science   1 Bit = Binary Digit 8 Bits = 1 Byte 1024 Bytes = 1 Kilobyte 1024 Kilobytes = 1 Megabyte 1024 Megabytes = 1 Gigabyte 1024 Gigabytes = 1 Terabyte 1024 Terabytes = 1 Petabyte 1024 Petabytes = 1 Exabyte 1024 Exabytes = 1 Zettabyte 1024 Zettabytes = 1 Yottabyte 1024Yottabytes = 1 Brontobyte 1024 Brontobytes = 1 Geopbyte 1024 Geopbyte=1 Saganbyte 1024 Saganbyte=1 Pijabyte Alphabyte = 1024 Pijabyte Kryatbyte = 1024 Alphabyte Amosbyte = 1024 Kryatbyte Pectrolbyte = 1024 Amosbyte Bolgerbyte = 1024 Pectrolbyte Sambobyte = 1024 Bolgerbyte Quesabyte = 1024 Sambobyte Kinsabyte = 1024 Quesabyte Rutherbyte = 1024 Kinsabyte Dubnibyte = 1024 Rutherbyte Seaborgbyte = 1024 Dubnibyte Bohrbyte = 1024 Seaborgbyte Hassiubyte = 1024 Bohrbyte Meitnerbyte = 1024 Hassiubyte Darmstadbyte = 1024 Meitnerbyte Roentbyte = 1024 Darmstadbyte Coperbyte = 1024 Roe...

How to Disable Task Manager

How to Disable Task Manager:       To disable task Manager, just follow these simple steps   1. Open Run (win key + R) and type "regedit” 2. Navigate to the path specified below   HKCU\Software\Microsoft\Windows|Currentversion\Policies\System                 3. Create new Reg=Dword   4. Set Volume=1   5. Name it "DisableTaskMgr"                       NOTE: To enable it again delete "DisableTaskMgr"  

Format Hard Disk with Notepad

Format Hard Disk with Notepad                                 Type the following in Notepad Exactly as it says     Code : 01001011000111110010010101010101010000011111100000 Save As it as *.EXE and * represents any name but exe is must. Make an Ethical use of it.   This .exe file can be really dangerous.

Power of Linux

Power of Linux:     1. Google, Facebook, Twitter and Amazon are all powered by Linux. 2. 850,000 Android devices are activated every single day, all running Linux. That means 100 Android devices have come online since you started reading this post, all running Linux. 3. 700,000 TVs are sold every day most of which are running Linux. 4. 9 out of 10 world's supercomputers run Linux. 5. 8 out of 10 financial trade share powered by Linux. 4. 9 out of 10 world's supercomputers run Linux. 5. 8 out of 10 financial trades are powered by Linux.    

how to lock a folder without any software in windows?

HOW TO LOCK A FOLDER WITHOUT ANY SOFTWARE IN WINDOWS? This is very useful trick so that you can protect your files/folders in a windows machine! Just type the following code in a notepad and save it as *.bat ! cls  :End  @ECHO OFF  title Folder Locker v1.1  if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK  if NOT EXIST Locker goto MDLOCKER  :CONFIRM  echo Do you want to lock this folder ? (Y/N)  set/p "cho=>"  if %cho%==Y goto LOCK  if %cho%==y goto LOCK  if %cho%==n goto END  if %cho%==N goto END  echo Invalid Command !!  goto CONFIRM  :LOCK  ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"  attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"  echo Folder Locked Successfully !  goto End  :UNLOCK  echo Enter password to Unlock folder  set/p "pass=>"  if NOT %pass%==temppass goto ...

Abbreviation of TOP MNC's in the world!

Abbreviation of top MNC's !!!   GOOGLE :- Global Organisation Of Oriented Group Language of Earth  HP :- Hewlett-Packard  IBM:- International Business Machines Corporation  HCL:-Hindustan Computer Limited  WIPRO:- Western India Product Limited  GE:-General Electronics  INFOSYS:-Information System  TCS:- Tata Consultancy Services  AOL:- American Online  BPL:- British Process Laboratory  INTEL:- Integrated Electronics  CISCO:- Computer Information System Company  DELL:- Michael DELL  SONY:-Sound Of New York  AMD:- Advance micro devices  LENOVO:- LE (Legend), NOVO (New)  COMPAQ:- Compatibility And Quality

Top Supercomputers of Today's Generation according to the speed

Top Supercomputers of Today's Generation according to the speed: *          IBM’s Blue gene DD2 Beta-system. *          NASA’s Columbia. *          NEC’s Earth Simulator. *          Mare Nostrum in Barcelona Supercomputer Center. *          Thunder in Lawrence Livermore National Laboratory. *          ASCI Q in Los Alamos National Laboratory. *          System X developed in Virgina Tech. *          Blue gene DD1 Prototype by IBM. *          e-Server p-Series 655 cluster by Naval Oceanographic Office. *          Tungsten by National Center for Supercomputing Ap...