Saturday, August 23, 2014

General Short Forms & Full Forms in Computer Technology


Computer = Commonly Operated Machine Particularly Used in Technical and Educational Research

CPU = Central Processing Unit

RAM = Random Access Memory

ROM = Read Only Memory

PROM = Programmable Read Only Memory

EPROM = Erasable PROM

EEPROM = Electrically EPROM

HDD = Hard Disk Drive

FDD = Floppy Disk Drive

KBD = KeyBoard

I/O = Input & Output

CD = Compact Disk

DVD = Digital Video Disk

SMPS = Switch Mode Power Supply

POST = Power ON Self Test

BIOS = Basic Input Output System

VDU = Visible Display Unit

LED = Light Emitting Diode

LCD = Liquid Crystal Display

HD = High Definition

USB = Universal Serial Bus

VGA = Video/Visual Graphic Adapter

LAN = Local Area Network

WAN = Wide Area Network

MAN = Metropolitan Area Network

HLL = High Level Language

LLL = Low Level Language

MIPS = Million of Instruction Per Second

Mbps = Mega Bytes Per second

Kbps = Kilo Bytes per second

HTTP = Hyper Text Transfer Protocol

WWW = World Wide Web

IP = Internet Protocol

ISP = Internet Service Provider

4 Bits = 1 Nibble

8 Bits = 1 Byte

1024 Bytes = 1 Kilo Byte ( KB )

1024 KB = 1 Mega Byte ( MB )

1024 MB = 1 Gyga Byte ( GB )

1024 GB = 1 Tera Byte ( TB )

1024 TB = 1 Peta Byte ( PB )

1024 PB = 1 Exa Byte ( EB )

1024 EB = 1 Zetta Byte ( ZB )

1024 ZB = 1 Yotta Byte ( YB )


Regards,

Pradeep Kumawat
Network & System Admin

Saturday, April 26, 2014

Make Your Own Computer Welcomes You

Make Your Own Computer Welcomes You

1)  Click on Start Menu. Go to All Programs, Accessories and Notepad.

2)  Copy and paste the exact code given below:

Dim speaks, speech 
speaks="Welcome to your PC, YourName" 
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks 

3)  Replace <YourName> with your own name.
  

4) Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5)  Copy the saved file.

6)  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.

7)  Paste the Welcome.vbs file there.

Now when the next time you start your computer, Windows will welcome you in its own computerized voice.


Regards,

Pradeep Kumawat
Network & System Engineer