Chapter 1 - Review (SHORT ANSWERS - Partly) Questions
What is the difference between a compiler and an interpreter?
A compiler is a program that translates a high-level language program into a separate machine language. An interpreter is a program that both translate and executes the instructions in a high-level language program.
Why is the CPU the most important component in a computer?
The CPU is the most important component in a computer is because without it you would not be able to run any type of software on the computer.
What type of software controls the internal operations of the computer's hardware?
The Operating systems is the software that controls the internal operations of the computer's hardware.
What would you call a device that works with binary data?
The device that works with binary data is called Digital device.
What number does a bit that is turned on represent? What number does a bit that is turned off represent?
The number a bit that is turned on represents the number 1. The number a bit that is turned off represents the number 0.
What are the short words that are used in assembly language called?
The short words that are used in assembly language is called Mnemonics.
What are the words that make up a high-level programming language called?
The word that make up a high-level programming language are called Keywords or reserved words.