Info Systems Final

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

1/150

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.

151 Terms

1
New cards

multi (parallel)-processing

a large problem can often be divided into smaller ones & solved at the same time

2
New cards

information system components

hardware, software, data, procedures, people

3
New cards

on premise

IT infrastructure hardware & software applications that are hosted on-site

4
New cards

evolution of data storage

significant advancements in capacity, speed, & accessibility

5
New cards

cloud computing pro

minimize costs, get apps running faster, rapidly adjust resources to meet demand, manage firewalls & framework

6
New cards

cloud computing con

"pay as you go" model leads to unexpected operating expenses if admin isn't familiar w/ cloud-pricing models

7
New cards

SaaS

software as a service

8
New cards

PaaS

platform as a service

9
New cards

IaaS

infrastructure as a service

10
New cards

VPN

virtual private network

11
New cards

server

computer that stores & manages information

12
New cards

IP

internet protocol address- unique ID assigned to every device connected to the internet

13
New cards

String

combination of any characters that appear on a keyboard

14
New cards

Character

single letter/number/symbol

15
New cards

Integer

whole numbers

16
New cards

Float

numbers that contain decimal points or fractions

17
New cards

Boolean

used where data is restricted to "true/false" or "yes/no" options

18
New cards

Qualitative nominal data

set of values that don't possess a natural ordering (red, yellow, blue)

19
New cards

Qualitative ordinal data

natural ordering (small, medium, large)

20
New cards

Quantitative discrete data

integers or whole numbers as data

21
New cards

Quantitative continuous

fractional number as data

22
New cards

Unstructured BLOB

images, audio files, video clips

23
New cards

Unstructured CLOB

source remains at native location & references the location of the data (books, medical record)

24
New cards

API

application programming interface- software intermediary that allows two applications to talk to each other

25
New cards

Sentiment analysis

natural language processing technique used to determine whether data is positive, negative, or neutral

26
New cards

World cloud

used to understand what your audience feels about a topic/situation (summary of their view)

27
New cards

Importance of collecting data

work smartly, move forward with confidence, develop trust, IS tools helps ensure data captured is accurate

28
New cards

Infographic

represents info in a graphical format so data is easily understandable at a glance

29
New cards

100% stacked column

graph that compares % that each value contributes to the total over time

30
New cards

Cluster column

graph that compares values across a few categories

31
New cards

Treemap

graph that visualizes a large number of related categories

32
New cards

Pie chart

graph that compares categories or parts of a whole

33
New cards

Sparkline

tiny chart that shows trends in a series of values

34
New cards

Time series/line graphs

graph that spots trends & tracks change over time

35
New cards

GUI

graphical user interface that uses visual symbols

36
New cards

Good GUI

self-documenting, minimizes data collect errors, enhances understanding

37
New cards

Dashboard

gives instant meaning & insight to thousands of data points

38
New cards

Benchmarking

comparing own data to top performers that helps gain insight on how you are doing compared to competition

39
New cards

Graphicacy

ability to understand & present information in non-textural formats (diagrams, maps, charts)

40
New cards

Elements of information security

confidentiality, integrity, availability

41
New cards

Elements of IT risk

operational, security, compliance, reputational

42
New cards

Types of threats

natural (disasters), unintentional (mistakes), intentional (spying)

43
New cards

Vulnerability

known weakness that can be exploited by attackers

44
New cards

Angler phishing

tricking victim by using info that the victim has posted on social media

45
New cards

APTs

sophisticated, long-term cyber-attacks targeting specific industries

46
New cards

Denial of service attack

make system unusable so denies access/disrupts workflow

47
New cards

Mobile malware

increased targeting of mobile devices by cybercriminals

48
New cards

Insider threats

malicious actions by individuals within an organization

49
New cards

Data breach

information is accessed & extracted w/o authorization

50
New cards

Data leak

data located where it's not supposed to be

51
New cards

Characteristics of high-quality data

accurate, complete, consistent, timely, unique

52
New cards

Data governance

creation & execution of rules, adjudication of violations; similar to 3 branches of government

53
New cards

Master data management

who, what, where

54
New cards

Databases

systematic collection of data, supports electronic storage/manipulation of data, eases data management

55
New cards

Relational database

relationship of data in the form of tables

56
New cards

No SQL database

used for semi-structured or unstructured data; useful for storing large volumes of raw data

57
New cards

Object-oriented databases

provides storage of all data types, stored in the form of objects, each object contains data and methods

58
New cards

SQL

commands to access and manipulate databases; structured query language

59
New cards

Data warehouse

stores cleaned and processed data

60
New cards

Data lake

stores raw data at any scale

61
New cards

Data mesh

decentralization & distribution of data ownership

62
New cards

Steps of ETL

extract, transform, then load

63
New cards

Select from

function to select columns of a table

64
New cards

Select distinct

function used to return only distinct (different) values

65
New cards

SQL where clause

clause that's used only to filter records that fulfill a specified condition

66
New cards

SQL and/or

SQL operator that filters records based on more than one condition

67
New cards

Text quotes

SQL requires single quotes around text values

68
New cards

Numeric quotes

numeric fields should not be enclosed in quotes

69
New cards

SQL order by

SQL keyword that sorts the result-set in order

70
New cards

Syntax-ruled command statements

structure of programming statements that direct action (input, output, print)

71
New cards

Variable

key element for programming: used for calculations, storing values for later use, in decisions

72
New cards

Django

free, python-based, open-source web development that facilitates clean & rational designing of websites

73
New cards

Network protocols

rules that define how data is transmitted between devices on a network

74
New cards

Importance of protocols

allows devices to communicate, ensure data is sent & received correctly, enable the internet to run smoothly

75
New cards

How data travels in a network

data is broken into pieces, then packets are sent through routers & switches, then are reassembled at the destination device

76
New cards

Wired network

devices connect using ethernet cables, offers stable & fast connections

77
New cards

Wireless network

uses wifi or bluetooth to connect devices to a network, convenient but can have interference

78
New cards

Local area network

connects devices that are already close together

79
New cards

Metro area network

connects devices that can span a city

80
New cards

Wide area network

connects devices that stretch across a large geographic area

81
New cards

Personal area network

wireless network that provides communication for devices owned by a single user that work over a short distance

82
New cards

Wireless local area networks

wireless network that provides high-frequency radio waves w/ access point to the internet

83
New cards

Wireless metro area networks

wireless network that serves the range >100 meters

84
New cards

Wireless wide are networks

cellular & satellite communication systems that uses radio waves to transmit data

85
New cards

Satellite communications

provides coverage in remote area where it is difficult to have a tower

86
New cards

Wifi

Wireless networking technology that uses radio waves to provide wireless high-speed data transfer over short distances

87
New cards

Radio frequency identification

passive (powered by the reader) or active (tag powered by a battery)

88
New cards

Global positioning system

navigation system using satellites, a receiver & algorithms to synchronize location, velocity, & time data

89
New cards

Geographic information systems

System that creates, manages, analyzes, & maps all types of geographically referenced data

90
New cards

Ultra wideband technology

technology w/ short-range wireless communication protocol w/ spatial awareness (airtags)

91
New cards

Network performance

measured in terms of bandwidth (bit & bit rate)

92
New cards

Bit

smallest element of data (0 or 1)

93
New cards

Bit rate

number of bits sent or received per unit of time

94
New cards

Internet of things

physical objects that connect & exchange data w/ other devices over the internet or other communication networks

95
New cards

How iot works

sensors & devices, connectivity, data processing, user interface

96
New cards

Cryptocurrency

digital assets exchanged through records maintained by a decentralized system, authenticated by cryptography

97
New cards

Largest cryptocurrency

bitcoin & ether

98
New cards

XRP

cryptocurrency that focuses on fast & inexpensive payments across borders

99
New cards

Solana

focuses on quick transactions involving decentralized applications & digital collectibles

100
New cards

Cardano

focuses on crypto contracts (smart contracts) w/ an emphasis on sustainability