Long Exam #2 Flashcards

1
Q

it is the range of acceptable values than an attribute is capable of having.

A

Domain of Attributes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Those database system which executes on the same operating system and use the same application process and carry the same hardware devices.

A

Homogeneous Distributed Database system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It is used in high-end systems where performance is crucial.

A

In Memory Database System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A database system that accommodates multiple users although the database management system and the database itself are entirely housed on a single machine.

A

Centralized Database System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If we perform any operation over the data, its value before and after the operation should be preserved. This is called _________.

A

Consistency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

It is also called relational data model.

A

Record-Based Data Model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is the attribute which is unique for every entity instance.

A

Key attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It is also referred to as passive DBMS

A

Program-Driven System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

An entity which doesn’t have any key attribute of its own.

A

Weak Entity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DBMS products can be sold in the form of ________.

A

Licenses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

An attribute which can be calculated or derived based on other attributes.

A

Derived Attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A database model wherein each entity has only one parent but can have several children.

A

Hierarchical Databases

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It supports a large number of transactions concurrently without any delay.

A

Online Transaction Processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

An attribute that can take more than one value for each entity instance.

A

Multi-Valued Attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A relationship which one entity can be related to more than one other entity.

A

One to Many Entity Relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A person, object or event of importance to the organization.

A

Entity

17
Q

A type of database where data is stored in a virtual organization.

A

Cloud Databases

18
Q

Typically become fields in the entity’s database table.

A

Attributes

19
Q

A type of data repository system wherein DBA is allowed to describe and manage all data.

A

Stand Alone

20
Q

A database system that supports only one user at a time and are mostly used with personal computers.

A

Single User Database System

21
Q

It is also referred to as event driven systems

A

Active DBMS

22
Q

A database system that can have the actual database and DBMS distributed over many sites.

A

Distributed Database System

23
Q

It defines the physical and logical structure of a database.

A

Data Model

24
Q

In this system, the size of the database is large which increases the response time for fetching the data.

A

Centralized Database System

25
Q

In a hierarchical database model, it is the entity at the top of the hierarchy.

A

Parent

26
Q

It is also called data repository system.

A

Data Dictionary

27
Q

It is used to markup data so it can be processed by computers

A

Extensible Markup Language

28
Q

A combination of object oriented data model and semistructured data model

A

Hybrid Database Model

29
Q

In this model, all entities are regarded as objects

A

Object oriented database model

30
Q

A database system that supports multi users concurrently.

A

Multi User Database Model

31
Q

When multiple transactions occur at the same time, one transaction effects should not be visible to the other transactions in the database. this is called ______.

A

Isolation

32
Q

It is the collection of attribute values.

A

Tuples

33
Q

Those database system which executes on different operating systems under different application process and carries different hardware devices.

A

Heterogeneous Distributed Database System

34
Q

A database model in which some entities can be accessed through several paths.

A

Network Database

35
Q

This ensures the data operation will complete either with success or with failure.

A

Atomicity