BEC Deck 7-Information & Communication Systems Flashcards
Bit (binary digit)-
An individual zero or one; the smallest piece of information that can be represented.
Byte-
A group of (usually) eight bits that are used to represent alphabetic & numeric characters and other symbols.
Field-
A group of characters (bytes) identifying a characteristic of an entity.
Record-
A group of related fields (or attributes) describing an individual instance of an entity.
File-
A collection of records for one specific entity.
Data Definition Language (DDL)-
Allows the definition of tables and fields and relationships among tables.
Data Manipulation Language (DML)-
Allows the user to add new records, delete old records, and to update existing records.
Data Query Language (DQL)-
Allows the user to extract information from the database; most relational databases use structured query language (SQL) to extract the data.
Operational Systems-
Support the day-to-day activities of the business (purchasing of goods and services, manufacturing activities, sales to customers, cash collections, payroll, etc.) Often known as Transaction Processing Systems (TPS).
Management Information Systems (MISs)-
Systems designed to support routine management problems based primarily on data from transaction processing systems.
Accounting Information Systems (AISs)-
AIS take financial data from transaction processing systems and use it to produce financial statements and control reports for management. AISs are a subset of MISs.
Decision Support Systems (DSSs)-
DSSs provide information to mid and upper level managers to assist them in managing non-routine problems and in long-range planning.
Data warehousing-
Is a database that supports organizational decision making. Data from the live databases are copied to the warehouse so that data can queried without reducing the performance or stability of live systems.
Data Mining-
Is searching the data warehouse to discover patterns and relationships.
Application controls concern the accuracy, validity, and completeness of data processing in specific application programs. They can be placed in one of three categories.
1) Input controls-Controls over the data entry process.
2) Processing Controls-Control over the master file update.
3) Output Controls-Control over the production of reports.