Tag: technology

Questions Related to technology

  1. all key value pairs are copied but in random order

  2. all key value pairs are copied in proper order

  3. all key value pairs from def may not be copied into abc

  4. syntax error


Correct Option: A

what is the output for printf ("%06.2f", \$amt) when \$amt = 9.355 ?

  1. 9.3550

  2. 9.4

  3. 009.40

  4. Error


Correct Option: C
  1. 1 can only be called with predecleration of complex_num

  2. 1 and 2 are same

  3. 2 can only be called with predecleration of complex_num

  4. 1 is reference to a subroutine


Correct Option: C
  1. Test Planning and Design

  2. Test Analysis and Control

  3. Test Planning and Control

  4. Test execution and reoprting


Correct Option: C
  1. It is cheaper than designing tests during the test phases

  2. It helps prevent defects from being introduced into code

  3. Tests designed early are more effective than tests designed later

  4. It saves time during the testing phases when testers are busy


Correct Option: B
  1. Tool support for performance and monitoring

  2. Tool support for static testing

  3. Tool support for test execution and logging

  4. Tool support for management of testing tools


Correct Option: C
  1. Identifying defects

  2. Fixing defects

  3. Both A & B

  4. None of the above


Correct Option: A