Week Five Flashcards

1
Q

1.What is the function of data cleansing?

A

The process of correcting or removing inaccurate data.

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

2.What is the role of a data warehouse in business intelligence infrastructure?

A

A tool for storing and analyzing data.A data warehouse consolidates and stores current and historical data from various operational systems, providing a centralized repository for analysis and reporting, which aids in informed decision-making across an organization.

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

3.What is blockchain primarily used for?

A

Blockchain technology serves to maintain a secure and transparent record of transactions in a decentralized manner, ensuring that all participants in the network can access the same information while maintaining the integrity of the data.

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

4.What does OLAP stand for and what is its purpose?

A

OLAP stands for Online Analytical Processing, and it is used for data analysis to identify patterns and trends.

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

5.What are the characteristics of big data?

A

Massive, often unstructured datasets requiring new tools and technologies for management and analysis.

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

6.What is the significance of data governance?

A

Ensures data availability, usability, integrity, and security.

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

7.Name a type of database management system that uses tables for data storage.

A

Relational DBMS.

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

8.What are the fundamental components of physical data organization?

A

Databases, files, records, and fields.

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

9.What is data redundancy?

A

The unnecessary repetition of data across different files or systems.

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

10.What is the purpose of normalization in database design?

A

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity, often by dividing large tables into smaller, related tables and establishing relationships between them

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

11.What information is contained in a data dictionary?

A

A data dictionary contains metadata about the data in a database, including data definitions, relationships between data elements, data origins, usage, and formats, helping users understand the structure and meaning of the data.

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

12.What are the main functions of a Database Management System (DBMS)?

A

A DBMS facilitates the creation, management, and manipulation of databases, allowing users to store, modify, and retrieve data while ensuring data integrity, controlling redundancy, and simplifying data access through a user-friendly interface.

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

13.What is the role of an Entity-Relationship Diagram (ERD) in database design?

A

An ERD visually represents the relationships between entities in a database, helping to outline the structure and organization of data, which is crucial for effective database design and ensuring accurate data modeling.

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

14.What constitutes a file in data organization?

A

A file is a collection of related records of the same type, organized in a manner that allows for efficient access and management of data within a database or information system.

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

15.What is a key field in a database?

A

A key field is an identifier used to uniquely retrieve, update, or sort records within a database, ensuring that each entry can be distinctly recognized and accessed without confusion.

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

16.What does Structured Query Language (SQL) allow users to do?

A

SQL is a standard programming language that enables users to manage and manipulate relational databases, including operations like querying data, updating records, and defining database schemas through commands such as SELECT, INSERT, UPDATE, and DELETE.

17
Q

17.What defines a Relational Database Management System (RDBMS)?

A

An RDBMS is a type of database management system that stores data in a structured format using rows and columns, allowing for the establishment of relationships between different data entities through the use of primary and foreign keys.