Which of the following statements is not true?

A. Routine payroll processing begins with the submission of time cards.
B. Payroll clerks must verify the hours reported on the time cards.
C. Payroll reconciles personnel action forms with time cards and prepares paychecks.
D. Cash disbursements signs paychecks and forwards them to the paymaster for distribution.


Answer: B

Computer Science & Information Technology

You might also like to view...

A form setting applied so the tab order is based on the position of the controls in the form from left to right and top to bottom

a. Auto order b. Focus order c. Line order

Computer Science & Information Technology

The ________ stores descriptive information about a file and author that you may want to keep but do not want to show up in the text of the document

Fill in the blank(s) with correct word

Computer Science & Information Technology

?_____, a principle of design, is the repetition or alternation of a design element in order to provide a sense of movement, flow, and progress.

A. ?Unity B. ?Balance C. ?Rhythm D. ?Emphasis

Computer Science & Information Technology

The strFirstName and strLastName variables contain the strings "Jane" and "Jones," respectively. Which of the following statements will display a string as "Jones, Jane" (the last name, a comma, a space, and the first name) in the lblFullName control?

A. lblFullName = strLastName, & strFirstName B. lblFullName = strLastName & ", " strFirstName C. lblFullName = strLastName  & ", " & strFirstName D. none of the above

Computer Science & Information Technology