1/76
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Data
basic values or facts
Analog
continuous
Digital
Discrete and broken up
database
organized collection of data
database management system
specialized software to input, store, retrieve and manage all the data
Computers represent data in a finite manner. What does this mean?
Computers cannot store analog data.
There is a limit to how much data they can represent.
Computers are not as intelligent as the human brain.
There are only so many different ways to represent something.
There is a limit to how much data they can represent.
What is the difference between data and information?
Data refer to basic values or facts, while information consists of organized data used to answer questions or solve problems.
Data are digital, while information is analog.
Computers store data, while the human brain stores information.
They pretty much mean the same thing.
Data refer to basic values or facts, while information consists of organized data used to answer questions or solve problems.
What is the difference between analog and digital data?
Analog data refer to data from before the invention of computers.
There is no real difference.
Analog data cannot be stored, while digital data are stored using computers.
Analog data are continuous, while digital data are discrete.
Analog data are continuous, while digital data are discrete.
What are data?
Tables used by computers
Text and numbers
Information
Basic facts or values
Basic facts or values
A ________ is an organized collection of data.
Header Row
Record field
Database
Datasystem
Database
Databases
containers for data
Database Management Systems (DBMS)
system that contains databases
Text Database
when data is organized in a text file in rows and columns, it can be used to store, organize, protect, and retrieve data
Desktop Database Programs
another type of a database that’s more complex than a text database, but intended for a singular user
Desktop Database Programs
allow users to enter data, store it, protect it, and retrieve it when needed
Relational Database Management Systems (RDBMS)
allow multiple users to work with the data at the same time, creating advanced security for access to the data
Schema
a set of tables makes up a
NoSQL and Object-Oriented Databases
build bookshelves of elements and allow access per bookshelf
NoSQL
specifically attempts to simplify bookshelves by storing data in a denormalized way
Denormalized
storing it in large chunks
Normalization
a database business process to break up data into the smallest possible parts
Transactional or Operational
when databases store everyday data with fast updates
Database Warehouses
store many versions of the same data
What is a database?
A computer mechanism for storing and retrieving data
A base layer for storing items
A type of a disk
A part of a computer closest to data
Which database type is the simplest type and is organized into rows and columns in a text file?
line entry
shell database
text database
command line
text database
What does RDBMS stand for?
Research Development BMS
Real Database Messaging System
Rapid Development Bit Map Systems
Relational Database Management System
Relational Database Management System
What is the diagram symbol for a database?
a cloud
a line
a circle
a cylinder
a cylinder
In the data storage sense, what does 'denormalized' mean?
Data containing unusual information
Standardizing data before it's stored
Storing data in large chunks
Storing data in small chunks
Storing data in large chunks
Data
basic facts or values
Database
organized collection of data
Array
a list of values
Field
corresponds to a column in the table and represents a single value
Record
a collection of related attributes that make up a single database entry
Information
helps us answer questions
What is the difference between data and information?
Data consists of records while information consists of arrays.
Computers can only store data while the human brain stores information.
Data is used to make decisions while information is strictly records.
Data are digital and can include audio while information is analog and text only.
Data are basic values or facts, while information consists of organized data used to answer question or solve problems.
Data are basic values or facts, while information consists of organized data used to answer question or solve problems.
How would a university that needs to have records of student grades store this information ?
With a Javascript program
With an application macro
With a generic macro
With a database table
With a relational array
With a database table
What is data?
Binary digits
Information
Basic facts or values
Text and numbers
Tables used by computers
Basic facts or values
Each column in a database table is also called _____?
a field
a file
a relation
an array
a record
a field
How would a grocery chain manage a database containing information on thousands of customers?
By storing it on an email server
With a DBMS
With data arrays
With an informational database
With an HTML based spreadsheet
With a DBMS
Relational database
tables that are linked together in some meaningful way
Product database
consists of a table; every product is a record
Database relationships
meaningful patterns in the data are possible
Are certain products often bought together?
How to market products as a bundle
identify customers that buy similar products as part of different orders instead of single orders
Relational Database
examine patterns based on the relationship between the various tables
Database design
each table has a unique name
each table contains multiple rows
each row in a table is unique
every table has a key to uniquely identify the rows
each column in a table has a unique attribute name
Relationships
link tables together
“table associations”
Keys
one or more fields that uniquely identify a record in a database table
assist in maintaining data consistency
create associations between tables
Primary Key
a minimal set of fields whose values uniquely identify a record in a table
one primary key per table
may consist of multiple attributes
Key Examples
Book ISBN
Employee ID
Customers, products & orders
Foreign Key
a field whose values are the same as the primary key of another table
Cardinality
types of relationships based on how many records in one table are related to how many records in the other table
one-to-one (1:1)
one-to-many (1:m)
many-to-one (m:1)
many-to-many (m:m)
_____ is a field in a database table (or a combination of fields) that has a unique value.
An identifier
A secondary key
A primary key
An alternate key
A foreign key
A primary key
_____ refers to how many records in a table are related to the number of records in another table.
Keying
Hierarchy
Association
Cardinality
Linking
Cardinality
A relationship between two or more tables is also known as:
An attribute
A key
A database model
An association
A link
An association
A field in a database table whose values are the same as the primary key of another table is called:
A foreign key
An alternate key
A primary key
A candidate key
A secondary key
A foreign key
A database of auto parts has two tables. The first table includes all the different parts. The second table includes all the different types of vehicles. Some parts can be used in more than one vehicle, while all vehicles consist of more than one part. This describes which type of table association?
All-to-many
Many-to-many
Many-to-one
One-to-many
Many-to-all
Many-to-many
What would be the benefits to a chain of grocery stores from using a database?
All of these are correct.
Each stores data could be available to other stores.
Multiple users could access store data at the same time.
Store inventory data would be available and up to the minute.
Top management can easily track each stores sales.
All of these are correct.
Which of the following does not represent a typical scenario with respect to the use of a database by a hospital ?
Printing out all the pages of a database to create a permanent record of patients
Searching through the database to find a patients records
All of the answers are correct.
Updating the database to reflect a patients treatment
A Doctor accessing the database from home
Printing out all the pages of a database to create a permanent record of patients
Which of the following about database management is false?
Making a database searchable makes it more useful.
Many databases are updated regularly.
Different people in an organization may have access to different parts of a database.
Databases can only be accessed by the database manager.
A library catalog is an example of a database.
Databases can only be accessed by the database manager.
What is the primary strategic goal of database management for an organization?
To store all relevant data in a database
To support effective problem solving and decision making
To convert all paper-based data to digital data in a computer-based database
To make all important data available to everyone in the organization
To support effective problem solving and decision making
Which of the following is an example of a database?
Hospital records
Customer contact information
All of the answers are examples of databases.
Library catalog
Store sales transactions
All of the answers are examples of databases.
database management system (DBMS)
software tool to organize data in a database
file system
challenges
lost a file
difficulty finding file
different physical locations
computer service
provides a network service
What does the acronym DBMS stand for?
Database Management Science
Data-driven Business Management System
Database Manipulation System
Database Management Service
Database Management System
Database Management System
The database administrator has already set permissions for several people to use the system. Three of the users need to be able to use the database at the same time. What function does the administrator need to set?
Security
Backup and recovery
User permissions
Integrity
Concurrency
Concurrency
Where is a multi-user database typically located?
A USB flash drive that is passed around the office
A laptop computer which is used by multiple users
The desktop computer of the database administrator
A central computer server
A desktop computer of one of the employees
A central computer server
Which of the following is NOT a potential advantage of a database management system (DBMS)?
Reduces multiple versions of the same data
Increases security and reliability due to a limited number of managers
Provides automated methods to create, store and retrieve data
Allows multiple users to access the same data simultaneously
Reduces data storage needs
Reduces data storage needs
What are the three fundamental elements of a database management system?
Physical database, database engine and database schema
Texts, numbers and multimedia
Data entry, data storage and data analysis
Records, fields and tables
Database, file system and search engine
Physical database, database engine and database schema
Flat file
single table with a large number of records and fields
Relational DBMS
the most widely used type of DBMS
Relationships
a field that uniquely identifies each record
Flat file
like a single, very large table
Which of the following is an advantage of a hierarchical data model?
Complex data relationships can be modeled
Ability to store multimedia data types
Conceptual simplicity
Easy to understand database tables