virtual-labs-archive / data-structures-iiith

This repository contains sources to Data Structures Lab IIITH.
https://cse01-iiith.vlabs.ac.in/
Other
1 stars 73 forks source link

numbersystem_simulation #141

Open KanishAnand opened 5 years ago

KanishAnand commented 5 years ago

Defect Description In section of binary numbers when we have input nothing and still we click multiply button it initially shows no output but after few seconds it starts to give an infinite sequences of increasing 0's. Steps to reproduce the issue Go to Data Structure Lab and then go to list of experiments and open up experiment of number system.Go under simulation heading and click on binary system.Now input nothing in two input bars and still click multiply button and wait for few seconds. Expected Result Either it should alert for no input or it should treat default values to be zero but still should not show that infinite growing sequence of 0's. Actual Result It gives no clear output and instead gives a growing infinite sequence of 0's screenshot from 2019-03-08 18-14-23 screenshot from 2019-03-08 18-13-29