Glossary of Terms
About the Glossary
This glossary of terms is formatted to allow easy linking when a new term is used in a Markdown document. By typing [Term Name](../glossary/#term)
the
term will autocomplete in the VSCode editor.
We follow the ISO/IEC 11179 guidelines for creating terms and definitions
List of Terms Used in Circuit Course
Alternating Current
An electric current that periodically reverses direction, typically in a sinusoidal waveform.
- Abbreviation: AC
Admittance
A measure of how easily a circuit or component allows current to flow, equal to the inverse of impedance.
Bandwidth
The range of frequencies over which a circuit or system operates effectively, usually defined by the frequencies at which performance drops below a certain level.
Blooms Taxonomy
A hierarchical model used to classify educational learning objectives into levels of complexity and specificity.
We use Blooms Taxonomy to encourage generative AI to create high-quality lesson plans.
It is divided into three domains:
- cognitive (knowledge-based)
- affective (emotion-based)
- and psychomotor (action-based)
In the cognitive domain, the taxonomy is often depicted as a pyramid with six levels, ranging from basic knowledge recall to higher-order skills such as evaluation and creation. These levels, in ascending order, are:
- Remember
- Understand
- Apply
- Analyze
- Evaluate
- Create
Example: A teacher designing a lesson plan on circuits might use Bloom's Taxonomy to structure activities, starting with "Remember" (e.g., recalling Ohm's Law) and progressing to "Create" (e.g., designing a complex circuit).
Capacitor
A passive electrical component that stores energy in an electric field, characterized by its capacitance measured in farads (F).
CircuiTikZ
A LaTeX extension package which provides a set of macros for typesetting electrical and electronic networks. You simply specify a component type, a grid placement and some connections and CircuiTikZ will transform this into a high-quality circuit diagram.
CircuiTikZ is pronounced "Circuit Ticks".
Current
The flow of electric charge through a conductor, measured in amperes (A).
DC (Direct Current)
An electric current flowing in one constant direction, without periodic reversal.
Dependency Graph
A directed graph representing dependencies of several objects towards each other. Items such as Concepts are represented as nodes and the items they depend upon are represented by arcs between the nodes.
By convention, foundational
Diode
A semiconductor device that allows current to flow in one direction only, exhibiting low resistance in one direction and high resistance in the opposite.
Falstad
An open-source circuit editor and simulator that runs within a web browser.
Falstad was originally written in Java and converted to run in JavaScript. Although Falstad has a rich functionality, it is a large and complex system that can be difficult to integrate with our prompt enrichment architecture.
- Falstad CircuitJS Website
- Sharpie 7 CircuitJS1 Github Repo - current GitHub rep
Field Effect Transistor
A transistor that controls the flow of current through a semiconductor channel between source and drain terminals by using an electric field generated by a voltage applied to a gate terminal.
Fourier Transform
A mathematical transformation that converts a time-domain function into its frequency-domain representation, revealing the frequency components present in a signal.
Frequency
The number of cycles per unit time of a periodic waveform, measured in hertz (Hz).
Most alternating current circuits have a fixed frequency. For example, in the United States, household electrical power is supplied as alternating current (AC) at a frequency of 60 Hertz (Hz).
Frequently Asked Question
A Frequently Asked Question (FAQ) is a commonly raised inquiry about a specific topic, usually compiled in a list, with the goal of providing clear and accessible answers. FAQs help address recurring concerns or misunderstandings and streamline communication by preemptively answering common questions.
Example: In a circuits course, analyzing FAQs can help instructors determine which topics need additional emphasis or clarification. If a majority of FAQs revolve around "How to calculate total resistance in a parallel circuit?", this indicates that students are struggling with that concept, and the instructor might prioritize additional lessons, examples, or tutorials on parallel circuits to improve understanding.
In this course, we use a variety of LLM and statistical tools such as log-file access and search logs to find out what the most frequently asked questions are.
GraphRAG
A knowledge management architecture that combines graph-based data structures such as knowledge graphs and Retrieval-Augmented Generation (RAG) techniques to enhance information retrieval and content generation tasks and minimize hallucination errors.
GraphRAG is particularly effective in applications requiring the synthesis of complex, interconnected information, such as knowledge graphs, semantic networks, and relational databases. GraphRAG facilitates more nuanced and informed generation by utilizing the underlying graph-structured information during the retrieval process, enabling more sophisticated and contextually appropriate outcomes in areas like natural language processing, data analysis, and artificial intelligence-driven applications.
In our circuits course, we combine retrieval of similar concepts from our circuits knowledge graph with generative AI to create customized artifacts such as lesson plans and custom circuits.
Ground
A reference point in an electrical circuit with zero voltage potential, serving as the common return path for electric current and the baseline for voltage measurements.
In general, voltage to a point in a circuit is measured relative to the ground.
Hyperpersonalization
Hyperpersonalization is the process of using advanced data analytics and AI technologies to create highly individualized content or experiences by analyzing real-time and historical user data. In the context of educational content generation, hyperpersonalization adapts lessons, materials, and assessments based on the unique needs, performance, and preferences of each student, enhancing the learning process.
Example: If a student in a circuits course struggles with questions on "series circuits" in a prior week's quiz, hyperpersonalization can automatically generate a custom lesson plan focusing on this topic. The lesson could include targeted tutorials, interactive simulations, and additional practice problems that address the student's specific areas of difficulty, ensuring more focused and effective learning.
Impedance
The total opposition a circuit presents to alternating current, comprising both resistance and reactance, measured in ohms (Ω).
Inductor
A passive electrical component that stores energy in a magnetic field when current flows through it, characterized by its inductance measured in henrys (H).
Kirchhoff's Current Law
A principle stating that the algebraic sum of currents entering a node equals zero, implying conservation of electric charge at a junction.
Kirchhoff's Voltage Law
A principle stating that the algebraic sum of voltages around any closed loop in a circuit equals zero, reflecting energy conservation.
Knowledge Graph Concept
A Knowledge Graph Concept is a distinct, identifiable unit of knowledge represented as a node in a knowledge graph. It denotes a real-world entity, idea, or category and is linked to other concepts through defined relationships, enabling the organization and interconnection of information.
Example: In a circuits course, "Ohm's Law" can be a Knowledge Graph Concept, with dependencies on related concepts like "Voltage," "Current," and "Resistance." For instance, understanding Ohm's Law requires knowledge of these three concepts and how they are mathematically related: Voltage = Current × Resistance. Similarly, concepts like "Series Circuit" and "Parallel Circuit" could also depend on understanding Ohm's Law to determine total resistance and current behavior.
Laplace Transform
A mathematical transformation that converts a time-domain function into a complex frequency-domain function, simplifying the analysis of linear time-invariant systems.
Large-language model
A Large-language model (LLM) is an advanced machine learning model trained on vast amounts of text data to understand, generate, and manipulate natural language. In the context of generative AI, LLMs are capable of producing human-like text, answering questions, summarizing information, and assisting in various search and content creation tasks by leveraging patterns learned from their training data.
Example: In a circuits course, an LLM can be used to create personalized learning experiences by generating tailored explanations for students based on their questions. For instance, if a student asks, "How does a capacitor work in an AC circuit?", the LLM can generate a detailed response, offer diagrams, and even suggest further reading based on the student's current understanding. This enhances the learning process by providing real-time, adaptive feedback.
LaTeX
A typesetting system and a markup language used for creating documents with a focus on content rather than appearance.
In this course we use the CircuiTikZ library to generate images of circuits from generative AI created circuit descriptions.
- See also: CircuiTikZ
- See also: TicZ
- See also: Overleaf
LLM Prompt
An LLM (Large Language Model) Prompt is a structured input provided to a large language model to guide its output. It typically consists of instructions, questions, or specific context designed to generate a relevant and coherent response from the model.
Example: A prompt for a circuits course could be: "Explain Ohm's Law in simple terms and provide a real-world example of its application." This prompt guides the LLM to focus on explaining a fundamental concept in electrical circuits and offering a practical example.
Mesh Analysis
A circuit analysis technique using Kirchhoff's Voltage Law to determine unknown currents in the meshes (loops) of a planar circuit.
Metaphors and Stories
An approach to teaching that leverages the storytelling part of our brains.
MOSFET
A type of field-effect transistor in which the conductivity of a semiconductor channel is controlled by the voltage applied to a gate electrode that is insulated from the channel by a thin oxide layer.
MOSFET is an abbreviation for a Metal Oxide Semiconductor Field Effect Transistor.
Node
A point in a circuit where two or more components are connected.
Nodal Analysis
A circuit analysis method using Kirchhoff's Current Law to determine the voltage at various nodes relative to a common reference point.
Ohm's Law
A fundamental relationship stating that the voltage across a conductor equals the product of the current flowing through it and its resistance. The formula for Ohm's Law is:
where:
- \(V\) is the voltage measured in volts
- \(I\) is the current measured in amps
- \(R\) is the resistance measured in ohms
Operating Point
The steady-state condition of an electronic device or circuit characterized by specific values of voltage, current, or other relevant parameters under normal operating conditions.
The operating point represents the point on the device's characteristic curve where it functions as intended without any input signal or external influence.
Operational Amplifier
A high-gain electronic voltage amplifier with differential inputs and usually a single-ended output, used in various signal processing applications.
Overleaf
An online LaTeX editor that allows us to write and compile LaTeX documents in a web browser.
In this course, we use Overleaf to convert CircuiTekZ formatted text to images.
- Overleaf website
- See also: TekZ
Pareto Analysis
Pareto Analysis is a decision-making technique used to prioritize tasks or issues based on the principle that 80% of effects come from 20% of causes. It focuses on identifying the most significant factors in a dataset to optimize resources and efforts.
Example: In a circuits course, Pareto Analysis can be applied to FAQs by categorizing the types of questions students frequently ask. For instance, if 80% of the questions come from 20% of the topics---such as Ohm's Law, Kirchhoff's Laws, and Thevenin's Theorem---the instructor could prioritize creating additional resources or tutorials on those key topics to address the majority of student inquiries efficiently.
Parallel Circuit
A circuit configuration where components share the same voltage across them but may carry different currents.
Phasor
A complex number representing the magnitude and phase angle of a sinusoidal function, used to simplify calculations in AC circuit analysis.
Power
The rate at which electrical energy is transferred or converted, measured in watts (W).
Reactance
The opposition a circuit element offers to alternating current due to its capacitance or inductance, causing a phase shift between voltage and current.
Resistor
A passive electrical component that opposes the flow of electric current, characterized by its resistance measured in ohms (Ω).
Retrieval-Augmented Generation
Retrieval-Augmented Generation (RAG) is a computational methodology that integrates information retrieval mechanisms with generative models to produce content by dynamically accessing and incorporating relevant external data from designated knowledge sources during the generation process.
RAG is an application of the Content Enrichment enterprise integration pattern.
This approach enhances the accuracy, relevance, and contextual appropriateness of the generated output by leveraging retrieved information to inform and guide the generation process.
Series Circuit
A circuit configuration where components are connected end-to-end, so the same current flows sequentially through each component.
Signal
A function representing the variation of a physical quantity over time or space, conveying information.
Steady-State Response
The behavior of a circuit long after an input has been applied, when transient effects have subsided and the response becomes constant or periodic.
Superposition
A principle stating that in a linear circuit with multiple sources, the total response equals the sum of the responses caused by each source acting independently.
Thevenin's Theorem
A theorem stating that any linear bilateral circuit can be replaced by an equivalent circuit consisting of a single voltage source and a series resistance connected to a load.
TikZ
A declarative graphics line-oriented drawing vocabulary for creating vector-based illustrations directly within LaTeX documents.
TikZ (pronounced "tic") provides a syntax for specifying graphics in a programmatic way, allowing for the creation of complex diagrams, plots, and figures that integrate seamlessly with LaTeX's typesetting.
We use the CircuiTikZ package for drawing circuit diagrams in this course. CircuiTikZ is an extension of the TikZ drawing system that includes electronic components.
- See also: LaTeX
- See also: CircuiTikZ
- See also: Overleaf
Transformer
An electrical device that transfers electrical energy between two or more circuits through electromagnetic induction, typically changing voltage levels.
Transient Response
The behavior of a circuit immediately after a change in its inputs or conditions, before reaching steady-state.
Transfer Function
A mathematical representation of the relationship between the input and output of a system, typically expressed in the frequency domain.
Vector Store
A Vector Store is a specialized data structure used to store and manage high-dimensional vector representations of data, typically derived from large language models (LLMs). It allows for efficient similarity searches by comparing the vectors of different items, enabling the retrieval of the most relevant or semantically similar information based on proximity in vector space.
Example: In our circuits course, a vector store can be used to store vector representations of key concepts or questions from course materials. When a student searches for "how to solve for voltage in a parallel circuit," the system can retrieve similar items, such as related questions on current, resistance, or Kirchhoff's Laws, even if the exact terms are not matched. This helps students find conceptually similar resources or FAQs that are most relevant to their queries.
Voltage
The electric potential difference between two points, driving current through a circuit, measured in volts (V).
Watt
The unit of power in the International System of Units, equal to one joule per second (1 W = 1 J/s).