If 12=4, 22=10, 32=21 then 42=__?
Answer Posted / pratap reddy
12=4
22=10 here 10=((4*2)+2)
32=21 here 21=((10*2)+1)
41=? here ?=((21*2)+0) so ans=42
| Is This Answer Correct ? | 13 Yes | 9 No |
Post New Answer View All Answers
A type of functional testing, which investigates the functions relating to the detection of threats, such as virus from malicious outsiders?
What is dynamic testing?
What is recovery/error testing?
wat r d schedules for testing?
What is defect analysis?
Explain how to test documents in a project that span across the software development lifecycle?
what is the meaning of Field Level Validation & Form Level Validation??
you are a SQA lead on a project that uses an agile development environment, The lead developer has been instructed to write and initially-failing automated test case, then produce minimum amount of code to pass the test and finally refactor the new code to acceptable standards. based on above, Which type of SQA-focused SDLA is being used?
What is execution?
What is Functional, Non-Functional, and Regression Testing used for (i.e. the purpose of each)?
Mention the difference between data driven testing and retesting?
Explain acceptance testing?
A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stages.
What is assertion testing?
What is difference between Agile and V model? Explain