A Level Computer Science Crossword

12345678910111213141516
Across
  1. 4. A number system that uses only two digits 0 and 1
  2. 6. Nodes connected together, direction specified
  3. 7. Data structure that maps keys to values
  4. 10. A datatype that has one of two possible values.
  5. 13. Order of variables does not matter
  6. 14. This process allows the programmer to work with sets of bits through logical bitwise operations
  7. 15. A number system that represents numbers using a base of 16
  8. 16. An example... Not not A
Down
  1. 1. An ordered set of data elements, each containing a link to its successor or predecessor
  2. 2. An immutable list
  3. 3. Device that acts as a building block for digital circuits
  4. 5. Tabular method of simplifying boolean expressions
  5. 8. FIFO
  6. 9. Method to represent signed integers on a computer
  7. 11. Process of moving the binary point of a floating point number to provide maximum level of precision for given number of bits
  8. 12. LIFO