A company stores employee IDs as 8-bit binary numbers. The company is expanding and needs to accommodate more employees.
a) Explain why an 8-bit binary number system might be insufficient for storing employee IDs in an expanding company.
b) Binary search algorithm can be used to quickly find employee records by name in memory.
Describe two condition that the data structure holding employee records must have.
c) Write pseudocode to convert a denary (base 10) number to an 8-bit binary number.