Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Micro mouse

  2. Maze solver

  3. Image Processing

  4. All the above

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

Flood Fill algorithm is used in all three applications: micromaze solving (maze traversal), image processing (paint bucket tools, region filling), and general maze solving algorithms. It's a fundamental algorithm for region-based operations.

Multiple choice general knowledge science & technology
  1. TTL Logic circuit

  2. Analogue Circuits

  3. Micro controller

  4. Both 1 & 2

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

BEAM robotics emphasizes simple control circuits using minimal components. TTL (Transistor-Transistor Logic) is a digital logic family that can be used to implement the nervous network behaviors characteristic of BEAM robots. While BEAM often uses discrete analog components, TTL logic circuits provide a viable implementation path for these biomimetic systems.

Multiple choice general knowledge science & technology
  1. 8051

  2. AVR

  3. PIC

  4. None

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

The AVR microcontroller family, developed by Atmel (now Microchip), was one of the first to feature on-chip flash memory for program storage. This made it revolutionary compared to contemporary options like the 8051 (which typically used external ROM/EPROM) and early PIC microcontrollers (which used EPROM). The flash memory allowed for easy reprogramming without UV erasure.

Multiple choice general knowledge science & technology
  1. 256 BYTES

  2. 512 BYTES

  3. 128 BYTES

  4. 1024 BYTES

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

A standard 16x16 micromouse maze has 256 cells. Using the flood fill algorithm, each cell requires 2 bytes (one for mapping/distance value and one for visited state or direction). Additionally, the algorithm needs working memory for the stack/queue during traversal. This brings the total to approximately 512 bytes - a reasonable footprint for resource-constrained microcontroller systems.

Multiple choice general knowledge science & technology
  1. Li-ion

  2. Li-polymer

  3. Ni-Cad

  4. Ni-Mh

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

Lithium-polymer batteries are lighter than lithium-ion batteries with equivalent capacity due to their pouch-style flexible packaging that eliminates the rigid metal canister. Both Li-ion and Li-polymer offer superior energy density compared to older Ni-Cd and Ni-MH chemistries, but the polymer variant's construction makes it the lightest option per unit of energy stored.

Multiple choice general knowledge science & technology
  1. True

  2. False

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

Servo motors typically deliver higher torque than stepper motors of similar size due to their closed-loop feedback system and optimized gear trains. The feedback mechanism allows servos to apply maximum available torque to maintain position, while steppers may skip steps if overloaded. Additionally, servo gearing multiplies torque effectively, making them superior for high-torque applications.