Quantitative Reasoning 20

2b. (10 points) What are the binary and decimal (assuming binary is first signed and then unsigned) equivalents of the following hexadecimal numbers. 0xff 2. 0x32 3. 0x84. 3. (15 points) The following Python function (again no comments, TSK!,TSK!) is supposed to return the positions of the largest and smallest values, in that order, in a list ... ................
................