Data types and their characteristics

Get Started. It's Free
or sign up with your email address
Data types and their characteristics by Mind Map: Data types and their characteristics

1. Image

1.1. Bitmap graphics; images and photos. Vector graphics; maths. Databases alter graphical images such as photographs to be stored as a data type, images are binary files rather than text or numbers.

1.2. .jpg

1.2.1. The JPG is probably the most common file format now in use for storing digital images, especially on the web. It is ideal for images that use more than 256 colours, such as digital photographs.

1.3. .GIF

1.3.1. The GIF file format is commonly used on the web. It is ideal for images that have large blocks of a single colour, and it can support up to a maximum of 256 colours.

1.4. .BMP

1.4.1. This is an appropriate file format for Windows users. It is used for general storage purposes such as when images are awaiting editing , or as wallpaper for a Windows desktop

2. Video

2.1. A series of moving images that include sound

2.1.1. .flv

2.1.1.1. Because of the cross-platform availability of Flash video players, the Flash video format has become increasingly popular. Flash video is playable within Flash movies files, which are supported by practically every browser on every platform.

2.1.2. .wmv

2.1.2.1. WMV format, short for Windows Media Video was developed by Microsoft. It was originally designed for internet streaming applications, and can now cater to more specialized content

2.1.3. .mov

2.1.3.1. The QuickTime format was developed by Apple and is a very common one. It is often used on the internet, and for saving movie and video files.

3. Audio

3.1. Audio refers to anything to do with sound, audio formatted files are usually recorded in the first place/created using special software. analog inserts --> Digital inputs

3.1.1. .wav

3.1.1.1. Standard audio file format used mainly in Windows PCs. Commonly used for storing uncompressed sound files.

3.1.2. .mp3

3.1.2.1. mp3 - the MPEG layer 3 format is the most popular format for downloading and storing music. By eliminating portions of the audio file that inaudible.

4. Text

4.1. Text data type can hold any letter, number, symbol or punctuation it is usually referred to as alpha numerical or string`

4.2. .docx

4.2.1. Used for Microsoft Word documents.

4.3. .txt

4.3.1. It indicates the file is a text document usually used by notepad files.

4.4. .log

4.4.1. A log file is a file that contains a list of events, which have been "logged" by a computer. Log files are often generated during software installations and are created by Web servers.

5. Numeric

5.1. Numeric data types store numbers, for example quantities and currency values.

5.2. .tsv

5.2.1. A .tsv file (tab separated value) stores records of numerical and textual information as lines, using tab characters to separate fields.

5.3. .csv

5.3.1. A .csv file (comma seperated value) Stores records of numerical and textual information as lines, using commas to separate fields.