Computer Knowledge

Database Management Systems

5,543 Questions

Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.

E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database

Database Management Systems Questions

Multiple choice

What are the four key components of GDI?

  1. Data, metadata, technology, and policies

  2. Data, metadata, people, and technology

  3. Data, metadata, policies, and people

  4. Data, technology, policies, and people

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The four key components of GDI are data, metadata, technology, and policies. Data is the core component of GDI, and it includes all of the geospatial data that is available. Metadata is information about the data, such as its source, accuracy, and scale. Technology is the infrastructure that is used to access and use the data, and it includes hardware, software, and networks. Policies are the rules and regulations that govern the use of the data.

Multiple choice

What are some of the best practices for data sharing in academic and research institutions?

  1. Using standardized data formats and protocols

  2. Documenting data collection and processing methods

  3. Providing clear metadata and documentation

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Best practices for data sharing in academic and research institutions include using standardized data formats and protocols, documenting data collection and processing methods, providing clear metadata and documentation, and ensuring data quality and integrity.

Multiple choice

What is personal data?

  1. Any information that relates to an identified or identifiable individual

  2. Any information that is held on a computer

  3. Any information that is used for marketing purposes

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Personal data is any information that relates to an identified or identifiable individual. This includes information such as name, address, email address, phone number, and date of birth.

Multiple choice

Which technique is commonly used to handle player disconnections and reconnections in a multiplayer game?

  1. Save states

  2. Checkpoints

  3. Respawning

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Save states, checkpoints, and respawning are all techniques used to handle player disconnections and reconnections in a multiplayer game.

Multiple choice

Which of the following is a common data format used for oceanographic data dissemination?

  1. NetCDF.

  2. JSON.

  3. XML.

  4. All of the above.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

NetCDF (Network Common Data Form) is a widely used data format for oceanographic data dissemination due to its flexibility, extensibility, and ability to handle large and complex datasets.

Multiple choice

Which of the following is a common method for accessing oceanographic data?

  1. Online data portals.

  2. Data repositories.

  3. Oceanographic data centers.

  4. All of the above.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Online data portals, data repositories, and oceanographic data centers are common methods for accessing oceanographic data.

Multiple choice

Which of the following is a common method for data quality control in oceanographic data management?

  1. Range checks to identify outliers

  2. Consistency checks to detect inconsistencies between different data sources

  3. Visual inspection of data to identify errors

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Common methods for data quality control in oceanographic data management include range checks, consistency checks, and visual inspection of data.

Multiple choice

What is the purpose of a database application?

  1. To create and edit text documents

  2. To create and edit spreadsheets

  3. To create and edit presentations

  4. To create and edit databases

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A database application is used to create and edit databases, which are collections of data that is organized in a structured way.

Multiple choice

Which of the following is a common data cleaning technique?

  1. Data imputation

  2. Data normalization

  3. Data transformation

  4. All of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data imputation, normalization, and transformation are all essential data cleaning techniques used to improve data quality.

Multiple choice

What is the primary function of a data warehouse?

  1. Data storage

  2. Data analysis

  3. Data visualization

  4. Data mining

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A data warehouse is a central repository for storing large amounts of data from various sources, enabling efficient data analysis and reporting.

Multiple choice

What is the purpose of a data lake?

  1. To store large amounts of raw data

  2. To process and analyze data

  3. To visualize data

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A data lake is a central repository for storing large amounts of raw data in its native format, allowing for future processing and analysis.

Multiple choice

What is the technique of transforming categorical features into numerical features called?

  1. One-hot encoding

  2. Label encoding

  3. Binary encoding

  4. Hash encoding

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

One-hot encoding is a technique used to transform categorical features into numerical features. It creates a new binary feature for each category in the categorical feature, with a value of 1 indicating the presence of that category and a value of 0 indicating its absence. One-hot encoding is commonly used in machine learning to represent categorical features in a way that is compatible with numerical algorithms.

Multiple choice

Which principle emphasizes the importance of transparency and accountability in data usage?

  1. Data minimization

  2. Data accuracy

  3. Transparency and accountability

  4. Non-maleficence

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Transparency and accountability are key principles in data ethics, requiring organizations to be transparent about their data practices and accountable for the ethical implications of their data usage.

Multiple choice

Which of the following is a common approach for data integration?

  1. Data warehousing

  2. Data federation

  3. Data virtualization

  4. Extract, transform, load (ETL)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Extract, transform, load (ETL) is a widely used approach for data integration. It involves extracting data from various sources, transforming it to a consistent format, and loading it into a target system.

Multiple choice

What is the concept of a data lake in the context of data integration?

  1. A central repository for storing raw and unstructured data.

  2. A data warehouse that stores structured and processed data.

  3. A platform for data analysis and visualization.

  4. A tool for data integration and transformation.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A data lake is a central repository for storing raw and unstructured data in its native format. It serves as a landing zone for data from various sources before it undergoes processing and transformation for further analysis and integration.