Entity Relationship Data Model - 1

Entity Relationship Data Model - 1

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following represents a software that defines a database, stores the data, supports a query language, produces reports and creates data entry screens?

  1. Data dictionary
  2. Database management system (DBMS)
  3. Decision support system
  4. Relational database
Question 2 Multiple Choice (Single Answer)

The separation of the data definition from the program is known as

  1. Data dictionary
  2. Data independence
  3. Data integrity
  4. Referential integrity
Question 3 Multiple Choice (Single Answer)

In the client/server model, the database

  1. is downloaded to the client upon request
  2. is shared by both the client and server
  3. resides on the client side
  4. resides on the server side
Question 4 Multiple Choice (Single Answer)

What type of ‘database’ system is represented by the traditional storage of data that is organised by a customer, stored in separate folders in filing cabinets?

  1. Hierarchical
  2. Network
  3. Object oriented
  4. Relational
Question 5 Multiple Choice (Single Answer)

The database design that consists of multiple tables, that are linked together through matching data stored in each table is called a

  1. hierarchical database
  2. network database
  3. object oriented database
  4. relational database
Question 6 Multiple Choice (Single Answer)

What is the main limitation of hierarchical databases?

  1. Limited capacity (unable to hold much data)
  2. Limited flexibility in accessing data
  3. Overhead associated with maintaining indexes
  4. The performance of the database is poor
Question 7 Multiple Choice (Single Answer)

An abstract data type is used to

  1. link data from remote databases
  2. prevent users from getting to database security information
  3. provide a conceptual view of the data so it is easier to understand
  4. store complex data structure to represent the properties of objects
Question 8 Multiple Choice (Single Answer)

Which component of the database management system (DBMS) most affects the ability to handle large problems (scalability)?

  1. Data Storage Subsystem
  2. Database Engine
  3. Query Processor
  4. Security Subsystem
Question 9 Multiple Choice (Single Answer)

The primary difference between the Relational database (RDB) and Object Oriented database (OODB) models is

  1. OODB incorporates methods in with the definition of the data structure, while RDB does not
  2. OODB supports multiple objects in the same database while RDB only supports a single table per database
  3. RDB allows the definition of the relationships between the different tables, while OODB does not allow the relationships to be defined between objects
  4. RDB supports indexes, while OODB does not support indexes
Question 10 Multiple Choice (Single Answer)

Which of the following items is not the advantage of a DBMS?

  1. Improved ability to enforce standards
  2. Improved data consistency
  3. Local control over the data
  4. Minimal data redundancy
Question 11 Multiple Choice (Single Answer)

When building a database, the data dealing with an entity is modelled as a

  1. attribute
  2. class
  3. object
  4. table
Question 12 Multiple Choice (Single Answer)

Which of the following diagrams are used by database system modelers to graphically represent both the data structure and how the different objects are interrelated?

  1. Class Diagram
  2. Data Diagram
  3. Object Diagram
  4. Table Relationship Diagram
Question 13 Multiple Choice (Single Answer)

In relational database model, after conceptually designing your database, the information contained in a single class would be stored in a

  1. database
  2. field
  3. property
  4. table
Question 14 Multiple Choice (Single Answer)

The property (or set of properties) that uniquely defines each row in a table is called the

  1. identifier
  2. index
  3. primary key
  4. symmetric key
Question 15 Multiple Choice (Single Answer)

Business rules can be represented in the database through

  1. associations (or relationships)
  2. attributes
  3. properties
  4. secondary keys