Skip to main content

Computer Full Forms

COMPUTER - full form or meaning is : 

Common Operating Machine Purposely Used for Technological and Educational Research.


COMPUTER ABBREVIATIONS


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 Embedded Diode

LCD - Liquid Crystal Display

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 Templates

WWW - World Wide Web

IP - Internet Protocol

ISP - Internet Service Provider

HTTP - Hyper Text Transfer Protocol.

HTTPS - Hyper Text Transfer Protocol Secure.

IP - Internet Protocol.

URL - Uniform Resource Locator.

USB - Universal Serial Bus.

VIRUS - Vital Information Resource Under Seized.

3G - 3rd Generation.

GSM - Global System for Mobile Communication.

CDMA - Code Division Multiple Access.

UMTS - Universal Mobile Telecommunication System.

SIM - Subscriber Identity Module.

AVI - Audio Video Interleave

RTS - Real-Time Streaming

SIS - Symbian OS Installer File

AMR - Adaptive Multi-Rate Codec

JAD - Java Application Descriptor

JAR - Java Archive

JAD - Java Application Descriptor

3GPP - 3rd Generation Partnership Project

3GP - 3rd Generation Project

MP3 - MPEG player lll

MP4 - MPEG-4 video file

AAC - Advanced Audio Coding

GIF - Graphic Interchangeable Format


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 )

Comments

Popular posts from this blog

Windows Key Shortcuts

List of common keyboard shortcuts that can be used with the Windows key: (Image by - Sharma Guides | Subham232330) 1. Windows Key + D: Show the Desktop 2. Windows Key + E: Open File Explorer 3. Windows Key + I: Open Settings 4. Windows Key + L: Lock the computer 5. Windows Key + R: Open the Run Dialog 6. Windows Key + S: Open the search bar 7. Windows Key + Tab: Open Task View 8. Windows Key + Ctrl + D: Create a new virtual desktop 9. Windows Key + Ctrl + Left or Right arrow: Switch between virtual desktops 10. Windows Key + M: Minimize all windows 11. Windows Key + Shift + M: Undo minimize all windows 12. Windows Key + Up Arrow: Maximize the current window 13. Windows Key + Down Arrow: Minimize the current window 14. Windows Key + Right Arrow: Snap the current window to the right 15. Windows Key + Left Arrow: Snap the current window to the left 16. Windows Key + P: Project to a second screen 17. Windows Key + Home: Minimize all but the active window 18. Windows Key + ...

Indexing in DBMS

Indexing in DBMS Indexing is used to optimize the performance of a database by minimizing the number of disk accesses required when a query is processed.  The index is a type of data structure. It is used to locate and access the data in a database table quickly. Index structure: Indexes can be created using some database columns. The first column of the database is the search key that contains a copy of the primary key or candidate key of the table. The values of the primary key are stored in sorted order so that the corresponding data can be accessed easily.  The second column of the database is the data reference. It contains a set of pointers holding the address of the disk block where the value of the particular key can be found. Indexing Methods Ordered indices The indices are usually sorted to make searching faster. The indices which are sorted are known as ordered indices. Example: Suppose we have an employee table with thousands of record and each of which is 10 byte...

Function Keys Shortcuts

Function Keys Shortcuts (F1 - F12) (Function Keys) F1 It is used to open the help window in almost all programs. Also used to enter BIOS or CMOS Some computers allow you to enter BIOS setup using different keys like F2, F10, Delete, Esc. Pressing Window + F1 will open the Microsoft Windows Help and Support Center. F2 In Microsoft Windows, it is used to rename an icon , file , or folder that the user selects. In Microsoft Excel, the F2 key allows you to edit the selected cell in the Excel sheet. In Microsoft Word, pressing Ctrl+F2 will open the print preview window and Alt+Ctrl+F2 will open the new file or document. In addition, it is also used to enter the CMOS setup. F3 It is mainly used to open a search function for many programs. At the MS-DOS or Windows command line, it gives users the option to repeat the last command entered. In Microsoft Word, if you press Shift + F3 , it allows you to change the selected text from uppercase to lowercase or a capital letter at the beginni...