Introduction to Information Systems - Databases and Database Users

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Flashcards based on the key concepts from the lecture notes on Information Systems, focusing on databases and database users.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

12 Terms

1
New cards

What is an information system (IS)?

A formal, sociotechnical, organizational system designed to collect, process, store, and distribute information.

2
New cards

What are the four components of information systems from a sociotechnical perspective?

Task, people, structure (or roles), and technology.

3
New cards

Define a database.

A collection of related data.

4
New cards

What is a Database Management System (DBMS)?

A software package/system to facilitate the creation and maintenance of a computerized database.

5
New cards

Identify one characteristic of a database system.

Self-describing nature of a database system.

6
New cards

What does program-data independence refer to?

Insulation/separation between programs and data allows changing data structures independent of user programs.

7
New cards

What is data abstraction in the context of databases?

Using a data model to hide storage details and present users with a conceptual view of the database.

8
New cards

Name two types of database users.

Database administrators and end-users.

9
New cards

List one advantage of using the database approach.

Enforcing integrity constraints on the database.

10
New cards

When might it not be necessary to use a DBMS?

In simple applications not expected to change.

11
New cards

What characteristic allows multiple users to access and update a database concurrently?

Sharing of data and multi-user transaction processing.

12
New cards

What is metadata in the context of databases?

Information that describes the structure, constraints, and characteristics of the database.