Audit Data Analytics Flashcards
What is a bit?
A bit is a single switch in a computer that is either in the on (1) or off (0) position.
What is a byte?
A byte is a group of 8 bits that represents a character.
What is a field?
A field is a group of related characters that represents a unit of information. For example, a field in a database might be the name of a person of the date of birth.
What is a record?
A record is a group of logically related fields that represent a complete unit of information.
A record can be searched in a file using a Primary Key or a Secondary Key.
What is a primary key?
A primary key is a field in a record that can be used to uniquely identify that record.
What is a secondary key?
A secondary key is a key that can be used to locate a record in the database when the primary key is unknown.
What is a foreign key?
A foreign key is a column or set of columns in a relational database table that is used to establish and maintain a link between the data in two tables.
What is a file?
A file is a group of logically related records. Files can contain a variety of types of data, including test, images, audio, and video.
What is a master file?
A master file typically contains information that is not expected to change frequently, such as customer data, product data, or vendor data.
What is a detail file?
A detail file is a file that lists a group of transactions, such as sales orders, invoices, or purchase orders.
What is a database?
A database is a collection of logically related files that are organized and stored in a computer and are devoted to a common function.
What is a relational database?
A relational database is based on the relational model, where data is organized into tables (relations) consisting of rows (tuples) and columns (attributes).
Tables are related to each other using primary and foreign keys, allowing for the representation of complex relationships between entities.
What are examples of tabular format?
Excel or CSV files.
What are formats of data?
Tabular format
Database format
Raw text format
API output format
What are examples of data sources?
Internal databases
External sources
File repositories
Web services or APIs
Physical documents