Module 1 Flashcards
What is an entity?
A person, place, thing, or event about which data will be collected and stored.
What is an attribute?
A characteristic of an entity, such as customer last name, customer first name, customer phone number.
What does a relationship describe?
An association among entities.
In the relationship ‘PAINTER paints PAINTING’, what type of relationship is it?
One to Many
In the relationship ‘EMPLOYEE learns SKILL’, what type of relationship is it?
Many to Many
What is defined as an organized collection of logically related data?
Database
What is essential for organizations to survive and prosper?
Data
What refers to facts concerning objects and events that could be recorded and stored?
Data
True or False: Data consists of raw facts.
True
We define _________ as data that have been processed in such a way that the knowledge of the person who uses the data is increased.
Information
What are the Basic File Terminology? Select all that apply.
- Data
- File
- Field
- Record
What is a field?
A character or group of characters (alphabetic or numeric) that has a specific meaning.
What is a record?
A logically connected set of one or more fields that describes a person, place, or thing.
What captures the nature and relationships among data?
Data Models
What is an entity in a data model?
A person, place, thing, or event about which data is collected.
In a one-to-many (1:M) relationship, which of the following is true?
One entity can be related to multiple entities on the other side.
Which relationship type requires an intermediate table for proper database modeling?
Many-to-Many (M:N)
What does a crow’s foot notation indicate in the ER diagram?
A one-to-many relationship
What is the separation of data descriptions (metadata) from the application programs called?
Data Independence
What refers to all of the system’s physical devices?
Hardware
What manages all hardware components and allows other software to run?
Operating System Software
Who are known as DBAs?
Database administrators
What do database designers do?
They are the database architects.
Who designs and implements application programs?
System analysts and programmers