Data Software Flashcards

1
Q

What is Data Probability?

A

Ability to move and transfer files easily between different computer systems without the need to re-create

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Data Compression?

A

Converting a file to a compressed format

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Advantages of Data Compression

A
  • Quality maintained
  • Reduced file size
  • Fast internet use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the common compressed Image/Graphic files?

A

JPEG and Gif

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the common compressed files for Text?

A
  • CSV (Comma Separated Value)
  • RTF (Rich Text Format)
  • ASCII (American STANDARD Code for Information Interchange)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is CSV?

A

Data/fields separated by commas, first line field names and other lines.
It is highly portable e.g transfer between spreadsheet&database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is RTF?

A

It is highly portable and saves letters, numbers and simple formatting. It can transfer between different email or word processing programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ASCII?

A

Highly portable, used to transfer between different word processing programs. It saves letters, numbers and NOT simple formatting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the common compressed video files?

A

MPEG4, MP4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the common compression of Audio files?

A

MP3, WAV, MIDI (Musical Instrument Digital Interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is PDF?

A

Portable Document Format

A portable file that is a read only document. Highly portable, uses Adobe Reader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Advantage of PDF

A

• Free to download

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Winzip Compression?

A

Zipping files for email or internet transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Data Capture and its types?

A

Can be paper or screen based

  • Paper - hard copy
  • Screen - soft copy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Importance of Paper based form design

A

Very relevant as it allows a quick transfer to a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the purpose of Validation checking?

A

To ensure that the data entered is sensible

17
Q

What is the purpose of Verification checking?

A

To ensure if data is accurate

18
Q

What is a Database Software?

A

A program that stores data in tables using relationships

19
Q

What is an Input Mask?

A

Where data must be entered in a certain format

20
Q

What is Validation Rules?

A

Rule that checks the data entered

21
Q

What are Forms?

A

On screen data capture for updating in tables

22
Q

What is a report?

A

Query results that are presented in a table format. It can include graphics to enhance the report, calculations

23
Q

What is Queries?

A

Used in a criteria to find records

24
Q

What is a Flat File?

A

Only contains One table with no relationships included

25
Q

What are the problems using a Flat File?

A
  • Data Redundancy - Flat file data is repeated unnecessarily, therefore it causes error-prone and slows down searching
  • Data Integrity - data error-prone therefore data might be inaccurate or unreliable
26
Q

What is a Relational Database?

A

More than one table is included. These tables are linked using key fields

27
Q

Advantages of Relational Database

A
  • Since tables are linked together with key fields, it helps avoid data redundancy and ensures good integrity
  • Makes searching and sorting quicker
  • Data is stored centrally - easier to keep secure