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

Computer Science & Information Technology

You might also like to view...

Which of the following is TRUE about monitors?

A) LCD panels have virtually replaced CRT display screens. B) CRT monitors are usually a lighter weight than LCDs. C) The more pixels, the lower resolution. D) LCDs use a large glass tube.

Computer Science & Information Technology

A switch statement variable must be ________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology