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