MIS Unit 3 Test - Artificial Intelligence

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:02 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

44 Terms

1
New cards

artificial narrow intelligence (ANI)

AI designed for a single, specific purpose; systems operate within pre-defined contexts and cannot perform functions outside their specialization

2
New cards

artificial general intelligence (AGI)

AI with human-level cognitive abilities across various domains; represents a hypothetical form of AI that would possess human-level cognitive abilities across diverse domains

3
New cards

human-like cognition

demonstrate abstract reasoning, creative problem-solving, and the ability to transfer learning between disparate domains

4
New cards

generative AI

a type of ANI; its narrow intelligence is focused in the sphere of content creation

5
New cards

machine learning (ML)

software learning via experience rather than through explicitly programmed instructions; “experience” often looks like data

6
New cards

supervised learning

systems learn from data that includes both inputs and correct answers, enabling them to make predictions on new, unlabeled data

7
New cards

unsupervised learning

systems explore unlabeled data to discover structures, clusters, or patterns without being told what to look for

8
New cards

reinforcement learning

systems learn by performing actions in an environment and receiving rewards or penalties based on the outcome of those actions

9
New cards

neural networks

organize artificial neurons into interconnected layers

10
New cards

input layers

receives initial data such as pixel values from images or word tokens from text

11
New cards

hidden layers

one or more intermediate layers where pattern recognition and feature extraction occur

12
New cards

output layers

produces final results such as classification decisions or generated content

13
New cards

connections and weight

neurons connect to each other through pathways, each carrying a “weight”: a numerical value determining the strength and importance of the signal being transmitted

14
New cards

large language models (LLM)

massive neural networks with billions of parameters, allowing for complex pattern recognition

15
New cards

diffusion models

trained on huge numbers of images

16
New cards

training with noise

with each image shown, a diffusion model practices by taking a clear image and adding a bit of “noise” (static) to it

17
New cards

learning to denoise

then practices cleaning up the static to return to the original clear image → helps to learn the pattern of the image reconstruction

18
New cards

generating from static

the goal is to learn to create an accurate looking image from pure static

19
New cards

hallucinations

when a model generates information that is factually incorrect, nonsensical, or completely fabricated

20
New cards

bias

systemic distortion of information born of limited perspective

21
New cards

static knowledge base

AI models are trained on specific data sets, meaning their knowledge is frozen at a certain point in time

22
New cards

finite short term memory

AI can only hold a certain number or words/token in its active memory

23
New cards

prompt

the cornerstone of communication; the input provided (question, command, instructions) designed to elicit a specific response from AI

24
New cards

garbage in, garbage out

if inputs are flawed, your outputs will be flawed, regardless of the processes in between

25
New cards

role

define the persona or function the AI should adopt to better understand the user’s perspective and generate relevant responses

26
New cards

task

clearly specify the action or goal the AI needs to accomplish, providing precise instructions for the desired output

27
New cards

context

provide relevant background information, data, or prior conversations that help the AI understand the situation and make informed decisions

28
New cards

format

outline the desired structure, length, style, or output type for the AI’s response

29
New cards

pivot tables

fast, flexible summary of large data sets

30
New cards

rows

define how data is organized vertically; each unique value becomes a row in the pivot table, letting you group and organize data by categories like products or regions

31
New cards

columns

split data horizontally, creating additional groupings across the top of your table; creates a grid-like view that helps compare data across different dimensions simultaneously

32
New cards

values

the actual metrics you want to analyze → can be sales amounts, quantities, or inventory levels; values are calculated for each intersection of row and column values

33
New cards

aggregation type

this determines how your values are calculated (sum, average, count, etc.)

34
New cards

SUMIF function

adds values based on a condition; perfect for calculating total sales for a specific season

35
New cards

AVERAGEIF function

calculates the average of values that meet a specific condition; ideal for finding average sales per day during a season

36
New cards

XLOOKUP function

designed to help you find and retrieve data efficiently across spreadsheets

37
New cards

reorder point (ROP)

the inventory level at which you should place a new order to replenish stock

38
New cards

unmanaged costs

data accrues substantial costs related to storage, infrastructure maintenance, and energy consumption

39
New cards

heightened security risk

large datasets become attractive targets for cyberattacks

40
New cards

regulatory compliance burden

increases compliance burdens significantly

41
New cards

data silos/missed information

valuable information if often fragmented, buried, or inaccessible, leading to inefficient decision making and lost insights

42
New cards

IF statements

transforms simple yes/no logic into a sophisticated decision-making system that can handle complex scenarios with multiple possible outcomes

43
New cards

AND operator

requires ALL conditions to be true - like checking multiple boxes on a checklist

44
New cards

OR operator

requires ANY condition to be true - like having backup plans