AS IT Chapter 10 - File and Data Management

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

.txt

Text File.

Stores plain text without any formatting. It is useful for transferring data between applications but any formatting is lost

2
New cards

.csv

Comma Separated Values.

Stores structured data as plain text in rows with each column separated by commas. It is useful for transferring data between databases and spreadsheets and other applications that require data in a structured format.

3
New cards

.rtf

Rich Text Format.

Stores text based documents and includes the formatting (rich text). It is used to transfer data between different word processing or other text based applications

4
New cards

.docx

Microsoft Word XML (Extensible Markup Language).

Stores Microsofts word processing documents in open XML format by saving all objects separately within a compressed file.

5
New cards

.pdf

Portable Document Format.

Used to share read only documents in a common format that can be accessed by any PDF reader software. It is commonly used for storing documents on the web as its contents can be indexed by search engines.

6
New cards

.odt

OpenDocumet Text.

An open -source file type for word processor documents that is used by open source word processors and is not tied to one manufacturer

7
New cards

.ods

OpenDocument Spreadsheet.

An open source file type for spreadsheets that is used by open source spreadsheet software and is not tied to one manufacturer

8
New cards

.odp

OpenDocument Presentation.

Open source file type for presentations that is used by open source presentation software and is not tied to one manufacturer

9
New cards

.html

Hypertext Markup Language.

Stores webpages that can be opened by any web browser.

10
New cards

.xml

Extensible Markup Language.

A data file that uses markup language to define objects and their attributes. They are used to transfer data between applications and can be read by a simple text editor

11
New cards

.avi

Audio Video Interleave (video file)

Microsofts method of storing video files with very little compression. File sizes are very big but no data is lost

12
New cards

.mp4

Moving Pictures Experts Group (MPEG) Layer 4 (video -file).

Audio and video are compressed and videos can be shared across the internet

13
New cards

.wav

Waveform Audio File Format.

Stores audio files as waveform data and enables different sampling rates and bit rates. This is the standard format for audio CDs but does not include compression so files are large

14
New cards

.mp3

MPEG layer 3 audio compression.

Stores audio files in a compressed format approximately 10% the size of .wav files. Enables audio files to be shared across the internet

15
New cards

.bmp

Bitmap Image.

Stores images as uncompressed raster images, storing each pixel individually. They are large files but can be accessed by any software

16
New cards

.jpg

Joint Photographic Experts Group (compressed image)

Stores images as compressed rater images. It is used by most digital cameras and is a common format for web graphics but its use of lossy compression can mean some quality is lost

17
New cards

.png

Portable Network Graphic

Stores images as compressed raster images and can include background transparency making it useful when images are required on different colour backgrounds.

18
New cards

.svg

Scalable Vector Graphics

Stores images as two-dimensional (2D) Vector graphics. It is a standard format for using vector graphics on the web

19
New cards

.exe

Executable Program File

Stores program object code which enables the program to be executed by the computer.

20
New cards

Proprietary File Formats Definition

File formats that are owned by someone and are developed by software manufacturers for use with their software. e.g. .docx file format for microsoft

21
New cards

Proprietary file formats Advantages (2)

* Allow software to store data in the most suitable way for that program or feature

* Allows software developers to provide new features, that would not otherwise be included

22
New cards

Proprietary File Formats Disadvantages (2)

* It is rare that the file will open using other manufacturers software, meaning you can only use the program you used to open them.

* Makes sharing files difficult

23
New cards

Open - source file formats

File types designed for use by any proprietary software or open source software. e.g. JPG, PNG, ePub, XML, MPEG.

24
New cards

Open - source file formats Advantages (4)

* Free from copyright, patents and trademarks

* Their structure is known publicly

* Maintained by an international standards organisation or a public interest group

MAIN * The files can be shared between users of different software

25
New cards

Open -Source File Formats Disadvantages (1)

Can slow development of new features in open source software because new features will require the file format standard to be updated.

26
New cards

ePub

e-books that imitate printed books, contain text and graphics and sometimes give the reader the option of making notes, look up words, turn pages, etc.

27
New cards

MPEG

Compressed Video

28
New cards

Generic File Formats

When data is transferred between software, the data is exported from the software into a generic file format and these can be imported into software.

Store essential data but do not include any formatting

29
New cards

Main generic file formats used with databases

csv and txt

30
New cards

Indexed Sequential Access Definition