Download Practice 1

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Serializability wikipedia , lookup

SQL wikipedia , lookup

Microsoft Access wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

IMDb wikipedia , lookup

Oracle Database wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Ingres (database) wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Concurrency control wikipedia , lookup

Database wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

ContactPoint wikipedia , lookup

Database model wikipedia , lookup

Transcript
56. The purpose of a database is to:
A) store data in tables.
B) create tables of rows and columns.
C) maintain data on different things in different tables.
D) help people keep track of things.
E) All of the above.
57. A database stores:
A) data.
B) metadata.
C) relationships.
D) A and B
E) A, B, and C
58. A database records:
A) figures.
B) facts.
C) information.
D) A and B
E) A, B, and C
59. A sales contact manager used by a salesperson is an example of a(n) ________.
A) single-user database application
B) multiuser database application
C) e-commerce database application
D) A or B
E) Any of A, B, or C
60. A Customer Resource Management (CRM) system is an example of a(n) ________.
A) single-user database application
B) multiuser database application
C) e-commerce database application
D) A or B
E) Any of A, B, or C
61. An online drugstore such as Drugstore.com is an example of a(n) ________.
A) single-user database application
B) multiuser database application
C) e-commerce database application
D) A or B
E) Any of A, B, or C
62. The industry standard supported by all major DBMSs that allows tables to be joined together is called
________.
A) Structured Question Language (SQL)
B) Sequential Query Language (SQL)
C) Structured Query Language (SQL)
D) Relational Query Language (RQL)
E) Relational Question Language (RQL)
63. A program whose job is to create, process and administer databases is called a ________.
A) Data Business Model System
B) Data Business Management Service
C) Database Management System
D) Database Modeling System
E) Relational Model Manager
64. Microsoft Access includes:
A) a DBMS.
B) an application generator.
C) a Web server.
D) A and B
E) A, B, and C
65. Microsoft Access may use which of the following DBMS engines?
A) SQL Server
B) ADE
C) Oracle
D) A and B
E) A, B, and C
66. Which of the following are basic components of an enterprise-class database system?
A) The user
B) The database
C) The database application
D) The database management system (DBMS)
E) All of the above
67. In an enterprise-class database system, ________.
A) the database application(s) interact(s) with the DBMS
B) the database application(s) access(es) the database data
C) the DBMS accesses the database data
D) A and B
E) A and C
68. In an enterprise-class database system, the database application ________.
A) creates queries
B) creates forms
C) creates reports
D) A and B
E) B and C
69. In an enterprise-class database system, reports are created by ________.
A)
B)
C)
D)
E)
the user
the database application
the database
the database management system (DBMS)
All of the above
70. In database systems, the DBMS ________.
A) modifies data
B) reads data
C) deletes data
D) inserts data
E) All of the above
71. In database systems, the DBMS enforces rules about which data can be written in certain columns. The rules
are known as ________.
A) data insertion control
B) concurrency control
C) data modification control
D) data reading control
E) referential integrity constraints
72. In database systems, the DBMS enforces rules about which user can perform which action when. The rules
are known as ________.
A) data modification control
B) concurrency control
C) data insertion control
D) data reading control
E) referential integrity constraints
73. A database is considered "self-describing" because ________.
A) it contains a listing of all the programs that use it
B) all the users' data is in one place
C) it reduces data duplication
D) it contains a description of its own structure
E) All of the above
74. A database consists of integrated tables, which store ________.
A) data
B) relationships among the data
C) forms
D) A and B
E) All of the above
75. In database systems, the database ________.
A) holds indexes
B) holds user data
C) holds metadata
D) holds stored procedures
E) All of the above
76. A database may contain ________.
A) stored procedures
B) tables
C) metadata
D) triggers
E) All of the above
77. A database may be designed ________.
A) as a new systems development project
B) from existing data
C) as a redesign of an existing database
D) A and B
E) A, B, and C
78. A database designed using spreadsheets from the Sales department is a database being designed ________.
A) from existing data
B) as a new systems development project
C) as a redesign of an existing database
D) A and B
E) A, B, and C
79. A database designed to implement requirements for a reporting application needed by the Sales department
is a database being designed ________.
A) from existing non-database data
B) as a new systems development project
C) as a redesign of an existing database
D) A and B
E) A, B, and C
80. A database designed to combine two databases used by the Sales department is a database being designed
________.
A) from existing data
B) as a new systems development project
C) as a redesign of an existing database
D) A and B
E) A, B, and C
81. Database professionals use ________ as specific data sources for studies and analyses.
A) data marts
B) normalization
C) data models
D) entity-relationship data modeling
E) data migration
82. Database professionals use a set of principles called ________ to guide and assess database design.
A) data marts
B)
C)
D)
E)
normalization
data models
entity-relationship data modeling
data migration
83. A very popular development technique used by database professionals for database design is known as
________.
A) data marts
B) normalization
C) data models
D) entity-relationship data modeling
E) data migration
84. A very popular development technique used by database professionals to adopt a database design to a new
or changing requirement is known as ________.
A) data marts
B) normalization
C) data models
D) entity-relationship data modeling
E) data migration
85. The predecessor(s) of database processing was (were) ________.
A) network models
B) hierarchical models
C) file managers
D) the relational data model
E) All of the above were predecessors of database processing.
86. The relational model ________.
A) was developed by E. F. Codd
B) resulted in the DBMS product DB2
C) was first proposed in 1970
D) was developed at IBM
E) All of the above
87. Modern microcomputer personal DBMS products ________.
A) are supplied by several well-established manufacturers
B) were essentially made obsolete by Microsoft Access
C) are not true DBMS products
D) are really just programming languages with generalized file-processing capabilities
E) have poor response time
88. Business organizations have resisted adopting object-oriented database management systems because
________.
A) the cost of purchasing OODBMS packages is prohibitively high
B) object-oriented programming uses simplified data structures that fit easily into relational databases
C) the cost of converting data from relational databases to OODBMSs is too high
D) most large organizations have older applications that are not based on object oriented programming
E) C and D
89. For database development, the most important Web-related technology to emerge in recent years is:
A) HTTP.
B) FTP.
C) XML.
D) OODBMS.
E) All of the above.
90. For database development, a challenge to the relational model and the use of SQL. This challenge is known
as:
A) the NoSOAP movement.
B) the NoSQL movement.
C) the Web services movement.
D) the SOAP movement.
E) the UDDI movement.