Module0: Introduction Flashcards

1
Q

What is database?
A) A random collection of data.
B) An organized collection of unrelated data.
C) An organized collection of related data.
D) A digital storage of images.

A

C: An organized collection of related data.

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

What does a database typically represent?
A) A fictional scenario.
B) An aspect of the real world.
C) Abstract concepts without real-world application.
D) A collection of computer programs.

A

B: An aspect of the real world.

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

The term “Universe of Discourse” (UoD) in the context of a database refers to what?
A) The entire universe and its elements.
B) The specific real-world aspect a database represents.
C) The discourse of the database development team.
D) The programming languages used in databases.

A

B: The specific real-world aspect a database represents.

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

A database should be:
A) Logically incoherent and complex.
B) Logically coherent with some inherent meaning.
C) Built without a specific purpose.
D) Populated with random data.

A

B: Logically coherent with some inherent meaning.

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

The size and complexity of a database:
A) Are always large and highly complex.
B) Are limited by the data it contains.
C) Can be of any size and complexity.
D) Must be small and simple.

A

C: Can be of any size and complexity.

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

How may a database be maintained?
A) Manually only.
B) Computerized only.
C) Either manually or computerized.
D) Neither, it maintains itself.

A

C: Either manually or computerized.

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

What does DBMS stand for?
A) DataBase Management System
B) Data Business Management Software
C) Digital Base Marketing System
D) Database Modeling Software

A

A: DataBase Management System

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

What is the primary function of a DBMS?
A) To manage and organize digital marketing strategies.
B) To define, construct, and manipulate databases for various applications.
C) To exclusively handle data storage on cloud platforms.
D) To manage the financial transactions in a database.

A

B: To define, construct, and manipulate databases for various applications.

C is wrong becuase a DBMS is not limited to cloud platforms; it is a broader system for managing databases on various platforms.

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

DBMSs can be categorized into which of the following?
A) Only general-purpose for business applications.
B) Only special-purpose for scientific databases.
C) General-purpose and special-purpose.
D) Solely for gaming applications.

A

C: General-purpose and special-purpose.

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

What does the DBMS facilitate in terms of a database?
A) Painting
B) Defining
C) Singing
D) Dancing

A

B: Defining

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

When constructing a database, what is the key activity involved?
A) Writing code for video games
B) Storing data on a storage medium
C) Performing arithmetic calculations
D) Designing graphics

A

B: Storing data on a storage medium

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

Database manipulation primarily includes:
A) Querying and updating the database
B) Surfing the internet
C) Emailing clients
D) Generating powerpoints

A

A: Querying and updating the database

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

What is an aspect of maintaining a database?
A) Ensuring database efficiency, correctness, and safety
B) Ensuring the database is entertaining
C) Maintaining the physical hardware only
D) Focusing on aesthetic design

A

A: Ensuring database efficiency, correctness, and safety

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

What is the 4 components of database system?

A

Stored database, DBMS, applications, and users

Users
|
Application programs and Interactive Queries
|
DBMS
|
Database

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

Which of the following is a function of the DBMS?
A) Data Integrity Maintenance
B) Social Media Management
C) Graphic Design
D) Website Hosting

A

A) Data Integrity Maintenance

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

What is an important aspect of a DBMS in relation to data?
A) Query Processing
B) Video Editing
C) Game Development
D) Virtual Reality Creation

A

A) Query Processing

17
Q

What does DBMS provide to protect the data?
A) Security Management
B) Physical Security Guards
C) Encryption Only
D) Antivirus Software

A

A) Security Management

18
Q

How does DBMS handle simultaneous data access?
A) Concurrency Control
B) Multi-User Gaming
C) Network Traffic Management
D) Email Synchronization

A

A) Concurrency Control

19
Q

What feature of the DBMS is critical for data loss prevention?
A) Backup & Recovery
B) Cloud Storage
C) Defragmentation
D) Power Supply Management

A

A) Backup & Recovery

20
Q

Which of the following is not a function of the DBMS
A) Enforcing integrity constraints
B) Design a database
C) Backup and Recovery of Database
D) Providing secure access to the database

A

B: Design a database

21
Q

What does the External Level of a database provide?
A) The physical storage structure.
B) Access to particular parts of the database to users.
C) The structure of the whole database.
D) Mapping between the conceptual and internal levels.

A

B: Access to particular parts of the database to users.

22
Q

What is described by the Conceptual Level of a database?
A) Specific user views of the database.
B) The mapping between stored data and the user views.
C) The structure of the whole database for a community of users.
D) The location of the database servers.

A

C: The structure of the whole database for a community of users.

23
Q

Which level of a database describes the physical storage structure?
A) External Level
B) Conceptual Level
C) Internal Level
D) Data Level

A

C: Internal Level

24
Q

What is the purpose of the External Level in database architecture?

A

The External level provides a specific view of the database that is customized to meet the needs of different end users, allowing access to certain parts of the database.

25
Q

Explain the Conceptual Level in a database.

A

The conceptual level represents the entire database as a whole and defines the structure of how data is stored, accessed, and related within the database for all users.

26
Q

Describe the role of the Internal Level in database architecture.

A

The internal level outlines the physical storage of data on storage mediums, detailing how the data is actually stored, organized, and retrieved by the system.

27
Q

What is Data Independence?
A) The capability to modify a schema without affecting the user interface.
B) The dependency of data on the application programs.
C) The inability to change the database schema.
D) The connection between different databases.

A

A: The capability to modify a schema without affecting the user interface.

28
Q

What does Logical Data Independence allow for?
A) Changes to the internal schema without altering the conceptual schema.
B) Changes to the conceptual schema without altering the external views or applications.
C) Alterations to the database content.
D) Modifications to user permissions only.

A

B: Changes to the conceptual schema without altering the external views or applications.

29
Q

Physical Data Independence gives the ability to:
A) Change the external schema without changing the internal schema.
B) Modify the physical schema without changing the logical schema.
C) Alter the conceptual schema without changes to the external views.
D) Update the application programs without altering the database.

A

B: Modify the physical schema without changing the logical schema.

30
Q

Define Data Independence in the context of database systems.

A

Data Independence in the ability to change the schema at one level of a database without having to change the schema at the next higher level.

31
Q

What is Logical Data Independence and why is it important?

A

Logical Data Independence is the ability to change the conceptual schema without altering the external views or applications. It is important because it allows the database to evolve without disrupting the user experience.

32
Q

Explain Physical Data Independence.

A

Physical Data Independence is the ability to modify the physical storage of data (the internal schema) without having to change the logical structure of the database (the conceptual schema). This allows for the optimization or alteration of the physical data layout without affecting the database’s logic.

33
Q

Considering the Three-Schema Architecture,
which of the following is correct?

A) The conceptual level describes the physical storage structure of the database.
B) Logical data independence provides the ability to move the physical location of where data is stored without making changes to the applications.
C) Physical data independence provides the ability to modify physical schema without making changes to the logical schema.
D) The external level provides access to changing the schema of the relations in a database.

A

C: Physical data independence provides the ability to modify physical schema without making changes to the logical schema.

34
Q

What is an Entity-Relationship (ER) model primarily used for in a relational database?
A) To visualize the physical storage of data.
B) To encode the conceptual schema.
C) To create a backup of the database.
D) To manage the database security.

A

B) To encode the conceptual schema.

A)To visualize the physical storage of data is incorrect because the ER model is used for conceptual schema representation, not for detailing physical storage.

35
Q

The ER model is a graphical technique used to represent:
A) The programming code behind the database.
B) The main entities and their relationships within a system or enterprise.
C) The aesthetic design of the database interface.
D) The financial aspects of managing a database.

A

B) The main entities and their relationships within a system or enterprise.

36
Q
A