Programming Languages

123456789101112
Across
  1. 1. Which type of program acts as an _____ between a user of a computer and the computer hardware?
  2. 3. In computer science, a dynamic _____ is a random access, variable-size list data structure that allows elements to be added or removed.
  3. 7. Yes, I like having both implicit and _____ control over dummy variables.
  4. 11. In Lisp, seeing the opening _____ "(" means we are going to start a new list.
  5. 12. A _____ tree is a representation of the code closer to the concrete syntax.
Down
  1. 2. Decimal _____ is the representation of a fraction using the base 10 along with a decimal point.
  2. 4. _____ numbers are also referred to as fixed point numbers; the other three numerical types are called floating point numbers.
  3. 5. Object-oriented programming (OOP) is a method of structuring a program by _____ of bundling related properties and behaviors into individual objects.
  4. 6. In Java, objects are _____ into classes according to their behavior.
  5. 8. IoT is set to increase at a rapid _____ in the coming years.
  6. 9. To keep the order of the queue you need to maintain a _____ to the front and one to the rear.
  7. 10. The 1950s was really when computer programming started to _____ off with programming languages.