Data and Information Flashcards

1
Q

Why is unprocessed data considered less useful?

A

It does not provide insights or meaning.

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

What is Data

A

Raw unprocessed facts

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

What is Information

A

Processed organized data that provides meaning or context

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

These are software systems that collect, process, and transform data into meaningful information

A

Database Applications

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

What is the Process Flow of DB Apps

A

Input Data -> DB App -> Information

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

Enumerate the 3 DB Architectures

A
  1. Single Monolithic Application
  2. Client-Server
  3. 3-Tier Architecture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is a data-based application with a simpler system that is less scalable

A

Single Monolithic Application

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

What is a Client and a Server in a Client-Server Architecture

A

Client (DB App): Sends requests, like queries, to the server
Server (DB Server): Processes requests and returns result to the client

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

Architecture that separates UI from data processing. This allows simultaneous multiple-user interaction

A

Client-Server

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

A modular and scalable architecture, often used in web-based apps

A

3-Tier Architecture

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

What are the 3 layers to a 3-tier architecture

A
  1. Presentation Layer (UI)
  2. Logic Layer (Processing)
  3. Data Layer (DB)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What does it mean for information to be “complete”?

A

It includes all necessary details without omissions.

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

Why must information be “relevant”?

A

To meet the specific needs of the user.

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

What is the benefit of using a 3-tier architecture over a single monolithic application?

A

Increased modularity and scalability

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