Deck 1: Introduction to Database Management

ملء الشاشة (f)
exit full mode
سؤال
An attribute is known as a row in most databases.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which of the following is a drawback of flat files?

A) Several users can access the same information at the same time.
B) Flat files ensure that users enter data in a consistent format.
C) Data is organized to meet all integrity constraints.
D) Data partitioned into several separate files can be difficult to summarize.
سؤال
Which of the following is a screen object used to maintain and view data from a database?

A) spreadsheet
B) macro
C) report
D) form
سؤال
What is the term for a collection of data organized in a manner that allows access, retrieval, and use of the data?

A) database
B) entity
C) code file
D) flat file
سؤال
A(n) _____ can store information about multiple types of entities and the relationships among the entities.

A) flat file
B) attribute
C) relational database
D) spreadsheet
سؤال
An entity is a person, place, event, item, or other transaction for which you want to store and process data.
سؤال
Redundancy makes changing data more cumbersome and time-consuming.
سؤال
Microsoft Access is well-suited to which of the following cases?

A) A few trusted users work with the database at the same time.
B) The database is very large, containing dozens of tables and thousands of records.
C) Many users work with the database in separate geographical locations.
D) The database has strict security requirements because it is available on the Internet.
سؤال
An employee's last name is an example of an attribute.
سؤال
Which of the following is a visual way to represent and analyze a database?

A) entity-relationship (E-R) diagram
B) algorithm
C) encryption diagram
D) metadata
سؤال
A database that enforces _____ prevents users from creating orphan records.

A) primary key creation
B) referential integrity
C) data redundancy
D) data security
سؤال
Which of the following is a problem that data redundancy causes?

A) removal of orphan records
B) increased data independence
C) increased data errors and inconsistencies
D) removal of primary key fields
سؤال
What do two tables use to link related records from each table?

A) a form
B) an orphan record
C) a unique value
D) a common field
سؤال
Which of the following tasks is a data analyst likely to perform?

A) apply an algorithm to find sales trends
B) install software to work with a database
C) design a new database
D) maintain the company database
سؤال
Which of the following is a reason to store business data in a database rather than a spreadsheet?

A) Spreadsheets have limited text-formatting features.
B) Spreadsheets cannot be backed up.
C) Spreadsheets have limited data sharing and security features.
D) Spreadsheets have strict rules about data consistency.
سؤال
In an organization, who is usually responsible for improving databases to provide efficient and effective access to their information?

A) business owner
B) database administrator (DBA)
C) database supporter (DBS)
D) data-entry clerks
سؤال
Which term can be described as the duplication of data and storing data in multiple locations?

A) data independence
B) redundancy
C) data integrity
D) security
سؤال
According to the Bureau of Labor Statistics, what is the job growth outlook for database administrators?

A) faster than average
B) slower than average
C) about average
D) No growth is expected.
سؤال
In the Sports Physical Therapy database, you determine the description of the therapy a patient is receiving by finding the TherapyCode for the patient in the Session table, and then _____.

A) looking up the TherapyCode in the Patient table
B) looking up the TherapyCode in the Therapies table
C) looking up the SessionNum in the Session table
D) looking up the TherapyCode in the Therapist table
سؤال
Redundancy refers to the duplication of data, or the storing of the same data in more than one place.
سؤال
In the Sports Physical Therapy database, how can you determine which therapist provided the longest amount of time to complete a particular service?

A) In the Therapies table, find the highest value in the UnitOfTime column.
B) In the Session table, find the highest value in the LengthOfSession column.
C) In the Therapies table, find the highest value in the TherapyCode column.
D) In the Session table, find the highest value in the SessionNum column.
سؤال
In a large business, who mines a database for information, trends, and insights?

A) data analyst
B) database administrator
C) data entry manager
D) data security expert
سؤال
In the Sports Physical Therapy database, which table determines which therapist provided a service to a patient?

A) Patients
B) Session
C) Therapist
D) Therapies
سؤال
In the Pitt Fitness database, which of the following attributes belongs in the Customers table?

A) ClassName
B) ReservationID
C) BirthDate
D) InstructorID
سؤال
Which of the following is a responsibility of a database administrator?

A) improving the efficiency of a database
B) creating projections of future sales
C) supervising an organization's external communications
D) coordinating marketing presentations
سؤال
How are entities represented in a relational database?

A) Each entity is stored as a row.
B) Each entity is stored as an attribute.
C) Each entity is stored as a table.
D) Each entity is stored as a column.
سؤال
What type of software programs are Access, Oracle, DB2, MySQL, and SQL Server?

A) E-R diagrams
B) DBAs
C) data files
D) DBMSs
سؤال
_________________________ describes the large volume of data produced by every digital process, system, sensor, mobile device, and even social media exchange.

A) Metadata
B) Database management system
C) Software stack
D) Big data
سؤال
Which of the following statements is correct?

A) In a flat-file environment, data is partitioned into several disjointed systems, lists, and files.
B) User data cannot be combined and shared among authorized users.
C) Database users should each work on their own copy of the database.
D) Controlling redundancy is easier in a flat file than in a database.
سؤال
In the Pitt Fitness database, which attribute uniquely identifies each class?

A) ClassName
B) ClassLocation
C) ClassType
D) ClassID
سؤال
In the Sports Physical Therapy database, how can you determine the number of sessions completed by therapist Steven Wilder?

A) In the Therapist table, count the number of values in the SessionNum column for Steven Wilder.
B) In the Session table, count the number of times Steven Wilder appears in the TherapistName column.
C) In the Therapies table, count the number of values in the SessionTherapist column for Steven Wilder.
D) In the Therapist table, find the TherapistID for Steven Wilder, and then count the number of times his TherapistID appears in the Session table.
سؤال
In the Pitt Fitness database, which table relates classes and instructors?

A) Reservations
B) Customers
C) CustomerReservations
D) ClassInstructors
سؤال
Which of the following will be an entity in the JC Consulting database?

A) Client name
B) Estimate
C) Clients
D) Project description
سؤال
Which of the following are screen objects used to maintain, view, and print data from a database?

A) fields
B) forms
C) data files
D) entities
سؤال
Which type of rule prevents the creation of orphan records?

A) redundancy constraint
B) integrity constraint
C) conflict requirement
D) security requirement
سؤال
In the Sports Physical Therapy database, which table stores the date of an interaction between a patient and a therapist?

A) Patient
B) Billings
C) Session
D) PatientBillings
سؤال
Which of the following is a popular software stack?

A) SQL Server
B) Oracle
C) LAMP
D) DAMP
سؤال
Which of the following is a popular relational database management system?

A) Apache
B) SQL Server
C) Rails
D) PHP
سؤال
In the Sports Physical Therapy database, which attribute uniquely identifies each therapy session?

A) TherapyCode
B) SessionNum
C) SessionType
D) PatientNum
سؤال
During which phase does a database developer create the entities, attributes, and relationships between the tables of data?

A) data security
B) database integrity
C) database design
D) database selection
سؤال
In the Pitt Fitness database, which of the following is an attribute in the Instructors entity?

A) InstructorRoom
B) InstructorDescription
C) InstructorCity
D) InstructorFee
سؤال
In the Pitt Fitness database, what can you learn by examining the ClassInstructors data?

A) Some classes use more than one instructor.
B) Each class has only one instructor.
C) Each instructor teaches only one class.
D) All the instructors live in Pittsburgh.
سؤال
Discuss why using a relational DBMS provides better information than data stored in multiple flat files.
سؤال
Explain the key differences between the job description and responsibilities of a database administrator and a data analyst.
سؤال
In the Pitt Fitness database, how can you determine the number of classes offered on Tuesday?

A) In the Classes table, count the occurrences of Tuesday in the Time column.
B) In the ClassInstructors table, count the occurrences of Tuesday in the DayOfWeek column.
C) In the Classes table, count the entries in the Tuesday column.
D) In the Classes table, count the occurrences of Tuesday in the Day column.
سؤال
List nine advantages of a properly designed relational database.
سؤال
In the Pitt Fitness database, you can determine which instructor is assigned a particular class by looking in the ____________________ table.

A) ClassInstructors
B) Classes
C) Reservations
D) Instructors
سؤال
Explain when Access is an appropriate choice as a DBMS and when an enterprise-level DBMS system would be more appropriate.
سؤال
A(n) _________________________ is a set of rules, calculations, and assumptions used to solve a problem.

A) attribute
B) algorithm
C) integrity constraint
D) form
سؤال
Describe the types of big data Sports Physical Therapy could collect to improve its services and financial performance.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 1: Introduction to Database Management
1
An attribute is known as a row in most databases.
False
2
Which of the following is a drawback of flat files?

A) Several users can access the same information at the same time.
B) Flat files ensure that users enter data in a consistent format.
C) Data is organized to meet all integrity constraints.
D) Data partitioned into several separate files can be difficult to summarize.
D
3
Which of the following is a screen object used to maintain and view data from a database?

A) spreadsheet
B) macro
C) report
D) form
D
4
What is the term for a collection of data organized in a manner that allows access, retrieval, and use of the data?

A) database
B) entity
C) code file
D) flat file
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
A(n) _____ can store information about multiple types of entities and the relationships among the entities.

A) flat file
B) attribute
C) relational database
D) spreadsheet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
An entity is a person, place, event, item, or other transaction for which you want to store and process data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
Redundancy makes changing data more cumbersome and time-consuming.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
Microsoft Access is well-suited to which of the following cases?

A) A few trusted users work with the database at the same time.
B) The database is very large, containing dozens of tables and thousands of records.
C) Many users work with the database in separate geographical locations.
D) The database has strict security requirements because it is available on the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
An employee's last name is an example of an attribute.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
Which of the following is a visual way to represent and analyze a database?

A) entity-relationship (E-R) diagram
B) algorithm
C) encryption diagram
D) metadata
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
A database that enforces _____ prevents users from creating orphan records.

A) primary key creation
B) referential integrity
C) data redundancy
D) data security
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following is a problem that data redundancy causes?

A) removal of orphan records
B) increased data independence
C) increased data errors and inconsistencies
D) removal of primary key fields
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
What do two tables use to link related records from each table?

A) a form
B) an orphan record
C) a unique value
D) a common field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
Which of the following tasks is a data analyst likely to perform?

A) apply an algorithm to find sales trends
B) install software to work with a database
C) design a new database
D) maintain the company database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following is a reason to store business data in a database rather than a spreadsheet?

A) Spreadsheets have limited text-formatting features.
B) Spreadsheets cannot be backed up.
C) Spreadsheets have limited data sharing and security features.
D) Spreadsheets have strict rules about data consistency.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
In an organization, who is usually responsible for improving databases to provide efficient and effective access to their information?

A) business owner
B) database administrator (DBA)
C) database supporter (DBS)
D) data-entry clerks
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which term can be described as the duplication of data and storing data in multiple locations?

A) data independence
B) redundancy
C) data integrity
D) security
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
According to the Bureau of Labor Statistics, what is the job growth outlook for database administrators?

A) faster than average
B) slower than average
C) about average
D) No growth is expected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
In the Sports Physical Therapy database, you determine the description of the therapy a patient is receiving by finding the TherapyCode for the patient in the Session table, and then _____.

A) looking up the TherapyCode in the Patient table
B) looking up the TherapyCode in the Therapies table
C) looking up the SessionNum in the Session table
D) looking up the TherapyCode in the Therapist table
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
Redundancy refers to the duplication of data, or the storing of the same data in more than one place.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
In the Sports Physical Therapy database, how can you determine which therapist provided the longest amount of time to complete a particular service?

A) In the Therapies table, find the highest value in the UnitOfTime column.
B) In the Session table, find the highest value in the LengthOfSession column.
C) In the Therapies table, find the highest value in the TherapyCode column.
D) In the Session table, find the highest value in the SessionNum column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
In a large business, who mines a database for information, trends, and insights?

A) data analyst
B) database administrator
C) data entry manager
D) data security expert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
In the Sports Physical Therapy database, which table determines which therapist provided a service to a patient?

A) Patients
B) Session
C) Therapist
D) Therapies
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
In the Pitt Fitness database, which of the following attributes belongs in the Customers table?

A) ClassName
B) ReservationID
C) BirthDate
D) InstructorID
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following is a responsibility of a database administrator?

A) improving the efficiency of a database
B) creating projections of future sales
C) supervising an organization's external communications
D) coordinating marketing presentations
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
How are entities represented in a relational database?

A) Each entity is stored as a row.
B) Each entity is stored as an attribute.
C) Each entity is stored as a table.
D) Each entity is stored as a column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
What type of software programs are Access, Oracle, DB2, MySQL, and SQL Server?

A) E-R diagrams
B) DBAs
C) data files
D) DBMSs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
_________________________ describes the large volume of data produced by every digital process, system, sensor, mobile device, and even social media exchange.

A) Metadata
B) Database management system
C) Software stack
D) Big data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which of the following statements is correct?

A) In a flat-file environment, data is partitioned into several disjointed systems, lists, and files.
B) User data cannot be combined and shared among authorized users.
C) Database users should each work on their own copy of the database.
D) Controlling redundancy is easier in a flat file than in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
In the Pitt Fitness database, which attribute uniquely identifies each class?

A) ClassName
B) ClassLocation
C) ClassType
D) ClassID
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
In the Sports Physical Therapy database, how can you determine the number of sessions completed by therapist Steven Wilder?

A) In the Therapist table, count the number of values in the SessionNum column for Steven Wilder.
B) In the Session table, count the number of times Steven Wilder appears in the TherapistName column.
C) In the Therapies table, count the number of values in the SessionTherapist column for Steven Wilder.
D) In the Therapist table, find the TherapistID for Steven Wilder, and then count the number of times his TherapistID appears in the Session table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
In the Pitt Fitness database, which table relates classes and instructors?

A) Reservations
B) Customers
C) CustomerReservations
D) ClassInstructors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
Which of the following will be an entity in the JC Consulting database?

A) Client name
B) Estimate
C) Clients
D) Project description
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which of the following are screen objects used to maintain, view, and print data from a database?

A) fields
B) forms
C) data files
D) entities
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which type of rule prevents the creation of orphan records?

A) redundancy constraint
B) integrity constraint
C) conflict requirement
D) security requirement
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
In the Sports Physical Therapy database, which table stores the date of an interaction between a patient and a therapist?

A) Patient
B) Billings
C) Session
D) PatientBillings
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following is a popular software stack?

A) SQL Server
B) Oracle
C) LAMP
D) DAMP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following is a popular relational database management system?

A) Apache
B) SQL Server
C) Rails
D) PHP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
39
In the Sports Physical Therapy database, which attribute uniquely identifies each therapy session?

A) TherapyCode
B) SessionNum
C) SessionType
D) PatientNum
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
During which phase does a database developer create the entities, attributes, and relationships between the tables of data?

A) data security
B) database integrity
C) database design
D) database selection
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
In the Pitt Fitness database, which of the following is an attribute in the Instructors entity?

A) InstructorRoom
B) InstructorDescription
C) InstructorCity
D) InstructorFee
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
In the Pitt Fitness database, what can you learn by examining the ClassInstructors data?

A) Some classes use more than one instructor.
B) Each class has only one instructor.
C) Each instructor teaches only one class.
D) All the instructors live in Pittsburgh.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
Discuss why using a relational DBMS provides better information than data stored in multiple flat files.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
Explain the key differences between the job description and responsibilities of a database administrator and a data analyst.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
In the Pitt Fitness database, how can you determine the number of classes offered on Tuesday?

A) In the Classes table, count the occurrences of Tuesday in the Time column.
B) In the ClassInstructors table, count the occurrences of Tuesday in the DayOfWeek column.
C) In the Classes table, count the entries in the Tuesday column.
D) In the Classes table, count the occurrences of Tuesday in the Day column.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
List nine advantages of a properly designed relational database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
In the Pitt Fitness database, you can determine which instructor is assigned a particular class by looking in the ____________________ table.

A) ClassInstructors
B) Classes
C) Reservations
D) Instructors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
Explain when Access is an appropriate choice as a DBMS and when an enterprise-level DBMS system would be more appropriate.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
A(n) _________________________ is a set of rules, calculations, and assumptions used to solve a problem.

A) attribute
B) algorithm
C) integrity constraint
D) form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
Describe the types of big data Sports Physical Therapy could collect to improve its services and financial performance.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.