Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Dolphins and humans are both mammals, but their last common ancestor lived much earlier than 60-65 million years ago. The mammalian evolutionary tree shows that primates (humans) and cetaceans (dolphins) diverged from early mammalian ancestors around 95-100 million years ago, long before the 60-65 million year timeframe specified in the question.

Multiple choice general knowledge science & technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Polar bears appear nearly invisible to infrared cameras not because of transparent fur, but because of exceptional thermal insulation. Their thick blubber and hollow guard hairs trap heat so effectively that very little body heat escapes to the surface. This makes them show up as cold (same temperature as surrounding ice) in infrared imaging, effectively camouflaging them from thermal detection.

Multiple choice general knowledge science & technology
  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This statement has grammatical issues ('each year of their life' implies an annual rate vs lifetime total). While it's true that humans accidentally consume insect fragments in processed foods (FDA defect action levels allow small amounts), the specific claim of '430 bugs each year' lacks clear scientific documentation. The number appears to be an urban legend without reliable sourcing.

Multiple choice general knowledge science & technology
  1. Debit Card

  2. Smart Card

  3. Credit Card

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A debit card functions like an electronic check because it deducts funds directly from a checking account at the time of transaction, similar to how a paper check works. Credit cards extend credit, smart cards have embedded chips, and debit cards are the closest electronic equivalent to checks.

Multiple choice general knowledge science & technology
  1. Magnetic Stripe Card

  2. Smart Card

  3. Fleet Card

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Fleet cards are payment cards specifically for vehicle fuel and maintenance expenses, but they're not a payment card technology like magnetic stripe or smart card technologies. They're a specialized application layer that uses existing payment card technology, not a technology themselves.

Multiple choice general knowledge science & technology
  1. Pentium

  2. x86

  3. Pentium 286

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The x86 architecture is the generic name for Intel processors that followed the 8086 processor, including the 80286, 80386, 80486, Pentium, and subsequent processors. The name comes from the 8086 processor and the '86' naming convention that continued through the family.

Multiple choice general knowledge science & technology
  1. Video & Graphics

  2. Text & Images

  3. programs

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

V-RAM (Video Random Access Memory) is specialized memory designed to store video and graphics data that the computer's display hardware needs to render images on screen. It's dual-ported memory, allowing the CPU to write to it while the video controller reads from it simultaneously for smooth display output.

Multiple choice general knowledge science & technology
  1. My network

  2. Virtual private Network

  3. Social Network

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A Virtual Private Network (VPN) creates a secure, encrypted connection over a public network like the Internet. All data passing through a VPN is scrambled, making it unreadable to interceptors, which provides privacy and security for sensitive information transmitted online.

Multiple choice general knowledge science & technology
  1. Create Databases

  2. Create & Modify Databases

  3. Create, Modify & Query Databases

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

SQL (Structured Query Language) is a comprehensive database language that supports creating database structures, modifying existing data and schemas, and querying data to retrieve specific information. DDL commands handle creation, DML handles modification, and DQL handles querying.