1/144
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 database models uses parent-child relationships where each child can have multiple parents?
Network database model
Parent-child database model
Relational database model
Hierarchical database model
Object-oriented database model
Network database model
What does a database model provide?
A systematic way to organize data
A conceptual representation of digital data
The best names to use for database tables
The different data types that can be stored in a database
The file format to store the database
A systematic way to organize data
What makes a relational database so effective ?
Every object has a unique ID.
It can be used to store objects.
It works best for data that is inherently hierarchical.
It can be used to store video.
Multiple tables can be linked together.
Multiple tables can be linked together.
Which of the following DBMS models would be used to manage a collection of audio files ?
Flat files
Relational
Object-oriented
Hierarchical
Network
Object-oriented
Which of the following is an advantage of a hierarchical data model?
Complex data relationships can be modeled
Conceptual simplicity
Easy to understand database tables
Ability to store multimedia data types
Conceptual simplicity
Manipulate data
adding new data, changing the values of existing data and reorganizing the data
Query
asking a question of the database
SQL
Structured Query Language
computer language for accessing and manipulating a database
Statements
a specific instruction for the computer to do something
CREATE statement
create a new database or a new table or a new user
SELECT statement
used to perform a query on a database
Conditional expression
question you want to ask
SQL Operator >
an operator manipulates individual data items and returns a result
Arithmetic operators
add (+)
subtract (-)
multiply (*)
divide (/)
Comparison operators
= equal to
< > not equal to
> greater than
> = greater than or equal to
< less than
< = less than or equal to
Logical operators
combine the results of two conditions into a single result
AND, OR, and NOT
AND
displays a record if both the first condition and the second condition are true
OR
displays a record if either the first or the second conditions is true
NOT
displays a record if the conditions are False
Boolean operators
True and false
Why is SQL so widely used?
It is the programming language of the World Wide Web and is built into all major web browsers.
It is the programming language used to make interactive web pages.
This programming language can be applied to any database management system once learned.
This programming language is behind audio/video processing.
This programming language can be applied to any database management system once learned.
Given a table called Employees with a field called Last Name, using SQL, how would you select all the records with the last name 'Jones'?
FROM Employees SELECT * WHERE Last Name = 'Jones'
SELECT * FROM Employees WHERE [Last Name] = 'Jones'
SELECT * FROM Employees WHERE [Last Name] <> 'Jones'
FROM Employees SELECT all WHERE [Last Name] = 'Jones'
SELECT * FROM Employees WHERE [Last Name] = 'Jones'
Given the following table called Students, how many records would be returned using the following SQL database query?
SELECT Student ID
FROM Students
WHERE Financial Aid = 'Yes' AND GPA > 3.0;
5
4
7
3
3
_____ operators are used to compare values, while _____ operators make it possible to combine two or more conditions in a single statement.
Arithmetic; boolean
Arithmetic; comparison
Comparison; boolean
Boolean; comparison
Comparison; boolean
Which SQL statement is used to sort the result of a database query?
ORDER BY
ORDER
SORT BY
SORT-ORDER
ORDER BY
Big data
refers to all this digital information that can now be analyzed
What is something that big data CANNOT do when it comes to a new TV program?
Suggest plot points
Suggest actors
Suggest themes
Write realistic dialog
Write realistic dialog
Which of the following qualifies as 'big data'?
local libraries
DVDs
vinyl records
social media
social media