13. Which of the following is not an example of mathematical computation software?
14. Which of the following languages is unique to a computer design where the instructions are binary
strings?
15. Semantics are the set of grammar rules for a high-level language.
16. The CPU refers to the control unit and the ALU.(arithmetic logic unit)
17. A modern digital computer represents values in memory in base 10.
18. A compiler is hardware used to translate a C++ program into machine language.
19. The source file is the machine language version of a C++ program.
20. Linking is the process of combining the object file with other machine language statements and
21. Program bugs are errors which occur during the compilation step for preparing a C++ program for
execution.
22. The word size is the size of the registers in the ALU, and therefore depends on the design of the
processor.