02 Unstructured data and API

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

1/24

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.

25 Terms

1
New cards

multi processing (parallel processing)

large problem can be divided into smaller ones, which then all the components of large problem can be solved at the same time

2
New cards

string

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

3
New cards

character

used for a single letter/number/symbol

4
New cards

integer

used for whole numbers

5
New cards

float (real)

used for numbers that contain decimal points, or fractions

6
New cards

boolean (or bool)

used where data is restricted (true/false or yes/no options)

7
New cards

nominal (qualitative datatype)

set of values that don’t posses a natural ordering (not quantifiable and cannot be measured through numerical units (red, blue, yellow)

8
New cards

data analytics data types

qualitative data and quantitative data

9
New cards

ordinal

natural ordering (small, medium, large)

10
New cards

discrete (quantitative data type)

integers or whole numbers

11
New cards

continuous (quantitative data type)

fractional numbers (have a numeric value)

12
New cards

unstructured data

BLOB and CLOB

13
New cards

BLOB

binary large objects - images, audio files, and video clips

14
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 (books and medical record documents)

15
New cards

what is an API

application programing interference - software intermediary that allows two applications to talk to each other (Lego parts in building applicator)

16
New cards

how to work with unstructured data

assign unstructured data property or tags so that it can be evaluated or worked

17
New cards

sentiment analysis (example of unstructured data)

opinion mining is a NLP technique used to determine whether data is positive, negative, or neutral

18
New cards

what can sentiment analysis be used on

textual data to help businesses monitor brand and product sentiment in customer feedback and HR to understand managers repour with direct reports

19
New cards

word cloud

understand what your audiences feel about a topic or situation and your audiences can summaries their view of a topic

20
New cards

focus points while scrolling through an article: sentiment analysis

pro-choice, unclear, pro-life

21
New cards

focus points while scrolling through an article: graphical representation

understanding meaning without focus on actual numbers

22
New cards

VPN (virtual private network)

think sending a postcard via the internet vs a letter in a lockbox where only the sender and the receiver have the key to the lockbox so no one else can read your letter

23
New cards

server

a computer that stores and manages information; shares info with devices whenever it is asked (like going to the library and asking for a book and the librarian gets you (serves) the book

24
New cards

IP (internet protocol) address

unique ID (digital address) assigned to every device connected to the internet

25
New cards

how encryption works

plaintext>ciphertext>plaintext (via an algorithm or passphrase)