★ Technology Trivia

Technology Trivia Questions & Answers

14 questions about GPS, passwords, AI, mirrors, spam filters, and the hidden systems around us - tap an option to see the answer and the why.

Technology trivia works best when it gives you closure, not just a score. Each card below starts with a tiny information gap: you half-know the device, the app, or the system, then the explanation snaps the mechanism into place. That is the MillionWhys version of tech learning: one small answer that makes the everyday world a little less opaque.

Easy

Easy
Why do mirrors reflect your face clearly but rough walls don't?
#diy#physics#optics#photography
ASmooth surfaces reflect light rays in parallel directions
Correct - When light hits a smooth surface like a mirror, the microscopic flatness means all light rays bounce off at the same angle (angle of incidence equals angle of reflection). This 'specular reflection' preserves the image. Rough surfaces have tiny bumps and valleys that scatter light in random directions ('diffuse reflection'), destroying the image but making the surface visible from all angles.
BMirrors contain special chemicals that capture light
Not quite - Mirrors do not contain chemicals that 'capture' light. A typical mirror is simply glass with a thin aluminum or silver coating on the back. The reflection happens because of the smooth surface geometry, not chemical properties. Even polished metal or calm water can create clear reflections without special chemicals.
CRough surfaces absorb all the light that hits them
Not quite - Rough surfaces actually reflect most light - that is why you can see a white wall! The wall appears white because it reflects light in all directions (diffuse reflection). If it absorbed all light, it would appear black. The difference is not absorption versus reflection, but organized reflection (smooth) versus scattered reflection (rough).
Answer this question
Why does antivirus software need updates?
Easy
Why does antivirus software need updates?
#cybersecurity#antivirus#privacy#malware
AOld viruses become stronger
Not quite - Old viruses don't change. New malware variants constantly appear—antivirus needs updated definitions to recognize and block them.
BNew malware appears constantly
Correct - Malware evolves constantly—thousands of new variants daily. Antivirus uses: (1) Signature-based detection—database of known malware patterns. (2) Heuristic analysis—detecting suspicious behavior. (3) Machine learning—identifying new threats. Updates add new signatures and improve detection algorithms. Without updates, antivirus can't recognize new threats. Update frequency matters—daily updates recommended!
CUpdates increase scan speed
Not quite - Updates may improve performance, but primary purpose is adding new malware definitions to detect emerging threats.
Answer this question
Why use incognito mode?
Easy
Why use incognito mode?
#cybersecurity#browsers#technology#privacy
AHides location completely
Not quite - Incognito doesn't hide your IP or location—ISPs and websites still see you. It only prevents local history saving.
BDoesn't save browsing history
Correct - Incognito/Private mode prevents the browser from: (1) Saving browsing history. (2) Storing cookies after session ends. (3) Remembering passwords/form data. Useful for shared computers or privacy. BUT: ISPs, websites, and network admins can still track you. Not anonymous—just doesn't save local traces. For true anonymity, use VPN or Tor!
CBlocks all advertisements
Not quite - Incognito doesn't block ads—it prevents local history storage. Ad blockers are separate tools. Incognito stops browser from saving your activity.
Answer this question

Medium

Medium
Why does the Navier-Stokes equation help design efficient car shapes?
#simulation#aerodynamics#engineering#cars
AIt predicts how air flows around the car to minimize drag
Correct - The Navier-Stokes equations describe fluid motion mathematically. Engineers use computer simulations to solve these equations and see how air flows over different car designs. This reveals areas of high drag, turbulent vortices, and pressure differences. By testing thousands of virtual shapes, they find designs that slip through air smoothly, reducing fuel consumption by up to 20% compared to boxy designs.
BIt calculates the car's weight distribution for better balance
Not quite - While weight distribution is important for car handling, it involves principles of mechanics and center of mass, not fluid dynamics. The Navier-Stokes equations specifically describe how fluids like air and water move and interact with surfaces. Weight calculations use Newton's laws of motion, not fluid flow equations.
CIt measures the engine temperature to prevent overheating
Not quite - Engine temperature management involves thermodynamics and heat transfer, not aerodynamics. While there are equations for heat flow, the Navier-Stokes equations specifically model fluid motion like air flowing around the car's exterior. Temperature sensors and cooling system designs use different physical principles than those governing aerodynamic efficiency.
Answer this question
Medium
Why do tinted glasses make bright outdoor light feel easier on the eyes inside a car?
#sunglasses#driving#glare
AColor temperature adjustment soothes eyes
This is a common misconception. While colored tints can change color perception, the primary comfort from tinted glasses comes from reducing the overall brightness, not adjusting color temperature. Some tints like amber may improve contrast in specific conditions, but the main effect is still light reduction.
BReduced light transmission reduces glare
Correct - Tinted glasses absorb some of the incoming light, lowering the total light intensity that reaches the eyes. This reduces glare and the need for your pupils to constrict as much, making bright outdoor light feel much more comfortable. This is why even lightly tinted or polarized lenses can be effective.
CBlocking ultraviolet radiation protects eyes
Many people think UV protection is the key, but UV rays don't contribute significantly to brightness perception. While UV protection is crucial for long-term eye health, it does not affect how bright the light appears. In fact, clear glasses can block UV without reducing glare at all.
Answer this question
Medium
Why did Japanese rice farming create the cultural value of 'wa' (harmony)?
#history#agriculture#culture#japan
AShared irrigation systems required precise coordination between farms
Correct - Japanese rice paddies used terraced fields where water flowed from higher to lower plots. Each farmer controlled water gates that affected downstream neighbors. If one person used too much water or released it at the wrong time, entire villages could face crop failure. This physical interdependence made cooperation (wa) essential for survival, not just a philosophical ideal. Communities developed detailed schedules and rules for water sharing that required constant communication and compromise.
BRice plants grow better when farmers meditate together in the fields
Not quite - While some agricultural rituals existed, rice plants respond to water, sunlight, and nutrients, not human meditation. The practical need for 'wa' came from the engineering reality of shared water systems. One farmer's gate control could flood or dry out neighboring fields, making technical coordination far more important than spiritual practices. The cultural value emerged from solving real irrigation problems.
CAncient emperors mandated teamwork through religious ceremonies
Not quite - Though emperors influenced culture, 'wa' developed organically from farming communities facing shared challenges. The terraced paddy system meant water management required village-wide cooperation long before central authority could enforce it. Farmers created 'wa' principles themselves because their irrigation networks physically connected their fates. Religious ceremonies came later to reinforce already-existing practical cooperation habits born from hydraulic necessity.
Answer this question
Why do passwords need special characters?
Medium
Why do passwords need special characters?
#cybersecurity#technology#privacy
ATo prevent copy-pasting passwords
Not quite - Special characters don't prevent copying. They increase password entropy—more possible combinations, making brute-force attacks harder.
BSlow down typing speed
Not quite - Slowing typing isn't the goal. Special characters expand the character set (letters + numbers + symbols), exponentially increasing cracking time.
CIncrease cracking difficulty
Correct - Password strength depends on entropy—possible combinations. Using only lowercase (26 chars): 8-char password = 26^8 combos. Adding uppercase, numbers, symbols (~94 chars): 94^8 combos—thousands of times stronger! Special characters prevent dictionary attacks (common words) and brute force. Modern recommendations: length matters most (12+ chars), but character variety helps. Password managers handle complexity!
Answer this question
Why do emails go to spam?
Medium
Why do emails go to spam?
#cybersecurity#technology#email#privacy
AFilters detect suspicious patterns
Correct - Spam filters use machine learning analyzing: (1) Content—suspicious keywords ('free money', excessive caps). (2) Sender reputation—known spammers, authentication (SPF, DKIM). (3) Behavior patterns—mass sending, similar to reported spam. (4) Links/attachments—malicious URLs. (5) User feedback—training the filter. False positives happen—check spam folders regularly!
BEmails arrive too quickly
Not quite - Arrival speed isn't the main factor. Filters analyze content patterns, sender reputation, and known spam characteristics.
CAttachments are too large
Not quite - Attachment size doesn't trigger spam filters. Filters look for malicious content, suspicious patterns, and sender reputation.
Answer this question
Medium
Why can the Navier-Stokes equation predict how smoke spreads in a burning building?
#simulation#fluiddynamics#engineering#firesafety
AIt treats smoke as a flowing fluid and calculates its movement based on pressure, temperature, and resistance
Correct - The Navier-Stokes equations describe fluid motion by balancing forces like pressure gradients, viscous friction, and gravity. Smoke is a mixture of hot gases and particles that behaves like a fluid. The equations calculate how this 'fluid' flows through corridors, up stairwells, and around obstacles based on temperature-driven buoyancy (hot smoke rises), pressure differences (smoke flows from high to low pressure areas), and air resistance. This allows safety engineers to simulate evacuation routes and design ventilation systems.
BIt measures the chemical composition of smoke particles to determine their weight and settling speed
Not quite - While smoke does contain particles, the Navier-Stokes equations focus on fluid dynamics, not chemical analysis. The equation does not measure composition or particle weight directly. Instead, it models how the bulk flow of gas moves through space. Chemical properties might affect density slightly, but the primary mechanism is treating smoke as a continuous fluid medium governed by pressure, velocity, and viscosity relationships, not individual particle chemistry.
CIt uses heat sensors to track temperature changes and assumes smoke follows the hottest path
Not quite - The Navier-Stokes equations are mathematical models based on conservation of mass, momentum, and energy, not sensor measurements. While temperature does affect smoke movement through buoyancy effects (hot gases are less dense and rise), the equation does not 'use sensors' or assume smoke follows the hottest path. Instead, it calculates the entire velocity field of the fluid based on pressure gradients, viscous forces, and body forces like gravity, predicting complex flow patterns including eddies and turbulence.
Answer this question
Why do emojis exist?
Medium
Why do emojis exist?
#visuallanguage#digitalcommunication#internetculture#emojis
ABypass character limits
Not quite - Emojis count as characters. Their purpose is expressing emotion and tone that's lost in plain text communication.
BExpress emotion in text
Correct - Text lacks vocal tone and facial expressions. Emojis add emotional context—😊 vs 😂 vs 😢 change meaning. Unicode Consortium standardizes emojis across platforms. Benefits: (1) Convey tone/sarcasm. (2) Cultural expression. (3) Visual communication. (4) Universal (mostly)—transcend language. 3000+ emojis exist! Started in Japan (1990s), now global standard!
CWork across all devices
Not quite - Unicode standardization helps cross-device compatibility, but emojis primarily add emotional expression to text communication.
Answer this question
Medium
Why do boxers use smart gloves with sensors during training?
#technology#boxing#wearables#fitness
ATo measure punch speed, power, and technique for better training feedback
Correct - Smart gloves use accelerometers and force sensors to capture detailed metrics about each punch - including speed (some reach 45 mph), impact force, punch count, and hand positioning. This data helps boxers identify weak techniques, track improvement over time, avoid overtraining, and reduce injury risk by monitoring when fatigue affects form. Coaches can analyze this objective data instead of relying only on visual observation.
BTo automatically inflate the padding when detecting an incoming punch
Not quite - While some protective gear uses air cushioning, smart gloves do not inflate automatically. The sensors inside measure motion and impact data, not trigger mechanical inflation systems. Reactive padding that inflates on impact would be too slow (punches land in milliseconds) and would add too much weight and complexity to be practical for training gloves.
CTo send electric signals that strengthen hand muscles during workouts
Not quite - Smart gloves are passive measurement devices that record data, they do not deliver electrical muscle stimulation. EMS (electrical muscle stimulation) devices do exist separately for strength training, but mixing them with impact sports equipment would be dangerous - you need full voluntary muscle control when boxing. The sensors only track your natural punches, they do not enhance muscle performance.
Answer this question

Hard

Why does GPS need multiple satellites?
Hard
Why does GPS need multiple satellites?
#gps#satellites#navigation#space
AIncrease signal strength
Not quite - More satellites don't strengthen signal. Multiple satellites are needed for trilateration—calculating distance from each to pinpoint your location.
BCover more geographic area
Not quite - Constellation coverage matters, but even in one area, your device needs signals from 4+ satellites simultaneously for 3D positioning.
CCalculate precise position
Correct - GPS uses trilateration. Each satellite transmits time-stamped signals. Your device calculates distance from signal travel time (light speed). 3 satellites determine 2D position (latitude, longitude), 4th adds altitude. More satellites improve accuracy. The GPS constellation has 24-32 satellites ensuring 4+ are always visible anywhere on Earth. Math requires multiple measurements!
Answer this question
Hard
Why can't quantum computers immediately revolutionize AI today?
#quantum#ai#futurism
AThey're too fragile and error-prone for most AI tasks
Correct - Quantum computers must operate at temperatures colder than outer space (near absolute zero) and their 'qubits' lose information within microseconds. Current quantum systems have high error rates and only solve very specific mathematical problems. Most successful AI today (like image recognition and language models) relies on massive data processing where classical computers excel, not the narrow optimization tasks where quantum computers show advantage.
BAI algorithms can't be translated to quantum format
Not quite - Researchers have already developed quantum versions of machine learning algorithms like quantum neural networks and quantum support vector machines. The translation isn't the bottleneck... the problem is that current quantum hardware is too unstable and error-prone to run these algorithms reliably on real-world data at useful scales.
CThey're fast but AI needs storage capacity instead
Not quite - While storage matters for AI, quantum computers actually struggle with memory... qubits can't store information long-term like classical bits. The real issue is reliability: quantum computers make too many errors during calculations. AI tasks like training neural networks need billions of consistent, accurate operations, which today's noisy quantum processors can't deliver.
Answer this question
Hard
Why can Navier-Stokes equations help design quieter car aerodynamics?
#simulation#noise#aerodynamics#engineering
AThey predict turbulent airflow patterns that create noise around the car
Correct - The Navier-Stokes equations simulate how air flows around a car's surface. When air separates from the body or hits sharp edges, it creates turbulent vortices and pressure waves that generate 'wind noise.' Engineers use these simulations to identify problem areas like side mirrors, door seams, and roof edges, then redesign them with smoother shapes to reduce turbulence and noise.
BThey calculate the exact sound frequency produced by the car engine
Not quite - While the Navier-Stokes equations describe fluid motion, they do not directly calculate engine sound frequencies. Engine noise is a mechanical vibration problem, not an aerodynamic one. The equations help with wind noise (air flowing over the car), not engine noise.
CThey measure the thickness of soundproof materials needed for the car
Not quite - The Navier-Stokes equations model fluid dynamics, not material properties. They cannot determine soundproofing material thickness. Those calculations require acoustic engineering methods that consider material density, absorption coefficients, and vibration damping, which are separate from airflow analysis.
Answer this question

Keep the tech curiosity going

Every question links back to the live Daily experience, so you can answer it in context and keep exploring related whys across science, security, AI, and everyday engineering.

Play Daily Questions

FAQ

What is technology trivia?

Technology trivia asks how digital and engineered systems actually work: GPS satellites, passwords, spam filters, incognito mode, quantum computers, sensors, and other tools people use without seeing the mechanism.

Are these technology trivia questions beginner friendly?

Yes. The set mixes easy, medium, and hard cards, and every answer includes the why behind it so a wrong guess still teaches something useful.

Can I use these questions for a quiz night?

Yes. The cards are written as multiple-choice questions with answers and explanations, so they work for a casual tech quiz, classroom warm-up, or personal curiosity break.

What does this have to do with AIgneous Million Whys?

MillionWhys treats each question as a small curiosity spark. Technology is full of half-known systems; answering one well gives real closure and makes the next hidden mechanism easier to notice.