Chapter 2 Review

12345678910111213141516171819
Across
  1. 2. One of the design goals of this language is to consider user time more important than computer time
  2. 4. Known as the first compiled programming language
  3. 7. When a variable is assigned a value, it acquires the type of the value
  4. 9. A dynamic language that has powerful string pattern matching and is suitable for writing text editors.
  5. 10. SIMULA 67 has subprograms that are allowed to restart to the position where they previously stopped.
  6. 12. The world’s first programmer and inspiration for the name of the language designed by HOLWG.
  7. 14. First Programming language that implemented hierarchical data structures i.e. records
  8. 15. Designer of the language Plankalkül and also known as the inventor of the first working programmable computer
  9. 16. A language use in web programming that was developed by Brendan Eich.
  10. 18. The first programming language whose syntax was formally described using BNF.
  11. 19. A dialect of LISP that is well suited to educational applications due to its small size and simple syntax and semantic.
Down
  1. 1. A descendant of ALGOL 68 that is designed for teaching programming.
  2. 3. These are languages developed in late 1940s to early 1950s that aim to simplify programming process.
  3. 4. A language category wherein all computations are achieved by applying functions to arguments and repetitive process can be specified with recursive function calls.
  4. 5. Scripting language that is purely object-oriented
  5. 6. Programming that uses formal logic notation to communicate computational processes to a computer.
  6. 8. Designed at Google in 2009 and one of the motivations for the development of this language is the slowness of the compilation of C++ programs
  7. 9. The first programming language that fully supported object-oriented programming.
  8. 11. He designed and implemented C in 1972
  9. 13. Instance of Java class that resided on a Web server system
  10. 17. ____________ arrays are arrays than can grow and are resizable