Across
- 2. He developed the C++ Programming language.
- 5. This allows a programmer to more easily trace a program’s execution in order to locate and correct errors in the program’s implementation.
- 6. It combines the compiler-generated machine code with precompiled library code or compiled code from other sources to make a complete executable program.
- 9. It modifies the contents of the source file before the compiler begins processing the code.
- 10. A set of words, symbols, and codes that enables humans to communicate with computers.
Down
- 1. The languages by which a user commands a computer to work on the algorithm which a user has written to get an output.
- 3. This software,converts the code written in a high-level language into object file.
- 4. A series of organized instructions that directs a computer to perform tasks.
- 7. It allows the user to enter the program source code and save it to files.
- 8. It is the way pieces of the language are arranged to make well-formed sentence.
