Question
What does BIOS stand for?

Answers

Basic Input/output System.   Your Comment






Search
Can you Answer!!
  • Q Deuterium is ______ of Hydrogen?
  • Q Why is a vacuum breaker used on shell and tube heat exchangers that are utilizing steam as the heating utility?
  • Q What is a "closure" in javascript? provide an example
  • Q Saif Ali Khan has won National Film Award for the category of
  • Q What is sterilization and disinfection?
  • Q Instrument for measuring work performed is called
  • Q What are stored procedures? how is it useful?
  • Q Why are the bacilli arranged at angles to each other?
  • Q Temperate Cyclone are characterized by which side?
  • Q What is New modifiers?
  • Q f1() { f(3); } f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0; } What is the value of c?