Ray Welland
Test por , creado hace más de 1 año

Introduction to Databases

34
0
0
Ray Welland
Creado por Ray Welland hace más de 10 años
Cerrar

UML Lec2 Quiz

Pregunta 1 de 21

1

Select all that are TRUE about Databases

Selecciona una o más de las siguientes respuestas posibles:

  • Shared collection of logically related data (and a description of this data), designed to meet the information needs of an organization

  • Shared collection: can be used simultaneously by many departments and users

  • Logically related: comprises the important objects and the relationships between these objects.

Explicación

Pregunta 2 de 21

1

A DBMS is a software system that enables users to define, create, and maintain the database and that provides controlled access to this database?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 3 de 21

1

A 'Database Application Program' is a software program that interacts with the database by issuing an appropriate request (typically an SQL statement) to the DBMS.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 4 de 21

1

What are 'Views'?

Selecciona una de las siguientes respuestas posibles:

  • Allows each user to connect to the network

  • Allows each user to have his or her own view of the database

  • Allows each user to connect to the database

Explicación

Pregunta 5 de 21

1

Select ALL that are TRUE about 'Views'

Selecciona una o más de las siguientes respuestas posibles:

  • Provide a level of security

  • Provide a mechanism to customize the appearance of the database

  • Provide the benefit of regular database backups

  • Present a consistent, unchanging picture of the structure of the database, even if the underlying database is changed.

Explicación

Pregunta 6 de 21

1

What are components of a DBMS Environment?

Selecciona una o más de las siguientes respuestas posibles:

  • ACARS Monitoring

  • Hardware and Software

  • Data

  • Procedures

  • People

Explicación

Pregunta 7 de 21

1

What are true about a Two-Tier Client-Server?

Selecciona una o más de las siguientes respuestas posibles:

  • Client manages main business and data processing logic and user interface

  • Server manages and controls access to database

  • Third Party manage server

Explicación

Pregunta 8 de 21

1

What are true about Three-Tier Architecture?

Selecciona una o más de las siguientes respuestas posibles:

  • Business logic and data processing layer, middle tier runs on a server (application server)

  • User interface layer runs on client

  • Makes use of the Cloud

  • DBMS stores data required by the middle tier. This tier may be on a separate server (database server)

Explicación

Pregunta 9 de 21

1

What are the advantages of the Three-Tier Architecture?

Selecciona una o más de las siguientes respuestas posibles:

  • Application maintenance centralized

  • ‘Thin’ client, requiring less expensive hardware

  • Easier to modify or replace one tier without affecting others

  • Backups are always and only run off site for redundancy

  • Maps quite naturally to Web environment

  • Separating business logic from database functions makes it easier to implement load balancing

Explicación

Pregunta 10 de 21

1

Select ALL that are True about Functions of a DBMS

Selecciona una o más de las siguientes respuestas posibles:

  • A User-Accessible Catalog

  • Data Storage, Retrieval, and Update

  • Concurrency Control Services

  • Recovery Services

  • Transaction Support

Explicación

Pregunta 11 de 21

1

Select ALL that are True about Functions of a DBMS

Selecciona una o más de las siguientes respuestas posibles:

  • Integrity Services

  • Utility Services

  • Services to Promote Data Independence

  • Support for Data Communication

  • Authorization Services

Explicación

Pregunta 12 de 21

1

What is NOT an advantage of DBMS

Selecciona una de las siguientes respuestas posibles:

  • Improved data integrity

  • Sharing of data

  • Data consistency

  • Control of data redundancy

  • Limited to one Super Administator

  • Improved maintenance through data independence

Explicación

Pregunta 13 de 21

1

What is NOT an disadvantage of DBMS

Selecciona una de las siguientes respuestas posibles:

  • Cost of conversion

  • Cost of DBMS

  • Complexity

  • Performance

  • Higher impact of a failure

  • Intuitive and easy to setup

Explicación

Pregunta 14 de 21

1

A Data Model is a Integrated collection of concepts for describing data, relationships between data, and constraints on the data. What are the three components?

Selecciona una o más de las siguientes respuestas posibles:

  • a structural part

  • a manipulative part

  • a set of integrity rules

Explicación

Pregunta 15 de 21

1

Which Relational Model Terminologies are correct?

Selecciona una o más de las siguientes respuestas posibles:

  • Relation: table with columns and rows

  • Attribute: named column of a relation

  • Domain: set of allowable values for one or more attributes

  • Tuple: a record of a relation

  • Relational Database - collection of normalized relations with distinct relation names

Explicación

Pregunta 16 de 21

1

Each Table and Column name should be distinct?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 17 de 21

1

A Superkey is a column, or a set of columns, that uniquely identifies a record within a table.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 18 de 21

1

A Candidate Key is the Maximum type of Superkey

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 19 de 21

1

Select ALL Relational Key that are correct

Selecciona una o más de las siguientes respuestas posibles:

  • Primary Key: Candidate key selected to identify records uniquely within table

  • Alternate Keys: Candidate keys that are not selected to be primary key

  • Master Key: Candidate keys that are equivalent to the Primary Key

  • Foreign Key: Column, or set of columns, within one table that matches candidate key of some (possibly same) table

Explicación

Pregunta 20 de 21

1

Select ALL that are True regarding Relational Integrity

Selecciona una o más de las siguientes respuestas posibles:

  • Entity Integrity: In a base table, no column of a primary key can be null

  • Referential Integrity: If FK exists in a table, either FK value must match a candidate key value of some record in its home table or FK value must be wholly null

  • Relational Integrity: If FK exists in a table, either FK value must match a candidate key value of some record in its home table or FK value must be wholly null

  • Null Value: Represents value for a column that is currently unknown or not applicable for record

Explicación

Pregunta 21 de 21

1

The two main Relational Languages are Structured Query Language and Query-by-Example?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación