Defect Description:the number of bits required to represent a given number n is ceil(log2(n)) and this can be found by dividing the given number by 2 until the quotient is zero but,we have to count the number of steps we got until the quotient becomes zero which is not mentioned.steps to reproduce:1.click on problem solving lab.2.click on list of experiments.3.then go to numerical representation.4.click on theory.5.go through the problem 1expected result:the number of bits required to represent a given number n can be obtained by counting the steps until n/2 becomes zero(including).actual result:we have to count the number of steps in order to determine the number of bits required but it is not given.label:category:bugtype of issue:functionality
Defect Description:the number of bits required to represent a given number n is ceil(log2(n)) and this can be found by dividing the given number by 2 until the quotient is zero but,we have to count the number of steps we got until the quotient becomes zero which is not mentioned.steps to reproduce:1.click on problem solving lab.2.click on list of experiments.3.then go to numerical representation.4.click on theory.5.go through the problem 1expected result:the number of bits required to represent a given number n can be obtained by counting the steps until n/2 becomes zero(including).actual result:we have to count the number of steps in order to determine the number of bits required but it is not given.label:category:bugtype of issue:functionality