lecture 10 - database development + course review Flashcards

(25 cards)

1
Q

Databases are part of an EFFECTIVE information system when:

A
  • Addresses and solves the correct business problem
  • Be built efficient and effectively
  • Integrate smoothly in existing environments
  • Easy to use / user friendly ( eg; smartphone )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Information Systems Definition:

A

Information Systems capture, store, retrieve, display, manipulate, and transmit information used in one or more business processes.

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

Systems Analysis

A

Process of establishing the scope and needs of the information system.

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

Phases of Databse Development Lifecycle ( DDLC )

A
  1. Database Initial Study
  2. Database Design
  3. Implementation + Loading
  4. Testing andEvaluation
    5.Operation
    6.Maintenance and Evolution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What happens during phase 1 - database initial study

A

Analysing the system’s objectives, constraints, and defining the system’s scope.

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

What happens during phase 2: database design

A
  1. logical design: Create ERD, normalise data, ensure logical data integrity.
  2. Physical Design: Translate logical models into database management system compatible structures, determine indexes and storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what happens during phase 3: implmentation + loading:

A
  • Build the actual database.
  • Set user permissions, security rules.
  • Consider data privacy, backup, integrity, and concurrency.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what happens during phase 4: testing and evaluation:

A

Test performance, access control, and data accuracy.

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

what happens during stage 5: operations

A
  • Move to production.
  • Monitor and optimize system usage and security.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is phase 6: maintenance and evolution

A
  • Maintain system through regular backups and updates.
  • Adapt system to new needs or technologies.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q: What is ER modeling used for?

A

Identifying entities, attributes, and relationships in a database.

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

Q: What is the purpose of normalization?

A

To reduce redundancy and improve data integrity.

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

What are the two aspects of database security?

A

Authentication (user identity) and Authorization (user permissions).

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

Name three concerns during the Implementation phase:

A

Performance, security, and data integrity.

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

What’s the difference between Business Intelligence and Business Analytics?

A

BI describes and visualizes data; BA includes predictive and prescriptive analysis.

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

artificial narrow learning ( week ai )

A

A technique which enables machines to
replicate human’s intelligent behaviours

17
Q

Machine Learning

A

Subset of AI technique to enable
machines to learn from data with
statistical methods

18
Q

What is a Data Warehouse:

A

A centralised system that integrates data from various sources for BI purposes.
e.g., Microsoft, Oracle, IBM/Cognos, Teradata

19
Q

Deep Learning

A

Subset of ML
with multi-layer
neural network

20
Q

BI tools

A
  • data visualisation
  • Online analytical processing tools
  • portals
  • data analysis and reporting tools
  • data mining tools
21
Q

How does a DA ( data administrator ) differ from a DBA ( database administrator )?

A

DA focuses on planning and policies; DBA handles implementation and operations.

22
Q

Name two daily responsibilities of a DBA.

A
  • User access control and backup planning.
23
Q

What is the relationship between Database development vs. information systems development?

A

Database development takes place within the context of an information systems development process.

24
Q

Database privacy is to ensure that only authenticated users can perform authorized activities at authorized time. True or False?

A

False. That is database security.
Database privacy require us to:
▪ Conduct cautious collection of
personally identifiable information (PII), e.g: financial transactions.
▪ Adhere to public expectation of privacy
▪ Address legal/political issues

25
Scope of DATA ADMINISTRATOR (DA) vs. DATABASE ADMINISTRATOR (DBA)
DA has a broad scope, DBA has a narrow scope