491. ____________ statement is an unconditional transfer of control statement:
Correct answer: (A)
Goto
492. In Goto statement the place to which control is transferred is identified by a statement ____________:
Correct answer: (A)
Label
493. The continue statement is used to transfer the control to the ____________ of a statement block in a loop:
Correct answer: (B)
Beginning
494. The ____________ statement is used to transfer the control to the end of statement block in a loop:
Correct answer: (B)
Break
495. ____________function is used to transfer the control to end of a program which uses one argument( ) and takes value is zero for ____________ termination and non-zero for termination ____________:
Correct answer: (A)
Exit( ),normal, abnormal
496. To design a program it requires____________:
Correct answer: (A)
Program specification
497. Testing helps to ensure ____________ of the program for use within a system:
Correct answer: (B)
Quality, accuracy and acceptance
498. An unstructured program uses a ____________ approach to solve problems:
Correct answer: (C)
Both a & b
499. In a complex program, the ____________ overlaps:
Correct answer: (A)
Branching
500. How many structures structured programs are written:
Correct answer: (A)
3