For the best experience, please use Google Chrome.
Setting up your app...
Tap below to open the full experience.
What is Orthographic Projection, and what is the fundamental principle that governs the alignment of the standard views (Front, Top, and Right Side) on a 2D engineering drawing? Answer : **Orthographic Projection** is the primary method used in engineering to represent a three-dimensional object on a two-dimensional surface. The core idea is to look at the object from ... the exact 3D object it represents, making it the unambiguous foundation for manufacturing and construction....
Using phasors, find | Electrical Engineering
Loading products...
What is the difference between analog and digital instruments in electrical measurement? Answer : Analog instruments use a continuously moving pointer or needle to represent the measured quantity. Example: moving-coil ammeter, analog voltmeter. They are simple and give a visual trend but have lower ... and can store or process data, but they may be costlier and require power supply/electronics....
Introduction of High pass filter (RC) | Passive Filter | Electrical Engineering
Why is Fourier analysis important in applied mathematics? Answer : Fourier analysis decomposes complex signals into simpler sinusoidal components. It is crucial in signal processing, image compression (JPEG), solving partial differential equations (heat equation, wave equation), and data analysis....
Autotransformer | Electrical Engineering
What is a Real-Time Operating System (RTOS), and why is it frequently used in embedded systems instead of a general-purpose operating system like Linux or Windows? Answer : The answer lies in one critical concept: **determinism**. While a general-purpose OS is designed for high throughput and fairness, an RTOS is designed for predictability and meeting strict timing deadlines. ... system where **failing to complete a task on time is considered a total system failure.**...
how to find maximum power in a circuit | Electrical Engineering
Why is "active listening" considered a skill that requires conscious effort, and how does it fundamentally differ from simply hearing someone speak or waiting for your turn to talk? Answer : The difference is one of **intent and engagement**. Hearing is a passive, physiological process of perceiving sound. Waiting for your turn to talk is a self-centered debate tactic. Active ... You gain a much deeper and more accurate understanding of the problem, leading to better solutions....
European Power Plug | Electrical Engineering
In designing an IoT application, what are the key trade-offs between processing data in the Cloud versus at the Edge, and can you provide a real-world example where each approach is clearly superior? Answer : This question addresses the fundamental architectural choice of "where the thinking happens" in an IoT system. The decision between Cloud and Edge computing directly impacts an application's ... data analytics, and centralized device management. This combination provides the best of both worlds....
How does the temperature affect the Zener voltage of a Zener diode? | Electrical Engineering
In C++, what is the fundamental problem that the virtual keyword solves when working with inheritance and pointers, and what is the practical difference in behavior when a base class function is declared with versus without it? Answer : The `virtual` keyword solves the critical problem of **static vs. dynamic binding**, enabling **runtime polymorphism**, which is arguably the most powerful feature of Object-Oriented Programming. In simple terms, `virtual` ... NOTE: No 'virtual' keyword here void draw() { std::cout ...
Thevenin's and Norton's Theorems 16 | Electrical Engineering
How does a microcontroller, which operates exclusively with discrete digital values (1s and 0s), measure a continuous, real-world analog signal like the temperature from a sensor? Answer : The bridge between the analog real world and the digital world of a microcontroller is a crucial mixed-signal circuit called an **Analog-to-Digital Converter (ADC)**. Virtually all modern ... measurement like temperature, allowing a purely digital device to sense and react to the analog world....
Electrical Machine 30 MCQ | Electrical Engineering
In metrology, what is the fundamental difference between accuracy and precision, and why is it possible—and often dangerous—for a measurement to be highly precise but not accurate? Answer : The fundamental difference is that **accuracy** describes the closeness of a measurement to the true value, while **precision** describes the closeness of repeated measurements to each ... . Understanding that a measurement can be consistently wrong is a foundational principle of metrology....
Advantages of Electronic Energy Meter | Electrical Engineering
What is the difference between renewable and non-renewable resources, and why is the shift toward renewables important for sustainability? Answer : Renewable resources are naturally replenished on a human timescale, such as solar, wind, hydro, and biomass energy. Non-renewable resources like coal, oil, and natural gas are finite ... that future generations have access to reliable energy sources without depleting the planet's natural reserves....
Mesh Analysis for Circuits Explained | Electrical Engineering
279 questions
206 answers
59.5k users