Data, Information and Knowledge

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

How does information differ from data?

  • There is no difference between information and data.
  • Information consists of raw facts, while data is processed to reveal its meaning.
  • Information is the result of processing raw data to reveal its meaning, while data consists of raw facts. (correct)
  • Information is used to reveal the meaning of data, while data is the result of processing information.

Why are databases considered valuable assets for decision-making?

  • They store raw facts, which are easily interpreted.
  • They only contain end-user data, ignoring metadata.
  • They are simple containers, providing no analytical capabilities.
  • They provide a structured way to store, manage, and retrieve information for informed decision-making. (correct)

What does database design primarily focus on?

  • The aesthetic appearance of user interfaces for interacting with the database.
  • The collection of user feedback after a database has been implemented.
  • Implementing pre-built database structures without modification.
  • The activities related to designing the structure of a database to store and manage end-user data. (correct)

How do business rules influence database design?

<p>They establish entities, attributes, relationships, and constraints that need to be implemented in the design. (A)</p> Signup and view all the answers

Complete the following: data is to information as inputs are to _______.

<p>output/result (B)</p> Signup and view all the answers

Which of the following is the MOST accurate definition of a database?

<p>A shared, integrated computer structure that stores a collection of data and metadata. (D)</p> Signup and view all the answers

What are the key components that metadata describes?

<p>Data characteristics, relationships, and formatting. (A)</p> Signup and view all the answers

Why is it essential to foresee future requirements when designing a database?

<p>To avoid frequent and costly restructuring of the database as data volumes increase. (D)</p> Signup and view all the answers

A characteristic of an entity is best described by which of the following terms?

<p>Field (B)</p> Signup and view all the answers

What is a business rule in the context of database design?

<p>A brief, precise, and unambiguous description of a policy or principle within an organization. (C)</p> Signup and view all the answers

Which of the following is NOT typically considered a source for discovering business rules?

<p>Competitor's marketing brochures. (C)</p> Signup and view all the answers

In the context of translating business rules into data model components, what does a noun typically represent?

<p>An entity (C)</p> Signup and view all the answers

Which of the following steps is important in identifying the type of relationship?

<p>Consider that relationships are bidirectional. (B)</p> Signup and view all the answers

A customer may generate many invoices. An invoice is generated by only one customer. What kind of relationship is this?

<p>One-to-many (A)</p> Signup and view all the answers

In a database context, what does the term 'metadata' refer to?

<p>The structure and definition of the data. (D)</p> Signup and view all the answers

Which of the following best describes the importance of understanding business rules in database design?

<p>It allows the database to accurately reflect and enforce real-world business policies and procedures. (C)</p> Signup and view all the answers

Which of the following scenarios BEST illustrates the transformation of data into information?

<p>Calculating the average sales per month from a set of daily sales figures. (A)</p> Signup and view all the answers

What is the significance of database design?

<p>Ensuring the database structure efficiently supports data storage, retrieval, and manipulation. (C)</p> Signup and view all the answers

A database record is composed of one or more:

<p>Fields (C)</p> Signup and view all the answers

Which of the following best describes the role of a 'verb' in translating business rules into data model components?

<p>Indicating a relationship among entities. (A)</p> Signup and view all the answers

Which characteristic is LEAST desirable in a well-written business rule?

<p>Ambiguity (D)</p> Signup and view all the answers

What does the consideration of bidirectionality entail when identifying relationship types between entities?

<p>Relationships can be considered in both directions between entities. (B)</p> Signup and view all the answers

Given the business rule, "Each product may be associated with one or more categories," which of the following is true?

<p>The relationship is one-to-many from product to category. (A)</p> Signup and view all the answers

Why is it advised to consider future needs in database design?

<p>To avoid needing to restructure the database as data volumes grow. (A)</p> Signup and view all the answers

What is essential to know and extract with the business rules?

<p>To know the entities, attributes, relationships, and constraint. (D)</p> Signup and view all the answers

Which of the following is true about business rules?

<p>Rules that help create and enforce actions within an organization. (B)</p> Signup and view all the answers

Which is true if you cannot have data in the information?

<p>You can't have an information. (B)</p> Signup and view all the answers

In SQL command, it is advisable to DELETE:

<p>Rarely (C)</p> Signup and view all the answers

What does metadata describe?

<p>Data in the database (B)</p> Signup and view all the answers

How does the business rule "A training session cannot be scheduled for fewer than 10 employees or for more than 30 employees" influence database design?

<p>Establish a constraint that limits the range of possible employee. (B)</p> Signup and view all the answers

Given the business rule "every book has one cover", what other question should be asked to completely define the relation?

<p>Is it many books that have one cover? (D)</p> Signup and view all the answers

Which of the following database designs would support the business rule that "a patient can be assigned to at least one doctor and a doctor can see many patients?"

<p>Two separate tables for doctors and patients each with its corresponding ID and a third table storing the corresponding values of its patients. (A)</p> Signup and view all the answers

Given the business rule: Each item can only be shipped in 1 box, and each box contains between 1 and 20 items. What is true?

<p>Can be a one-to-many, because boxes contains one or more items. (A)</p> Signup and view all the answers

Flashcards

What is Data?

Raw, unorganized facts that have not been processed.

What is Information?

The result of processing raw data to reveal its meaning and is used for decision-making.

What is Knowledge?

The capacity to apply awareness and understanding of information within a specific environment.

What is a Database?

A shared, integrated computer structure that stores a collection of data and metadata.

Signup and view all the flashcards

What is End-User Data?

Raw facts of interest to the end user, stored within a database.

Signup and view all the flashcards

What is Metadata?

Data that describes the characteristics and relationships of the data within a database.

Signup and view all the flashcards

What is Database Design?

Activities focused on designing the structure of a database for storing and managing end-user data.

Signup and view all the flashcards

What are Business Rules?

Brief, precise, and unambiguous descriptions of policies, procedures, or principles within an organization.

Signup and view all the flashcards

How are Business Rules used?

Are used to define entities, attributes, relationships and constraints.

Signup and view all the flashcards

Sources of Business Rules?

Managers, policy makers, department managers, and written documentation.

Signup and view all the flashcards

Nouns and Verbs in Business Rules?

A noun in a business rule translates to an entity, the verb relates the entities.

Signup and view all the flashcards

What is a Field?

A character or group of characters (alphabetic or numeric) that has a specific meaning and is used to define and store data.

Signup and view all the flashcards

What is Field used for?

A field is used to define and store data.

Signup and view all the flashcards

What is character?

A character or group of characters (alphabetic or numeric) that has a specific meaning.

Signup and view all the flashcards

What is a Record?

Is a logically connected set of one or more fields that describes a person, place, or thing.

Signup and view all the flashcards

Study Notes

Data

  • Data is comprised of raw, unconfirmed facts that have not been processed to reveal their meaning.
  • Data has multiple potential interpretations and cannot be used for decision-making in its raw form.
  • It's the foundation for information, which is the bedrock of knowledge.

Information

  • Information results from processing raw data to reveal its meaning.
  • The bedrock for decision-making.
  • Information is utilized to uncover data's significance.
  • Accurate, relevant, and timely information is key to good decision making.

Data Transformation to Information

  • Data processing can range from simple organization to complex statistical modeling used for extracting forecasts or drawing inferences.
  • Revealing meaning from data needs context.

Knowledge

  • Knowledge implies familiarity, awareness, and understanding of data as it applies to an environment.
  • Raw Data -> Information -> Knowledge.

Data vs. Information

  • Data constitutes the individual parts of an ID, like course, year, student number, name, email, age, address, contact number, and picture.
  • Information constitutes the entire ID.
  • An ID is a representation of one information of one student
  • Data is only a part of information.
  • Information relies on data.

Usages of Data

  • Scenario 1 describes a teacher wanting to know how many students are from Alabang.
  • If the student address is on the ID, the teacher checks each ID and can verify the address.
  • This process of checking the addresses represents extraction or processing.
  • Scenario 2 explains the teacher wanting to know how many males and females are in your class.
  • Names are not reliable to determine if a student is male or female.

Database

  • A database is a shared, integrated computer structure that stores a collection of data and metadata.
  • It's a container for data.
  • End-user data are raw facts of interest to the end user.
  • Metadata describes the data characteristics and relationships within the database.
  • Database design activities focus on designing the database structure to store and manage end-user data.
  • A database that meets user requirements requires careful design.

Database Design

  • Just like a database design, you need to foresee the future, as the records in the database will continuesly increase.
  • It is not good practice to keep restructuring your database every now and then.
  • Important to note that it is rare that you need to delete records.

Core Entities

  • Data is raw facts, such as telephone number, a birth date, a customer name, and a year-to-date (ytd) sales value.
  • Field is a character or group of characters (alphabetic or numeric) that has a specific meaning and used to define and store data such as C_NAME, C_PHONE, C_ADDRESS.
  • Record is a logically connected set of one or more fields that describes a person, place, or thing.

Business Rules

  • A business rule provides a brief, precise, and unambiguous description of policy, procedure, or principle within an organization.
  • They apply to any organization.
  • Business rules are used to define entities, attributes, relationships, and constraints.
  • These rules are sourced mainly from company managers, policy makers, department managers, and written documentation
  • Direct interviews with end users also serve as a faster and more direct source.
  • Noun translates into an entity in the model, verb translates into the relationships among the entities.
  • Relationships are bidirectional and go both ways.
  • Customer is the "1" side, and invoice is the "many" sides.
  • Ask how many instances of B relate to one instance of A, and vice versa.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser