Exam 14: Master File Update Processing
Exam 1: Introduction to Structured Design30 Questions
Exam 2: Simple Sequence Control Structure30 Questions
Exam 3: Ifthenelse Control Structure30 Questions
Exam 4: Dowhile Control Structurecounter-Controlled Loops30 Questions
Exam 5: Dowhile Control Structuretrailer Record Logic30 Questions
Exam 6: Modularization30 Questions
Exam 7: Case Control Structure30 Questions
Exam 8: Dountil Control Structure30 Questions
Exam 9: Introduction to Arrays30 Questions
Exam 10: Introduction to Object-Oriented Design30 Questions
Exam 11: Inheritance30 Questions
Exam 12: Other Class and Object Relationships30 Questions
Exam 13: Array Applications30 Questions
Exam 14: Master File Update Processing30 Questions
Exam 15: Control-Break Processing30 Questions
Select questions type
A master file is the same as a detail file.
Free
(True/False)
4.8/5
(43)
Correct Answer:
False
If the execution of a program processes large volumes of input collected as groups or sets,the program is said to operate in a(n)
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
A
When a new master file is created and then later used as the current master file it is referred to as a
(Multiple Choice)
4.9/5
(36)
If the execution of a program is initiated by a user at a terminal or PC to meet the user's problem-solving needs,the program is said to operate in a(n)
(Multiple Choice)
4.8/5
(31)
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.
(True/False)
4.9/5
(42)
Given the following master file containing employee names (key field)and hourly rates and given the following transaction file,what is the value of Tom's hourly rate 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
(Multiple Choice)
4.8/5
(35)
A master file update program usually has one input file and two output files.
(True/False)
4.8/5
(36)
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.
(True/False)
4.9/5
(46)
If a file is stored on a disk,the records must be accessed sequentially.
(True/False)
4.7/5
(39)
The portion of a record that contains the data that is used to arrange the records in sequence is called a(n)
(Multiple Choice)
4.8/5
(30)
A program flowchart describes the relationship of one or more programs and is valuable to people who want to understand the "big picture" of a system.
(True/False)
4.8/5
(27)
In an online processing environment the output of a program is used as input to another program.
(True/False)
4.9/5
(40)
In a sequential master file update procedure,when the transaction key is greater than the master key,which of the following is true?
(Multiple Choice)
5.0/5
(37)
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
(Multiple Choice)
4.8/5
(38)
What control structure is likely to be used to determine the type of transaction that has been input from a transaction file?
(Multiple Choice)
5.0/5
(35)
The master file records processed by a sequential master file update program must be arranged in sequence based on a key field.
(True/False)
4.7/5
(38)
In a sequential master file update procedure,when the transaction key is equal to the master key,which of the following is true?
(Multiple Choice)
4.7/5
(39)
If records are processed directly they do not need to be sorted first.
(True/False)
4.9/5
(33)
Showing 1 - 20 of 30
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)