Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. only liquids

  2. soilid or liquids

  3. solid or gaseous

  4. liquid or gaseous

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

Non-metals exist in all three states - solid (sulfur, carbon), liquid (bromine at room temperature), and gaseous (oxygen, nitrogen). At room temperature, most are either solids or gases. Option B contains a typo ('soilid' instead of 'solid').

Multiple choice general knowledge science & technology
  1. optomology

  2. physics

  3. thermo-nuclear mechanics

  4. electronics

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

Physics is the fundamental science that studies matter, energy, and their interactions - encompassing light, heat, electricity, and mechanical energy. Optomology (option A) relates to eye care and vision. Thermo-nuclear mechanics (C) is a specialized subfield, and electronics (D) focuses only on electrical circuits and devices, making physics the correct broad answer.

Multiple choice general knowledge science & technology
  1. multiplexers

  2. Boolean expressions

  3. logic gates

  4. All of these

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

Karnaugh map (K-map) is a graphical method used to simplify Boolean expressions in digital logic design. It provides a systematic way to reduce complex Boolean expressions to their minimal form, which is essential for optimizing digital circuits. While K-maps are used in designing logic gates and multiplexers, their primary purpose is simplifying the underlying Boolean expressions.

Multiple choice general knowledge science & technology
  1. OR gates

  2. OR & AND gate

  3. Flip-flops

  4. All of these

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

A register in digital electronics is a group of flip-flops used to store multiple bits of binary data. Each flip-flop can store one bit, so multiple flip-flops are combined to create registers that store bytes or words. Registers are NOT made of OR gates or combinations of logic gates - those are used for combinational logic, not data storage.

Multiple choice general knowledge science & technology
  1. 1 bit

  2. 2 bit

  3. 8 bit

  4. 16 bit

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

Each flip-flop stores exactly one bit of binary information (0 or 1). This is fundamental to digital electronics - flip-flops are the basic building blocks for memory and registers. Multiple flip-flops can be combined to store multiple bits (8 flip-flops for a byte, 16 for a word, etc.), but each individual flip-flop holds only one bit.