Explanation : Prototyping, iterative, are well known software process model. In time boxing model, development is done iteratively as in the iterative enhancement model but in time boxing model, each iteration is done in a timebox of fixed duration. Glass boxing model is a software testing pattern. So, option (D) is correct
Explanation : x ≥ 1, y ≥ 2, z ≥ 3, we have to subtract these constraints from total number of choices: i.e. 29-(1+2+3+0) = 23 (23 + 4 - 1)C23 = 2600 So, option (B) is correct.
Explanation : E-banking uses electronic means to transfer funds directly from one account to another rather than by cheque or cash. E-banking is faster then other modes of banking and it saves time as well as resources. It is much safer then cash and cheque and payment gateway is present on the same platform where the market place available. In this mode merchant and bank have their own agreement of privacy and transaction rates. So, option (B) is correct.
Explanation : In inorder traversal first we traverse left node then root node and then right node: In the following tree
we first go to the leftmost node then its root after that right i.e. 2 4 3 13 7 6 15 17 20 18 18. In rest of the option inorder property is violating. So, option (D) is correct.