Which system is not part of the expenditure cycle?

A. cash disbursements
B. payroll
C. production planning/control
D. purchases/accounts payable


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. When defining a member function of a class, say class A, you can access only private members of the calling object, not those of parameter objects, although they might be of the same class type. 2. One can guarantee left to right evaluation of the arguments to a comma expression overloading.

Computer Science & Information Technology

Double-click the Format Painter button to apply formatting to a single selection

Indicate whether the statement is true or false

Computer Science & Information Technology

Visual Studio 2017 offers three ____ of colors to use for the BackColor and ForeColor properties.

A. indices B. grids C. rosters D. palettes

Computer Science & Information Technology

Which of the following is an example of an invalid assignment or declaration statement?

a) int age = 30; b) int money, dollars = 0, cents = 0; c) int years = 1; months = 12; days = 365; d) int length, meters, centimeters, millimeters; e) none of the above

Computer Science & Information Technology