Information Systems Tophats

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

1/33

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.

34 Terms

1
New cards

Match the response set with the appropriate IS Data Type

'a'   'b'   'c' matches Character

'1'   '2'  '3' matches Integer

'Chicken'  'Goat'  'Sheep' matches String

'1/3'   '4/11'  '3.141592653589793238' matches Float

'True'  'False' matches Boolean

2
New cards

Match the response set with the appropriate Business Analytics Data Type.

'a' 'b' 'c' matches Ordinal

'1' '2' '3' matches Discrete

'Chicken'  'Goat'  'Sheep' matches Nominal

'1/3'    '4/11'   '3.141592653589793238' matches Continuous

3
New cards

An API might enable a website developer to: 

Integrate a Walk Score (provides walkability analysis and apartment search tools) from another system into the website they are developing

4
New cards

List  the levels within the Gartner's Analytics maturity model, sequence from lowest  level of difficulty and value to highest level. 

Descriptive Analytics (What happened?)

Diagnostic Analytics (Why did it happen?)

Predictive Analytics (What will happen?)

Prescriptive Analytics (How can we make it happen?) 

5
New cards

List in sequence the evolution an entity takes in utilizing IS and data 

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

Know the past and current operations matches 2nd Tier

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

6
New cards

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

text

7
New cards

Which most closely reflects the three branches of the government? 

Data Governance

8
New cards

According to the lecture, characteristics of good GUI includes all but the following

Follows Microsoft Standards

9
New cards

A Master Data Management (MDM) system will describe all but which about a data variable?

Why

10
New cards

NoSQL data base can be thought of as...

Not Only SQL Database

11
New cards

Match the Database Type with the featured characteristic

Hierarchical Database matches Parent-Child Relationship

Relational Database matches Relationships in the form of tables

Object-Oriented Database matches Stored in the form of objects

12
New cards

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?

Extract Transform Load

13
New cards

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';

25

14
New cards

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? 

Select Letter FROM Alphabet Where Letter LIKE 'a?'

15
New cards

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' OR Letter='b' OR Letter='c');

23

16
New cards

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

True

17
New cards

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' 

3

18
New cards

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'

0

19
New cards

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!")

Oops!

20
New cards

For the Python Statement: How_big = input("Enter a choice (small, medium, large): ")

How big will have the value of whatever the user types 

21
New cards

What is a function that converts an input of letters and numbers into an encrypted output?

Hash

22
New cards

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

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

23
New cards

Which type of network is best suited for an ocean cruise ship to communicate with the mainland when out to sea?

WWAN

24
New cards

What is the first block created in a blockchain?

Genesis

25
New cards

There are three correct statements and one incorrect statement about Artificial Intelligence(AI). Identify the incorrect statement. 

AI hallucination is the same as generative AI bias that occurs when the training data has biases. 

26
New cards

AI has been around since the 1950's

True

27
New cards

Generative AI can create various types of content including text, images, but not video or audio.

False

28
New cards

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

True

29
New cards

An API might enable a website developer to: 

Integrate a Walk Score (provides walkability analysis and apartment search tools) from another system into the website they are developing

30
New cards

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

True

31
New cards

Daily Scrum is where stake holders meet with the technical team at the end of the day to provide feedback on the work thus far.

False

32
New cards

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

True

33
New cards

The Agile product backlog is:

A list of product features wanted by the product owner

34
New cards

Match the Data Privacy, Confidentiality and Ethics terms to their definition 

DATA PRIVACY matches Responsibly collecting -  using and storing data about people - in line with their expectations - regulations and laws​

CONFIDENTIALITY matches The assurance that information remain available only to those authorized to view them

DATA ETHICS matches Doing the right thing with data - considering the human impact from all perspectives and making decisions based on brand values