Posts

Showing posts from March, 2015

FULL FORMS OF COMPUTER WORDS

Image
What is the Full Form of HTTP ? HTTP - Hypertext Transfer Protocol Hypertext Transfer Protocol provides a standard for Web browsers, that allow users to exchange information from the World Wide Web. Most of the websites you see today, use this protocol for accessing any file or page. It works like this : when you enter a URL in you web browser to access any particular file or page, the protocol fetches that particular file from a server and responds back, that requested Web page to the client. You need to write 'http' before the address of the page. What is the Full Form of URL ? URL - Uniform Resource Locator The Uniform Resource Locator was created in 1994 by Tim Berners-Lee to access data from the World Wide Web. A URL is a type of Uniform Resource Identifier (URI), which is the generic term for all types of names and addresses that refer to objects on the World Wide Web. What is the full form of HTML ? HTML – Hyper Text Markup Language HTML, w...

The Difference between NTFS and FAT 32 File Systems

Image
How do you think your data is stored, managed and organized on disks? A physical disk can just do 0’s or 1’s and it is the file system that gives meaning to such data. When people say that their disk is NTFS or FAT , it actually refers to the file system that’s being used by the computer or more appropriately, the operating system. Today we will tell you about the differences between FAT 32 and NTFS file systems used by Windows operating systems. This information may help you in choosing the right system as per your requirements. Basic Definition FAT stands for File Allocation Table and FAT32 is an extension which means that data is stored in chunks of 32 bits. These is an older type of file system that isn’t commonly used these days. NTSF stands for New Technology File System and this took over from FAT as the primary file system being used in Windows. Indeed, before making a choice you need to know about their capabilities. The table below will give you a ...

Guide About The File Formats

Image
         Images can be saved in different file formats. The format of choice is one that does not lose color quality or contrast. TIF or EPS files are examples of lossless file formats. They are designed to print clear and crisp at a resolution of 300dpi at their final size. JPEG/JPG or GIF files are examples of lossy file formats. They were originally designed for easy file transmission and internet use, not for printing.       Content Most Common File Formats Compression - "Loss Less" vs. "Lossy" Graphical Images - Bitmat vs. Vector Images Dimensions of your ready-to-print files 1. Most Common File Formats Format Code Format Name Description EPS Encapsulated PostScript For sending / exporting files for print GIF Graphic Interchange Format Gradually being replaced by PNG JPEG / JPG Joint Photographic Experts Group Cre...