Tag: technology

Questions Related to technology

  1. defined as

  2. refers

  3. owned by

  4. defined by

  5. includes

  6. has


Correct Option: A,C,E,F
  1. known as

  2. has

  3. qualified by

  4. includes

  5. refers to

  6. qualified as


Correct Option: A,D,E,F
  1. defined as

  2. refers

  3. owned by

  4. includes

  5. extended by

  6. known by


Correct Option: B,F
  1. Physical

  2. Update

  3. Resequence

  4. Retrieval

  5. Span

  6. Query


Correct Option: A

What is the output of the below JavaScript?


with(Math){               
     alert(pow(2,3));       
}   
  1. 8

  2. 9

  3. error

  4. 6


Correct Option: A