AV intel definitions Flashcards

1
Q

First Normal Form

A
  • Eliminate duplicative columns

- Create separate tables for data and identify with Primary Key

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

Normalisation

A
  • Process of efficiently organizing data in a data base.
  • Eliminate redundant Data
  • useful data dependencies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Second normal form

A
  • Meet all the requirements of the first normal form.
  • Remove subsets and place in separate
    tables.
  • Create relationships between these new tables using
    foreign keys.
    -All non primary key fields are dependent on primary key
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Third Normal form

A
  • Meet all the requirements of the second normal form.

- Remove columns that are not dependent upon the primary key.

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

Designing a Database

A
  • Using a DBMS (database management system) (e.g. SQL)  Determine purpose of database
  • Determine size
  • Identify primary key
  • Determine relationship between tables
  • Refine
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Information Systems

A

Signals -> Data -> Information

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

clustering

A

Use specific intervals, to cluster those headings which refer to the intervals. Easily visualize the pattern to which direction flights depart.

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

Importance of AI/BI

A
  • Help a business understand its commercial context
  • Convert raw data into useful data which can be interpreted
  • create forecasts
  • use data to make management decisions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Aviation Intel consist of_

A

Data/Information gathering,processing, management and storing

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

Syntactic level

A

Any form of signal

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

Semantic level

A

Turning the signal into Data

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

Pragmatic level

A

Turns the data into something we can work with

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

Primary Key

A

The one thing we keep the same in our data (ID number, project code )

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

Inner join

A

Data present in both sets is merged

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

Left and Right outer joins

A

All data from one set as well as the data both have in common

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

Full Join

A

All data is merged

17
Q

proc sql format

A
create table (name) as
select
(data set) 
  ,(variables)
  ,(variables) 
 from (name)
group by (variable , variable)
order by (variable , variable)
;
quit;
18
Q

DBMS

A

a program that lets one or more computer users create and access data in a database

19
Q

Required features of a DBMS

A
  • Userfriendly
  • Adhere to standards ( SQL )
  • Multi User Operation
  • Provide security features
20
Q

Information Management

A

How an organization plans, collects,organizes, uses and disposes of its information which ensures that the information value is identified and exploited.