Info Systems Top Hat

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

1/13

flashcard set

Earn XP

Description and Tags

FLASHCARD ONLY

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

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 resides on what type of cloud model? 

SaaS: Software as a Service

2
New cards

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

IaaS: Infrastructure as a Service

3
New cards

I am a UI student who has this great idea. I want to build an application that uses public available data and can share with the user 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? 

PaaS: Platform as a Service

4
New cards

'Chicken'  'Goat'  'Sheep'

String

5
New cards

'1/3'   '4/11'  '3.141592653589793238'

Float

6
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?) 

7
New cards

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

Keep the doors open - 1st Tier

Know the past and current operations- 2nd Tier

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

8
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*'

9
New cards

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

Hash

10
New cards

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

WWAN

11
New cards

Daily Scrum is where stakeholders meet with the technical team at the end of the day to provide feedback on the work thus far. True or false

False

12
New cards

Data privacy

Using and storing data about people, in line with their expectations, regulations, and laws​

13
New cards

The Agile product backlog is:

A list of product features wanted by the product owner

14
New cards

What WHERE clause would NOT select the letter z record in the SQL statement 
SELECT letter 
FROM ALPHABET 
WHERE ....

Where letter LIKE 'z?'