What is Basic Block

A sequence of one or more consecutive, executable statements containing no branches.

Showing Answers 1 - 3 of 3 Answers

Ajit

  • Sep 28th, 2005
 

During the time of Testing tester makes the build into batches then the batches are kept into in queue then at the time of processing of testcases (i.e Test execution) If the test pass then tester will continue for next testcase if there is fail in execution then at that time the next batches are stoped that is called blocked .At that time tester gives this defect in a defect report to the development team then after receiving modified build from developer tester again start that defect again for execution then at that time the defect is not passed then it is called closed.

  Was this answer useful?  Yes

Hi

Basic Block:  is code that has one entry point (i.e., no code within it is the destination of a jump instruction), one exit point and no jump instructions contained within it. The start of a basic block may be jumped to from more than one location. The end of a basic block may be a jump instruction or the destination of a jump instruction. Basic blocks are usually the basic unit to which compiler optimizations are applied.

Thanks and Regards
Bindu Dey

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions