Tuesday, October 30, 2012

These are Internet Explorer 9 Shortcuts from Keyboard

some shortcut that use the Alt key!
 
Alt                     =       To go on IE 9 menu bar.
Alt   +   X          =       To open the tools menu.
Alt   +   M          =       Go to at home page
Alt   +   Home  =       To open the Home menu
Alt   +   C          =       To manage browsing history
Alt   +   9          =       To force Internet Explorer rendering mode.
Alt   +   A         =        To open the Favorites menu
Alt   +   Z          =       To opens the Add to Favorites menu
Alt   +   I           =       To display all feeds
Alt   +  M         =        To marks a feed as read
Alt   +  S          =        To put the cursor in search box in feed view
Alt   +  C          =       To open Favorites Center and displays our favorites
Alt   +  J          =       To open the RSS menu
Alt   +  R         =        To open the Print menu
Alt   +  O         =        To open the tools menu
Alt   +  H         =        To open the Help menu
Alt   +  S         =        To open the Safety menu

Wednesday, September 12, 2012






Computer Data Storage Units

Bit                :-   A Bit is the smallest unit of data that a computer uses.
Byte             :-   A Byte is equal to 8 Bits.
Kilobyte       :-   A Kilobyte is equal to 1024 Bytes.
Megabyte     :-   A Megabyte is equal to 1024 Kilobytes.
Gigabyte       :-   A Gigabyte is equal to 1024 Megabytes.
Terabyte       :-   A Terabyte is equal to 1024 Gigabytes.
Petabyte       :-   A Petabyte is equal to 1024 Terabyte.
Exabyte        :-   A Exabyte is equal to 1024 Petabyte.
Zettabyte      :-   A Zettabyte is equal to 1024 Exabyte.
Yootabyte     :-   A Yootabyte is equal to 1024 Zeetabyte.
Brontobyte   :-   A Brontobyte is equal to 1024 Yootabyte.
Geopbyte     :-   A Geopbyte is equal to 1024 Brontobyte.

1 Bit = Binary Digit
8 Bits = 1 Byte
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
1024 Yootabytes = 1 Brontobyte
1024 Brontobytes = 1 Geopbyte

Thursday, April 26, 2012

MS Office

Click below to download :-

Tuesday, October 25, 2011

Define

Registry - The registry is a database in which Windows keeps track of relationships between hardware, software and the operating system.

Friday, July 1, 2011

Overview of C

C is a programming language. It is a most popular computer language because it is structured high-level, machine independent language. Programmer need not worry about platform where they will be implemented.
C has many qualities which any programmer may desire. It contains the capability of assembly language with the features of high-level language which can be used for creating software packages, system software etc. It supports the programmer with a rich set of built-in functions and operators. C is highly portable. C programs written on one computer can run on the other computer without or miner changes in the program. Structure programming concept is well sported in C, this helps in dividing the programs into functions, modules or code blocks.