Information Management (EXTENSIVE) Flashcards

1
Q

What is database design focused on?

A

How the database structure will be used to store and manage end-user data.

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

What does Data Modeling refer to?

A

The process of creating a specific data model for a determined problem domain.

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

What is a data model?

A

A simple representation, usually graphical, of more complex real-world data structures.

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

Why are data models important?

A

They facilitate interaction among the designer, applications programmer, and end user.

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

What are the basic building blocks of a data model?

A

Entities, Attributes, Relationships.

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

Define ‘Entity’ in the context of data models.

A

A person, place, thing, or event about which data will be collected and stored.

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

Define ‘Attribute’ in data modeling.

A

A characteristic of an entity.

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

What does ‘Relationship’ describe in data models?

A

An association among entities.

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

List the three types of relationships in data models.

A
  • One-to-one (1:1) relationship
  • One-to-many (1:M) relationship
  • Many-to-many (M:M) relationship
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What was the Hierarchical Model developed for?

A

To manage large amounts of data for complex manufacturing projects.

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

What is the basic logical structure of the Hierarchical Model?

A

An upside-down tree.

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

What is a Segment in the Hierarchical Model?

A

The equivalent of a file system’s record type.

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

What was the purpose of the Network Model?

A

To represent complex data relationships more effectively than the hierarchical model.

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

What is a Schema in database terminology?

A

The conceptual organization of the entire database as viewed by the database administrator.

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

What does Data Manipulation Language (DML) define?

A

The environment in which data can be managed.

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

Who introduced the Relational Model and when?

A

E. F. Codd of IBM in 1970.

17
Q

What is the foundation of the Relational Model based on?

A

A mathematical concept known as a relation.

18
Q

Who introduced the Entity Relationship Model (ERM) and when?

A

Peter Chen in 1976.

19
Q

What does the Object-Oriented Data Model (OODM) combine?

A

Data and its relationships in a single structure known as an object.

20
Q

Define ‘Object’ in the Object-Oriented Data Model.

A

An abstraction of a real-world entity.

21
Q

What does ‘Inheritance’ refer to in OODM?

A

The ability of an object within the class hierarchy to inherit attributes.

22
Q

What is the purpose of Extensible Markup Language (XML)?

A

To represent and manipulate data elements.

23
Q

What are the three basic characteristics of Big Data?

A
  • Volume
  • Velocity
  • Variety
24
Q

What does NoSQL stand for?

A

Not only SQL.

25
Q

List the general characteristics of NoSQL databases.

A
  • Not based on the relational model and SQL
  • Support distributed database architectures
  • Provide high scalability, high availability, and fault tolerance
  • Handle very large amounts of sparse data
  • Geared toward performance rather than transaction consistency
26
Q

What does the External Model represent in the ANSI/SPARC architecture?

A

The end user’s view of the data environment.

27
Q

What is the Conceptual Model known for?

A

Representing a global view of the entire database by the organization.

28
Q

What does the Internal Model represent?

A

The database as ‘seen’ by the DBMS.

29
Q

What is the Physical Model’s role in data abstraction?

A

Describing how data is saved on storage media.