Tag: science & technology

Questions Related to science & technology

Multiple choice general knowledge science & technology
  1. Quartz crystal

  2. Titanium needle

  3. Laser beam

  4. Barium titanium ceramic

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

CD players use laser beam technology to read digital data stored as microscopic pits on the disc surface. The laser reflects off these pits, and the reflection pattern is converted to audio signals. Quartz crystals are for timing, titanium needles are for vinyl records, and barium titanium ceramic is a piezoelectric material.

Multiple choice general knowledge science & technology
  1. Reflection and diffraction

  2. Reflection and transmission

  3. Diffraction and transmission

  4. Refraction, diffraction and transmission

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

The CD surface acts as a diffraction grating with microscopic tracks that split white light into component colors. As sunlight hits the surface, refraction occurs at the air-CD interface, diffraction happens at the pits/tracks, and transmission through the thin reflective layer combines to create rainbow patterns. This is why CDs show spectral colors like soap bubbles or oil films.

Multiple choice general knowledge science & technology
  1. Encoding of data

  2. Transmission of data

  3. Manipulation of data

  4. All of the above

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

Computer errors can originate at multiple stages: encoding (converting data to machine-readable form), transmission (data transfer errors due to noise or interference), and manipulation (processing errors like overflow or logic bugs). Since all three stages are potential error sources, the correct answer includes all options.

Multiple choice general knowledge science & technology
  1. Interpreter

  2. Loader

  3. Complier

  4. Assembler

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

An interpreter translates and executes high-level language code line by line, converting each statement to machine code before running it. A compiler converts the entire program at once, a loader loads programs into memory, and an assembler converts assembly language to machine code.

Multiple choice general knowledge science & technology
  1. Calculator

  2. Micro computer

  3. Analog computer

  4. Micro processor

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

A stored program machine can store instructions in memory and execute them sequentially, which is the defining feature of computers. Microcomputers are general-purpose computers with this capability. Calculators are not programmable, analog computers don't use stored programs, and a microprocessor is just a component.

Multiple choice general knowledge science & technology
  1. Charles Babbage

  2. Newton

  3. Pascal

  4. Peano

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

Blaise Pascal invented the Pascaline in 1642, an early mechanical calculator that could perform addition and subtraction. Charles Babbage designed the Analytical Engine (a general-purpose computer), Newton made contributions to calculus and physics, and Peano was a mathematician known for axioms.

Multiple choice general knowledge science & technology
  1. Time Sharing

  2. Online Processing

  3. Interactive Processing

  4. All of the above

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

Concurrent processing through CRT terminals involves multiple users sharing one computer via time-sharing, with online processing for immediate response, and interactive processing for user dialogue. All three terms describe aspects of this multi-user concurrent access paradigm.