Practical Applications of Prompt - D685

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

1/46

flashcard set

Earn XP

Description and Tags

This set of vocabulary flashcards covers AI fundamentals, prompt engineering frameworks, prompting techniques, limitations, and ethical principles based on the D685 course study guide.

Last updated 9:26 PM on 8/20/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Artificial Intelligence (AI)

The simulation of human intelligence processes by machines, especially computer systems, including learning, reasoning, and self-correction.

2
New cards

Narrow AI (Weak AI)

AI designed to perform a specific task or narrow set of tasks, such as chatbots or facial recognition, that cannot perform tasks outside its programmed scope.

3
New cards

General AI (Strong AI)

A hypothetical future AI system that would possess human-level intelligence and could perform any intellectual task that a human can do; it does not currently exist.

4
New cards

Machine Learning (ML)

A subset of AI where computers learn from data without being explicitly programmed, improving performance through experience.

5
New cards

Supervised Learning

A machine learning technique where a model is trained using labeled data with known outcomes to make predictions on new data.

6
New cards

Unsupervised Learning

A type of machine learning where the model is trained on unlabeled data and must find patterns and relationships independently.

7
New cards

Reinforcement Learning

A machine learning approach where an AI agent learns through trial and error, receiving rewards or penalties to maximize rewards over time.

8
New cards

Neural Networks

Computing systems inspired by biological networks consisting of interconnected layers of artificial neurons to recognize patterns.

9
New cards

Deep Learning

A subset of machine learning using neural networks with multiple layers to analyze data, effective for image recognition and NLP.

10
New cards

Large Language Models (LLMs)

AI systems trained on massive text data to understand and generate human-like language, such as ChatGPT, Claude, and GPT-4.

11
New cards

Natural Language Processing (NLP)

The field of AI focused on enabling computers to understand, interpret, and generate human language through applications like sentiment analysis and translation.

12
New cards

Computer Vision

A field of AI that enables computers to interpret and analyze visual information from images and videos for tasks like object detection.

13
New cards

Generative AI

AI systems capable of creating new content such as text, images, audio, or video based on provided inputs.

14
New cards

Training Data

The dataset used to teach a machine learning model, where quality and size significantly impact performance and bias.

15
New cards

Tokens

The fundamental units of text processed by LLMs, where 11 token is roughly equal to 44 characters or 0.750.75 words in English.

16
New cards

Token Limit

The maximum number of tokens a model can process in a single interaction, affecting context window and memory constraints.

17
New cards

Temperature

A parameter in LLMs controlling randomness/creativity, where low values (0.10.50.1-0.5) are predictable and high values (0.71.00.7-1.0) increase variety.

18
New cards

Prompt Engineering

The practice of designing and refining prompts to achieve desired outputs from AI systems by maximizing their effectiveness.

19
New cards

PIIOA Framework

The five essential components of an effective prompt: Persona, Instructions, Input, Output format, and Additional information.

20
New cards

Persona

The role or identity assumed by the AI, which influences the tone, style, and expertise level of its responses.

21
New cards

Specificity

The degree to which prompts are tailored to address particular needs and context; higher specificity leads to more accurate responses.

22
New cards

Context

The surrounding circumstances or background information that helps the AI understand the situation behind a request.

23
New cards

Constraints

Limitations or rules that restrict AI behavior, such as word limits, format requirements, or tone specifications.

24
New cards

Verbosity

The level of detail or conciseness in a prompt's language.

25
New cards

Zero-Shot Prompting

Providing no examples and relying on the model's pre-existing knowledge for direct or factual queries.

26
New cards

Few-Shot Prompting

Providing 252-5 examples to guide the AI's format and style for consistent output patterns.

27
New cards

Chain-of-Thought (CoT)

Requesting step-by-step reasoning from the AI to help it 'show its work' during complex problem-solving or logic tasks.

28
New cards

Tree-of-Thought (ToT)

Exploring multiple solution paths before responding, useful for creative tasks and evaluating alternatives.

29
New cards

Cognitive Verifier Pattern

A technique where the AI asks clarifying questions first to deepen understanding before responding to ambiguous requests.

30
New cards

Least-to-Most Prompting

Gradually increasing complexity by building from simple concepts to advanced ones.

31
New cards

Iterative Refinement

The process of starting with a basic prompt and progressively adding specificity and context until the desired result is achieved.

32
New cards

Sentiment Analysis

The process of determining the emotional tone (positive, negative, or neutral) expressed in text.

33
New cards

DALL·E

An AI tool used for text-to-image generation with high creativity.

34
New cards

OCR (Optical Character Recognition)

Technology that converts printed or handwritten text into digital, editable text.

35
New cards

Hallucination

When AI generates false, fabricated, or nonsensical information presented confidently as fact.

36
New cards

Knowledge Cutoff

The date beyond which an AI model has no information, determined by when its training data ends.

37
New cards

Context Window

The maximum amount of text (measured in tokens) an AI model can 'remember' or process at one time.

38
New cards

Sampling Bias

Bias that occurs when training data does not represent the whole population, leading to skewed results.

39
New cards

Measurement Bias

Errors or inconsistencies in data collection methods that systematically affect results, such as low-quality sensors.

40
New cards

Algorithmic Bias

When the design of a model itself perpetuates or amplifies bias, even if the input data is fair.

41
New cards

Selection Bias

Bias caused by non-random data selection that leaves gaps in representation, such as excluding failures.

42
New cards

Confirmation Bias

Training AI only on confirming examples that support existing assumptions rather than challenging them.

43
New cards

AI Ethics

The field concerned with ensuring AI systems are developed and used responsibly, fairly, and in alignment with human values.

44
New cards

Fairness

Ensuring equitable treatment across all groups and actively mitigating discriminatory outcomes in AI systems.

45
New cards

Accountability

Establishing clear responsibility for AI decisions and outcomes, including mechanisms for recourse when mistakes occur.

46
New cards

Transparency

Making AI decision-making processes explainable and understandable so users know how conclusions are reached.

47
New cards

Societal Impact

The ethics principle of considering broader effects of AI, such as employment impacts, inequality, and the digital divide.