Answer the following statements true (T) or false (F)
1. CASE tools promote code reusability but do not help increase programmer productivity.
2. If the transaction record key is greater than the master record key then the next transaction record is read and processed against the current master record.
3. An error will occur if an attempt is made to add a transaction record to a master file and the record already exists in the master file.
4. An error will occur if an attempt is made to add a transaction record that has the same key field value(s) as a master record that has just been deleted from the master file.
5. If the transaction record key is less than the master record key then the transaction record is added to the master file and a new master file record is read.
1. false
2. false
3. true
4. false
5. false
You might also like to view...
A copy constructor, a destructor and an overloaded assignment operator are usually provided as a group for any class that uses dynamically allocated memory. With the addition of move semantics in C++11, you should also provide __________.
a. a move constructor b. a move assignment operator c. an overloaded move destructor d. both a. and b)
Which of the following are global file sharing settings from the Network and Sharing Center?
A. turn your computer's file and printer sharing on and off B. turn sharing on or off for Public folders C. require a valid password to access shared files D. all of the above
Which of the following statements is false?
a. For each function call, the interpreter pushes a stack frame onto the stack. This entry contains the return location that the called function needs so it can return control to its caller. When the function finishes executing, the interpreter pops the function’s stack frame, and control- transfers to the return location that was popped. b. The top stack frame always contains the information the currently executing function needs to return control to its caller. c. If before a function returns it makes a call to another function, the interpreter pushes a stack frame for that function call onto the stack. Thus, the return ad-dress required by the newly called function to return to its caller is now on top of the stack. d. All of the above statements are true.
____________________ browsing is useful if you are using a computer at a friend's house or a hotel, for example.
Fill in the blank(s) with the appropriate word(s).