Answer the following statements true (T) or false (F)
1. Linking is the process of combining the object file with other machine language statements and
loading the executable program into
2. Program bugs are errors which occur during the compilation step for preparing a C++ program for
execution.
3. The word size is the size of the registers in the ALU, and therefore depends on the design of the
processor.
4. A byte is by definition 8 bits.
5. Every real number can be represented exactly in binary in the computer's memory.
1. true
2. false
3. true
4. true
5. false
You might also like to view...
MC The expression a *= 4 is correctly represented by:
a) a = 4 * 4. b) a = 4a. c) a = a * 4. d) None of the above.
Which statement is false?
a. With datagram sockets a process establishes a connection to another process. b. The TCP protocol is used for transmission with stream sockets. c. The UDP protocol is used for transmission with datagram sockets. d. With the UDP protocol packets can be lost, duplicated or even arrive out of sequence.