Info Systems Final

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

1/222

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.

223 Terms

1
New cards

3

If you have a table 'Alphabet', that has one column called 'letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL

Statement:SELECT COUNT(letter)

FROM Alphabet

WHERE letter='a' or letter ='b' or letter = 'c'

2
New cards

0

If you have a table 'Alphabet', that has one column called 'Letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement:

SELECT COUNT(letter)

FROM Alphabet

WHERE Letter='a' and letter ='b' and letter = 'c'

3
New cards

Where letter LIKE '*'

Which WHERE clause would NOT select the letter z record in the SQL statement

SELECT letter

FROM ALPHABET

WHERE ....

4
New cards

TravelOption will have the value of whatever the user types

For the Python Statement: TravelOption = input("Enter a choice (car, bike, plane): ")

5
New cards

Bummer!

What is the result if you compile / run the following Python statement?

A=10

B=A-1

if A==B:

print("Draw!")

elif A>B:

print("Bummer!")

else:

print("Oops!")

6
New cards

Pull temperature data and send it to the cloud-based database for food safety analysis

A trucking system might use IoT sensors on their refrigeration trucks to:

7
New cards

True

Robotic Process Automation (RPA) bots can make significant impact on already automated work processes that are repetitive and recurring and often have low computer errors

8
New cards

False

AI is really good at responding to math questions because they are all formulas.

9
New cards

Structures it data into tables

All but which one is a characteristic of a blockchain?

10
New cards

True

Just because a process is legal does not mean it is ethical.

11
New cards

IaaS: Infrastructure as a Service

I need an off-site data storage area to support my disaster recovery plans. What cloud model would I be looking at?

12
New cards

A list of product features wanted by the product owner

The Agile product backlog is:

13
New cards

True

The Waterfall and Agile Project Planning methods both incorporate Plan, Create, Review and Release phases.

14
New cards

True

Programming commands rely on syntax-ruled statements that direct action (i.e., input, output, print, assign value, compute value)

15
New cards

All the options are correct.

Which statement best describes how variables are used in programs?

16
New cards

Select Letter FROM Alphabet Where Letter LIKE 'a?'

If you have a table 'Alphabet' who has one column called 'Letter' and each row has a unique letter of the alphabet, which SQL statement would NOT return record a?

17
New cards

25

If you have a table 'Alphabet', that has one column called 'Letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement:

SELECT COUNT(Letter)

FROM Alphabet

WHERE NOT Letter='a'

18
New cards

True

SQL is primarily a query language vs a database.

19
New cards

Parent-Child Relationship

Hierarchical Databas matches

20
New cards

Relationships in the form of tables

Relational Database matches

21
New cards

Stored in the form of objects

Object-Oriented Database matches

22
New cards

Extract Transform Load

ETL is moving data from a Transactional Database that is optimized for operations/workflows to a Reporting database the supports analytics. What does the ETL acronym stand for?

23
New cards

True

The shortest path between two points tends to be the simpler the design, the less number of points of failure.

24
New cards

lift and shift

Rehosting matches

25
New cards

rip and replace

Re-architecting matches

26
New cards

drop and shop

Retiring and Repurchasing matches

27
New cards

Data Governance

Which most closely reflects the three branches of the government?

28
New cards

All of the answers are correct

What reason would you want to create a dashboard alongside benchmark data?

29
New cards

text

All but which is a format that you would use to present information with graphicacy.

30
New cards

What happened?

Descriptive Analytics

31
New cards

Why did it happen?

Diagnostic Analytics

32
New cards

What will happen?

Predictive Analytics

33
New cards

How can we make it happen?

Prescriptive Analytics

34
New cards

1st Tier

Keep the doors open (support transactions and maintain operations) matches

35
New cards

2nd Tier

Know the past and current operations matches

36
New cards

3rd Tier

Combine internal/external data to provide insight to future options/probabilities and help set strategy matches

37
New cards

There are different colors regarding each major. This infographic is not consistent with information layout

What is misleading with this infographic?

38
New cards

Upfront costs associated with acquiring new servers are avoided and server operating systems software maintenance and patching are handled by the cloud provider rather than the company using the cloud services.

Which of the following is a way that a company might save money by using a cloud SaaS (Software as a Service)?

39
New cards

SaaS: Software as a Service

I want to adopt a more healthy living lifestyle and be able to log and monitor my activity from any device and anywhere with internet service. The application I would need is what type of cloud mode

40
New cards

PaaS: Platform as a Service

I am a UI student who has this great idea that uses public available data to build an app that shares where available parking exists and capitalizes on crowdsourcing to post sightings of parking tickets attendants at work. What cloud service model do I shop for?

41
New cards

Multi-Processing (Parallel)

A large problem can often be divided into smaller ones. which then all the component of the large problem can be solved at the same time.

42
New cards

Hardware

computer, mouse, keyboard, radio, printer, Flashdrive, speaker, controller

43
New cards

software

spotify, gmail, google drive, maps, compass, word, chrome, outlook, apps

44
New cards

on-premise

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

45
New cards

Evolution of data storage

1. On-demand availability data storage/computing power

2. Free of direct active management

3. Shared resources achieves economics of scale

46
New cards

cloud computing pros

1. Minimize up-IT infrastructure costs

2. Get apps up/running faster with improved manageability/ less maintenance

3. Enable rapidly adjust resources to meet fluctuating / unpredictable demand

4. Manage firewalls, intrusion identification and counteractive action frameworks and info stream inside the network

47
New cards

cloud computing cons

"pay as you go" model can lead to unexpected operating expenses if administrators are not familiarized with cloud pricing models

48
New cards

SaaS: Software as a Service

1. IaaS Functions

2. PaaS functions

3. hosted applications/apps

4. accessible via web browser

5. priced on a pay-per-use basis/subscription fee

49
New cards

PaaS: Platform as a Service

1. IaaS functions

2. Operating systems

3. development tools, database management, business analytics

4. development and deployment environment

50
New cards

IaaS: Infrastructure as a Service

1. servers, storage and networking firewalls/ security

2. Data center physical plant/building

Common uses: business continuity, disaster recovery

51
New cards

Structured Data

String, character, integer, float, boolean

52
New cards

string

used for a combination of any characters that appear on a keyboard, such as: letters, numbers, symbols

53
New cards

character

used for single letters

54
New cards

integer

used for whole numbers

55
New cards

float

used for numbers that contain decimal points, or factions

56
New cards

boolean

used where data is restricted to True/False or yes/no options

57
New cards

qualitative data types

nominal and ordinal

58
New cards

nominal

set of values that do not possess a natural ordering (not quantifiable and cannot be measured through numerical units)

Example: blue, yellow, red

59
New cards

ordinal

natural ordering

Ex: small, medium, large

60
New cards

quantitative data types

discrete and continuous

61
New cards

discrete

integers or whole numbers

62
New cards

continuous

fractional numbers

63
New cards

Word Cloud

1. understand what your audience feels about a topic/situation

2. You audience can summarize their view of a topic

64
New cards

Unstructured Data

BLOB and CLOB

65
New cards

BLOB (Binary Large Object)

images, audio files, and video clips

66
New cards

CLOB (Character Large Object)

often source remains at native location and CLOB field is an address which references the location of the data

Example: books, medical record document

67
New cards

API

Application Programming Interface. Software intermediary that allows 2 applications to talk to each other

68
New cards

Sentiment analysis

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

69
New cards

infographic

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

70
New cards

100% stacked column

compare % that each value contributes to the total over time

71
New cards

cluster column

compare values across a few categories

72
New cards

Treemap

visualizing larg enumber of related categories

73
New cards

Pie Chart

compare categories, or parts of a whole

74
New cards

sparkline

tiny chart in a worksheet cell that provides a visual representation of data

- shows trends in a series of values

75
New cards

consolidation

roll-up in groupings to help digest

76
New cards

drill-down

view details

77
New cards

slice and dice

look at info from different perspectives

78
New cards

pivot

rotate data to display alternative perspectives

79
New cards

Good GUI

1. self documenting

2. minimizes data collect errors

3. enhances overall understanding

80
New cards

Good Dashboard elements

visualization, focus, collaboration, responsiveness benchmarking, self serving dashboards, graphicacy,

81
New cards

Cybersecurity Framework

moral, ethical and societal duty to protect the public from harm and that everyone is able to enjoy the benefits

82
New cards

elements of cybersecurity

Creates new safety and security standards for AI, protects consumer privacy, advances equity and civil rights, supports workers, promotes innovation

83
New cards

data goverance

If you know where your data is, who has access to it, and what they are doing with it, you will notice any malicious activity far more quickly.

84
New cards

safeguards

The existence of the data, maintaining of the data and data integrity, definition of the data, appropiate use and access of the data and disposal of the data

85
New cards

Annual Risk Assessment of Safeguards

administrative, physical, and technical

86
New cards

Rick

Threat + Vulnerability

87
New cards

Natural Threats

floods, tornadoes, storms, etc

88
New cards

unintentional threats

employee mistakenly accessing wrong info

89
New cards

intentional threats

spyware, malware, adware companies, or the action of a disgruntled employee

90
New cards

How to prevent threats

Team members stay informed, perform regular threat assessments, and conduct penetration testing

91
New cards

vulnerability

KNOWN weakness that can be exploited by an attacker

92
New cards

data breach

info is accessed and extracted without authorization

93
New cards

data leak

data located where it is NOT supposed to be

- confidential info open to the public, sold on the black market or held for ransom

94
New cards

data alteration

info changed / cannot be restored to previous state

95
New cards

unreliable storage medium storage

data lost due to problems on cloud provider's side

96
New cards

data deletion

accidental / wrongful erasure of info with NO backups (human error / messy database)

97
New cards

loss of access

info in the system but unavailable due to lack of encryption keys and other credentials

98
New cards

geodiversity

when physical location of cloud servers in data centers is dispersed - safeguard for natural disasters / power outages

99
New cards

Denial of Service Attack

make system unusable , so deny access / disrupt workflow

100
New cards

up-to-date Intrusion Detection System

identify anomalous traffic, provide early warning based on credentials and behavioral factors (cloud security break-in alarm)