This document provides instructions for a group assignment on data structures and algorithms. It contains 4 questions:
1. Determine the output of sample C++ code that performs a binary search on an array to find a given input value.
2. Represent -8, 8, and 0.3125 in their corresponding 4-bit signed integer and 16-bit floating point binary formats or explain why it is not possible.
3. Circle properties that describe arrays as a data structure and explain the selection. The properties are basic/compound, static/dynamic, and linear/non-linear.
4. For a 3D array stored in column-wise format: a) calculate the address of a given element, and b