Data Fundamentals (H) - Week 02 Quiz

1. x is (15,4). y is (15,). How would I add the values in y to each row of x?

2. x is shape (3,3). What does the operation x[:, [1,0,2]] do?

3. A strided array data structure means that:

4. Not a number (NaN) is represented in IEEE 754 as:

5. Which of these is not a IEEE 754 floating point exception?

6. x is (10,4) and y is (4,4). Which of these operations results in x and y joined into a (14,4) array?