Crandall's Creamery accumulates all business transactions throughout the day. At midnight, all transactions are processed. This is an example of ____.
a.
OLTP
b.
batch processing
c.
real-time processing
d.
occurrence processing
b.
batch processing
You might also like to view...
List and briefly describe at least six of the programs included with Microsoft Office 2013.
What will be an ideal response?
Guides are visible in the browser.
Answer the following statement true (T) or false (F)
Explicit values can be assigned to each enumerated constant, with unspecified values automatically continuing the integer sequence from the last specified value. For example, ____.
A. enum {Mon: 1, Tue, Wed, Thr, Fri, Sat, Sun}; B. enum {Mon, Tue, Wed, Thr, Fri, Sat, Sun}; Mon = 1; C. enum {Mon = 1, Tue, Wed, Thr, Fri, Sat, Sun}; D. enum {Mon 1, Tue, Wed, Thr, Fri, Sat, Sun};
File maintenance operations include
a) adding a new student to a school’s student file b) deleting a student from the school’s student file c) changing the address of a current student in the school’s student file d) all of the above