6.2 Test Flashcards

1
Q

(Business L0 6.2 Revision) - Data Types - What does the ‘Date’ data type refer to

A

Used to store a given time in a strict format (e.g. day/month/year, 05/07/2005)

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

(Business L0 6.2 Revision) - Data Types - What does the ‘Integer’ data type refer to

A

These are numbers sorted as mathematical whole values

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

(Business L0 6.2 Revision) - Data Types - What does the ‘Real/Float’ data type refer to

A

These are numbers sorted as mathematical fractional values

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

(Business L0 6.2 Revision) - Data Types - What does the ‘Character’ data type refer to

A

Used for storing single characters (Single Alpha-Numerical Elements)

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

(Business L0 6.2 Revision) - Data Types - What does the ‘String’ data type refer to

A

Used for text, data values that are made up of ordered sequences of characters, such as “hello world”

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

(Business L0 6.2 Revision) - Data Types - What does the ‘Boolean’ data type refer to

A

This type is used to store True or False Values

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

(Business L0 6.2 Revision) - Data Formats - What is ‘JSON’

A

JSON (JavaScript Object Notation) is a file and data format that uses human-readable text to store and transmit data objects.

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

(Business L0 6.2 Revision) - Data Formats - What is ‘Fixed-Width Text File’

A

Data is contained in columns that are of a fixed width (meaning that each column contains a certain number of character positions). Data that does not fill the width of the column is padded with filler characters (spaces or zeroes).

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

(Business L0 6.2 Revision) - Data Formats - What is ‘CSV’?

A

A (CSV) comma-separated values file, is an unlimited text file that uses a comma to separate values. Each line of the file is a data record. (e.g. Name, Age, Height)

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

(Business L0 6.2 Revision) - Data Formats - What is ‘ASCII’

A

ASCII (American Standard Code For Information Interchange) is used for files that are plain text. ASCII files are just text. (E.g. ‘.txt’). Stores 128 characters

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

(Business L0 6.2 Revision) - Data Formats - What is ‘XML’

A

The XML (The Extensible Markup Language) is a markup language that can be modified to match users needs by adding and defining building blocks or elements. You can create your own markup symbols to describe the structure of a file.

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

(Business L0 6.2 Revision) - Data Analytics - What are File-Based Structures used for?

A

A (File-Based Structure/File System) is a methodology, for logically organising and storing large quantities of data so it is easy for a computer program or a human to find the files they need.

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

(Business L0 6.2 Revision) - Data Analytics - What are Directory-Based Structures used for?

A

A Directory-Based Structure is a way that a computer organises data into a tree filing system.

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