V2 Unit 1-Data Management Flashcards
What must you do to data for it to become meaningful to the end user?
process and organize it prior to sending
What are the four classes of information in a cognitive hierarchy?
- Data
- Information
- Knowledge
- Understanding
how is metadata used?
to describe how data is structured by using a subscribed syntax and to associate data with semantics.
what is cognition?
the act of learning of integrating from various pieces of information (allows commanders and staff to generate knowledge)
what is the objective of transparency?
to ensure the process of transforming data into information used for decision making is traceable
content, delivery services deliver information assets to end users. these services can be of two types, what are they?
- core data
2. aggregation services
What does SOE (Services Oriented Enterprise) provide?
a meaning of achieving IT agility and flexibility to support rapidly evolving mission processes and changing goals and objectives
how are data elements obtained?
from data models and represent DOD info systems
what is a standard?
something that is measurable and repeatable
what is data structure?
a specialized format for organizing and storing data
how are data structures organized?
designed to organize data to suit of specific programming purpose so you can access them later and use them in appropriate ways to produce a desired output
what is a schema?
a structured description of records
what are physical data structures concerned with?
how data resides in a database
explain the difference between using linked and sequential lists.
Linked is a group of ordered items or lists while sequential(or ordered) is a list arranged in the order the items are read.
what do logical structures allow users to do?
view stored data in the database
how do tables and views differ?
views are also relational data tables, the only difference though is their data is calculated at query time.
What is the definition of parent node?
the node above all other nodes besides the root node
define the child node?
located under all other nodes at the bottom end of a node branch.
define the root node.
the node at the top of the hierarchical tree.
what is special about having a network data structure?
the relationship from parent-child node and child-parent node can be one to many.
what must you ensure before installing any software product on an operational Air Force computer?
appropriate actions have to been taken to ensure the security of the system cannot be degraded by the addition of the new software.
what security features should security software implement?
should detect and respond to unauthorized attempts to change, circumvent, or otherwise violate security features.
what restrictions apply to maintenance activities?
authorize software only to authorized maintenance personnel with appropriate security clearance
why should you perform a security audit trail?
to determine if your security features on your database system are working
what events are auditable?
- use of id and authentication
- user actions to create, modify, or delete programs/files
- actions taken by cpu operators, system admins, and system security admins
- any event that attempts to change the security profile of the system
- any event that attempts to violate the security policy of the system
what information should be recorded during the audit?
- type of event
- date and time of event
- unique identifier of the user or device generating the event
- success or failure of the event
- origin of the request for id and authentication events
- name of program/file introduced, accessed, or deleted
how can you protect critical data agains tampering?
control physical access of the AIS itself by installing keyboard locks or other security mechanisms on the cpu
what access controls can you apply to a database?
access to files, segments, software, and devices so only authorized users, based on need-to-know, can use the system and data resources
what is the main purpose of a database?
make data independent of the programs that use it
define normalization
process of organizing data into tables in such a way that the results of using the database are unambiguous as intended
describe the first normal form
an entity is in the first normal form if each attribute of the entity occurs only once or twice and there are no repeating groups of data
describe the second normal form
an entity is in the second normal form if its in first normal form and each attribute is dependent on its entire primary key.
describe third normal form
an entity is in third normal form if its in second normal form and no attribute of the entity is dependent on another non-key attribute
what is data denormalization?
the process of deliberately violating data normalization techniques
who is responsible for the technical implementation and maintenance of the database?
the database administrator
what permission can the dba grant?
access, insert, delete, or modify existing data
name four functions a dba performs.
- managing database structure
- managing data activity
- managing the DBMS
- maintaining the data repository
what is the DBA’s final responsibility when managing database structure?
updating the system documentation
what are the symptoms of data base fragmentation?
when unused gaps begin forming in between the remaining records
list the three steps of reorganization
- all the records must be removed from the database. when the records are unloaded, the file containing them is stored on a disk or other media.
- the old database must be initialized. remove all pointers and reinitializing the partitioned database
- reload the database from the file created in step one.
in an effort to combat situations we have little control over, what should a dba be considering?
using an uninterruptible power supply (UPS) for the server or mainframe that is running the database
to minimize database destruction, how often should the database be backed up?
never let more than two updates pass without backing up the database.