MIS CH 5 & 6 (Exam #2)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/37

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:38 PM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

38 Terms

1
New cards

Computer Network

A system that connects computers and other devices via communications media so that data can be transmitted among them.

2
New cards

Bandwidth

The transmission capacity of a network; stated in bits per second (bps).

3
New cards

Broadband

The transmission capacity of a communications medium faster than 25 megabits per second (Mbps).

4
New cards

PAN

Personal (Bluetooth).

5
New cards

LAN

Local (Office/Home).

6
New cards

MAN

Metropolitan (City).

7
New cards

WAN

Wide Area (Country/Internet).

8
New cards

Twisted-Pair Wire

Strands of copper wire twisted in pairs. Pros: Inexpensive, easy to work with. Cons: Slow, low security, subject to interference.

9
New cards

Coaxial Cable

Insulated copper wire. Pros: Higher bandwidth than twisted-pair, less interference. Cons: Expensive, inflexible.

10
New cards

Fiber-Optic Cable

Thousands of very thin glass filaments that transmit data via pulses of light. Pros: Extremely high bandwidth, very secure, light/small. Cons: Difficult to install/splice.

11
New cards

Protocol

A set of rules and procedures governing transmission across a network.

12
New cards

Ethernet

A common LAN protocol.

13
New cards

TCP/IP

The protocol of the Internet. It uses Packet Switching to break data into small bundles (packets) for transmission.

14
New cards

IP (Internet Protocol)

Responsible for disassembling, delivering, and reassembling the data during transmission.

15
New cards

Client/Server Computing

Links two or more computers; "Servers" provide services (like data/apps) and "Clients" (your PC) request those services.

16
New cards

Peer-to-Peer (P2P)

Type of client/server where each computer acts as both a client and a server to others.

17
New cards

Intranet

A private network that uses Internet software/protocols; for use only within an organization.

18
New cards

Extranet

Connects parts of the intranets of different organizations (e.g., a company and its suppliers).

19
New cards

Data Rot

Refers to problems with the media on which data are stored (e.g., old discs becoming unreadable).

20
New cards

Data Degradation

Problems with the data itself (e.g., a customer changes their address and the record becomes outdated).

21
New cards

Data Governance

An approach to managing information across an entire organization using a formal set of business processes and policies.

22
New cards

Master Data

A set of core data (e.g., customer, product, employee) that covers a company's complete business operations.

23
New cards

Bit

The smallest unit of data a computer can process (0 or 1).

24
New cards

Byte

A group of 8 bits; represents a single character (letter, number, or symbol).

25
New cards

Field

A logical grouping of characters into a word or small group of words (e.g., Last Name).

26
New cards

Record

A logical grouping of related fields (e.g., a student’s name, ID, and GPA).

27
New cards

Data File (Table)

A logical grouping of related records.

28
New cards

Database

A logical grouping of related files/tables.

29
New cards

Data Redundancy

The same data stored in multiple locations (A problem databases try to fix).

30
New cards

Data Isolation

Applications cannot access data associated with other applications.

31
New cards

Data Inconsistency

Various copies of the data do not agree (e.g., two different addresses for one person).

32
New cards

Entity

A person, place, thing, or event (e.g., CUSTOMER). Think of this as the Table.

33
New cards

Instance

A specific, unique representation of an entity (e.g., a specific customer name). Think of this as a Row.

34
New cards

Attribute

Each characteristic or quality of a particular entity. Think of this as a Column.

35
New cards

Primary Key

A field in a database that uniquely identifies each record so that it can be retrieved and updated.

36
New cards

Foreign Key

A field in one table that uniquely identifies a row of another table; used to link tables together.

37
New cards

Big Data (Gartner’s Definition)

Diverse, high-volume, high-velocity information assets that require new forms of processing.

38
New cards

The 3 V's of Big Data

Volume (Size), Velocity (Speed of flow), and Variety (Types: structured/unstructured).