Tag: programming languages

Questions Related to programming languages

Which of the following statements is true?

  1. CONTINUE statement gives control to the verb following the next period.

  2. NEXT SENTENCE gives control to the verb after the explicit scope terminator.

  3. CONTINUE gives control to the verb after the explicit scope terminator.

  4. None of the above


Correct Option: C

With respect to CBD, which one of the below statements is correct?

  1. Used to assemble software system from the existing Software components.

  2. Used to develop new component.

  3. Both

  4. None


Correct Option: C
  1. oper1->canBeInvokedBy->oper2

  2. oper1-> InterModuleCallFrom->oper2

  3. oper1->owner->oper2

  4. oper1->InterModuleCall->oper2


Correct Option: D

Validate User Model action validates

  1. Construction level defects

  2. Design level defects

  3. Analysis level defects

  4. Testing defects


Correct Option: B

What is Model Shared Pool (MSP)?

  1. Common place on build server to store Q++ code versions

  2. Common place in version control system to store Q++ code versions

  3. Common place in Model to store Component versions

  4. Common place in Model to store Component Interfaces


Correct Option: C

What are essentials for component development? Select all that apply.

  1. Independent components specified by their interfaces.

  2. Component standards to facilitate component integration.

  3. Middle ware that provide supports for component interoperability.

  4. A development process that is geared to reuse.


Correct Option: A,D