Question: Using Normalized Scientific Notation, how many bits do we use to store the mantissa? After Ist = [1, 2, 1, 5, 3, 7, 2, 1,

Using Normalized Scientific Notation, how many bits do we use to store the mantissa? After Ist = [1, 2, 1, 5, 3, 7, 2, 1, 3] is executed, which statement will add 18 to the end of the list. Select one: Ist.append(18) more than one of the answers is correct Ist[len(Ist)] = 18 Ist.add(18) none of the answers are correct O Ist = Ist + 18
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
