Info Systems Final

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

1/43

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.

44 Terms

1
New cards

IaaS: Infrastructure as a Service

(System Admins)

o   servers, storage, and networking

common uses: business continuity, disaster recovery

2
New cards

PaaS: Platform as a Service

(developers)

o   development and deployment environment

3
New cards

SaaS: Software as a Service

(end users/customers)

o   accessible via web browser

o   priced on a pay-per-use basis / subscription fee

4
New cards

String

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

5
New cards

Character

single letter/number/symbol

6
New cards

Integer

whole number, positive or negative, without decimals

7
New cards

Float (real)

a data type that represents numbers with decimal points, allowing for fractional values.

8
New cards

Boolean

True/False

9
New cards

Qualitative Data Types

Nominal- no natural order (ex. red, yellow, blue)

Ordinal- natural ordering (ex. small, medium, large)

10
New cards

Quantitative Data Types

Discrete- whole numbers

Continuous- fractional numbers

11
New cards

BLOB

o   Binary Large Object) (images, audio files, and video clips)

12
New cards

CLOB

o   (Character Large Object) often source remains at native location and CLOB field is an address which refences the location of the data (i.e., books, medical record document

13
New cards

API (Application Programming Interface)

lets 2 applications talk to each other

14
New cards

Sentiment Analysis

NLP technique, finds if data is positive, negative, or neutral

15
New cards

Graphicacy

the ability to understand and present information in non-textural formats (i.e., sketches, photographs, diagrams, maps, charts, graphs)

16
New cards

Annual Risk Assessment

continuous cycle of review and improvement (administrative, physical, technical)

17
New cards

Characteristics of High-Quality Data

Accurate, Complete, Consistent, Timely, Unique

18
New cards

Data Governance

Creation of Rules, Execution of Rules, Adjudication of Violations

19
New cards

NoSQL Database, “Not Only SQL”

o   Suited for semi-structured or unstructured data.

o   Useful for storing large volumes of raw data (i.e., images, text, and sensor data, which may not fit neatly into the rows and columns of a relational database

20
New cards

Object-oriented databases (OODB)

o   Storage of all data types

o   Stored in the form of objects

o   Each object contains both data (attributes or fields) and the methods (functions) that can operate on that datadesigned to handle complex data and relationships, allowing for more intuitive data modeling and retrieval.

21
New cards

SQL (Structured Query Language)

o   used to communicate with and manipulate data stored in relational database management systems (RDBMS) and some other types of databases

22
New cards

Relational Databases

o   SQL is closely associated with relational databases like MySQL, PostgreSQL, Oracle Database, Microsoft SQL Server, and others. These databases use tables to organize data and rely on SQL for data manipulation and querying

23
New cards

Non-Relational Databases

o   some NoSQL (Not Only SQL) databases also support SQL-like querying or have their own query languages.

SQL's usage and syntax can differ significantly in these non-relational databases.

24
New cards

ETL

Extraction, Transformation, and Loading process used in data warehousing to consolidate data from multiple sources.

25
New cards

Internet of Things

physical objects with sensors, processing ability, software, or other tech that connects and exchanges data

26
New cards

Cryptocurrencies

digital assets that use cryptography for secure transactions, operating on decentralized networks.

27
New cards

2 biggest cryptocurrencies

Bitcoin and Ether

28
New cards

Blockchain

Decentralized digital ledger that records transactions across a network of computers

29
New cards

Distributed Ledger Technology (DLT)

o   Decentralized database managed by multiple participants.

Blockchain is a type of DLT, but not all DLTs use the block-based structure of blockchain.

30
New cards

Ledger

o   Ledger: Records classified and summarized transactional data

31
New cards

Hash

o   Hash: function that converts an input of letters and numbers into an encrypted output

32
New cards

Blocks

o   Blocks: data structure containing a hash, previous hash and data

33
New cards

Blockchain

o   Blockchain: A type of distributed ledger, consisting of blocks of data that maintain a permanent and tamper—proof record of transactional data

34
New cards

Genesis block

first block in blockchain

35
New cards

Ethereum

o   Ethereum: decentralized, open source blockchain platform with smart contract functionality

36
New cards

NFT

Non-Fungible Tokens- o   Blockchain-based tokens that represent a unique asset like a piece of art, digital content, or media

o   A unique digital identifier that cannot be copied, substituted, or subdivided, that is recorded in a blockchain, and that is used to certify authenticity and ownership

37
New cards

Machine Learning

Technique that lets computers ‘learn’ form the data they process

38
New cards

Natural Language Processing (NLP)

- Machine Learning that can interpret and respond to human language

- NLP techniques select a sequence of words based on their probability of satisfying a goal, such as summarization, question and answering, or translation

39
New cards

generative AI

can create various types of content including text, images, video, and audio

40
New cards

Hallucination

model produces responses that aren’t grounded in fact or reality but are presented as such

41
New cards

Privacy by Design (PbD)

o   Embed-  “build it in, don’t bolt it on”

o   Ownership- Security through E2E data lifecycle

o   AI-  Connected (IoT) devices up-front rigor methods, tools, standards, and regular reviews

o   Accountable- Know where and why of data for a strategy, operational, and compliance perspective

o   Safegaurd-  Data stored/managed -clean and accessible for analysis / learning in real-time

42
New cards

5 principles for Big Data Ethic

o   Private info data/identity remain private

o   Treat confidentially

o   Customers have a transparent view

o   Not interfere with human will

o   Do not create unfair biases

43
New cards

Agile Methodology

Manage a project by breaking it up into several phases

44
New cards

Agile Manifesto 4 Values

o   1. Individuals and Interactions over processes and tools

o   2. Working software over comprehensive documentation

o   3. Customer collaboration over contract negotiation

o   4. Responding to change over following a plan