Given the following master file containing employee names (key field) and hourly rates and given the following transaction file, how many total records will there be in the updated master file?
Master File Transaction File
John 20.00 Add Jim 11.00
Mary 10.00 Delete John
Sue 6.00 Add Nancy 15.00
Tom 8.00 Delete Tom
Vince 13.00 Add Tom 13.00
Change Vince 14.00
a) 5
b) 6
c) 7
d) 8
b) 6
Computer Science & Information Technology
You might also like to view...
Alice 3 provides an installation wizard for Windows and MacOS systems.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following commands can be used to keep Ruby on Rails up to date?
A. gem update B. gem update rails C. gem get rails D. rubygem update rails
Computer Science & Information Technology
What are the three defined implementations of Fast Ethernet?
What will be an ideal response?
Computer Science & Information Technology
What are the four phases of compilation?
What will be an ideal response?
Computer Science & Information Technology