Unit 1 : Introduction Flashcards

1
Q

What is data? ( 2 )

A
  1. Raw facts, building blocks of information
  2. Unprocessed information
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is information?

A
  1. Data processed to reveal meaning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Fill in the blanks
___ , ____, and _____, information is key to good ______, decision making

A
  1. Accurate
  2. Relevant
  3. Timely
  4. Decision
  • Good decision making is the key to survival in global environment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Database?

A
  1. Shared, integrated computer structure
  • Shared means that it is accessible to multiple users or applications simultaneously
  • Integrated means that it combines data from various sources into a single, cohesive structure to provide a unified view of information, eliminatiing redundancy and ensuring consistency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does database stores ? ( 2 )

A
  1. End user data ( raw facts, data )
  2. Metadata ( data about data )
  • Example about metadata : EmployeeID itself is a piece of data, which tells us to store employee id number, this is a part of the metadata because it provides a description of what the data in that column represents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a DBMS and its main functions? ( 2 )

A
  1. It is a collection of programs that manages the database structure and controls access to data
  2. Manages the database structure and controls access to data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Can data be shared among multiple applications or users in a DBMS?

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

How does DBMS benefit data management?

A
  1. It makes data management more efficient and effective
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does a DBMS benefit end users?

A
  1. They have better access to more and better-managed data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does a DBMS affect the view of an organization’s operations? ( Role and Advantages of the DBMS )

A
  1. It promotes integrated view of organization’s operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What impact does a DBMS have on data inconsistency? ( Role and Advantages of the DBMS )

A

1.It was greatly reduced with DBMS

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

How does DBMS handle ad hoc queries? ( Role and Advantages of the DBMS )

A
  1. DBMS makes it possible to produce quick answers to ad hoc queries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is ad hoc queries?

A
  1. Is a query that is created on the fly to answer a specific question of obtain a particular piece of information from a database
    - ad hoc means needed
  • Example for an ad hoc queries

SELECT LastName, FirstName
FROM Person.Person;

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

What is the benefits of ad hoc queries?

A
  1. Quick Response
    • Allow users to get answers quickly without waiting for a pre-built report
  2. Customization
    • Users can ask a very specific questions that a standard report might not cover
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How can we classified the types of location? ( 3 )

A
  1. Location
  2. User
  3. Use
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

List out all the types of databases ( classified by user )and a simple description ( 5 )

A
  1. Single-User
    • Supports one user at a time
  2. Desktop
    • Single-user database running on a personal computer
  3. Multi-User
    • Supports multiple users at the same time
  4. Workgroup
    • Multi-user database that supports a small group of usrs or a single department
  5. Enterprise
    • Multi-user database that supports a large group of users or an entire organization
17
Q

List out all the types of databases ( classified by location ) and a simple description ( 2 )

A
  1. Centralized
    • Data located at a single site
  2. Distributed
    • Data distributed across several sites
18
Q

List out all the types of databases ( classified by use ) and a simple description ( 2 )

A
  1. Transactional ( Production )
  2. Data Warehouse
    • Used to generate information required to make tactical or strategic decisions
19
Q

What does Data Warehouse usually store?

A
  1. Historical Data
20
Q

What database structure is quite different?

A
  1. Data Warehouse
21
Q

Which database supports company’s day-to-day operations?

A
  1. Transactional ( Production ) Database
22
Q

Which database stores data used to generate information required to make tactical or strategic decisions?

A
  1. Data Warehouse