Introduction Flashcards

1
Q

What is the difference between data and information?

A

Data is raw, unprocessed facts while information is processed data that provides knowledge about facts

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

What is the relationship between data, classes and instances?

A

Data can be grouped into classes (categories) and represented as instances

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

Define information system (IS)

A

An IS collects, classifies and processes information to support decision making

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

Difference between information system and computer system

A

Computer system is hardware and software for processing data, while IS uses it to manage information for decision-making

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

Drawbacks of file systems for data management

A

Poor abstraction for modeling data
Difficulty accessing information
Limited sharing mechanisms
Insufficient protection and integrity constraints
Lack of administrative tools

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

Characteristics of a DBMS?

A

Large persistent and shared data
High level data abstraction
Program-data independence
Efficient and effective data management
Includes fault tolerance, access control and concurrency control

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

Why is DBMS preferred over a file system?

A

Better abstraction
better integrity
better fault tolerance
efficiency
complex data structures
shared data management

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

Describe DBMS market

A

Dominated by Oracle, IBM, Microsoft
Some open source systems like MySQL and PostgreSQL
Alternatives to rdbms like NoSQL

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

DBMS can operate in both

A

centralized and distributed configurations

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

Why can’t excel be considered DSBMS

A

Lacks fault tolerance
Lacks concurrency control
No high-level data abstraction

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

What are the static, functional and dynamic aspects of a database

A

Static: Structure and storage
Functional: Operations that can be performed on the data
Dynamic: Changes and transactions over time

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