MIS Chapter One

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

The most popular database in the marketplace is called

relational database

2
New cards

What are the 4 types of relationships in the relational database?

1:1, 1:N, N:1, N:M

3
New cards

1:1

one employee belongs to one department

4
New cards

1:N

one employee can be assigned to more than one department

5
New cards

N:1

many of us can belong to the same department

6
New cards

N:M (situation)

many employees can belong to many departments

7
New cards

Moore’s Law (prof)

every two years computers will get faster and the price of it will go down

8
New cards

Moore’s Law (sophi)

states that the number of transistors on a microchip doubles approximately every two years, leading to increases in performance and reductions in relative cost

9
New cards

What in in is the five component framework?

Hardware, software, data, procedures and people

10
New cards

What is the five component framework?

a model that illustrates the essential components for effective information systems

11
New cards

Out of the five componenets; which is really hard to replace if it is lost?

data

12
New cards

What is Data Definition Language (DDL)?

a syntax used to define and manage database structures

13
New cards

Data Manipulation Language (DML)

a syntax used for managing and manipulating data within a database

14
New cards

Which is the first step?

DML

15
New cards

Which is the second step?

DDL

16
New cards

Which SQL keyword are you going to use?

insert into..values to add new data records into a table.

17
New cards

Show me all records from tbldepartment

Select * FROM tbldepartment WHERE dept_id=’aaa’;

18
New cards

If I deleted all the records from the tale department, is the table department gone?

No, because delete is a DML keyword, the only way to destory or remove a table is the keyword from DDT called droptable.

19
New cards

Give me a SQL keyword to delete a record

delete from…. where…

20
New cards

Delete one record from table department where dept_id = aaa?

delete from tbledepartment where dept_id = 'aaa';

21
New cards

Why is Introduction to MIS the most important class in the business school?

it is crucial for its addition to job opportunities

22
New cards

What is MIS?

MIS is about management, use and alignment of IS to achieve business strategies.

An information system is a group of five components that interact to produce information.

23
New cards

How can you use the five component model?

<p></p>
24
New cards

Why is the difference between information technology and information systems important?

IT = hardware + software + data

IS = IT + People + Procedures

25
New cards

What is information?

data presented in a meaningful context

26
New cards

What are necessary data characterstics?

accurate, timely, relevant, just sufficient, worth its cost

27
New cards

2023

everyday items now have embedded computers to collect data and interact over the internet