The Fixed Asset System is similar to the expenditure cycle except
a. fixed asset transactions are non-routine and require special authorization and controls
b. fixed assets are capitalized, not expensed
c. both a and b
d. none of the above
C
You might also like to view...
A bona fide occupational qualification must be:
A. a standard practice within an industry or community. B. absolutely required for the job. C. federal court-approved. D. a preferred customer or community characteristic for the job. E. related to the company’s supplier/customer partnerships.
A succinct description of the core target market to which a product is directed and a compelling picture of how the firm wants that core market to view the product is called a
A. marketing plan. B. mission statement. C. business plan. D. positioning statement. E. vision statement.
In 2005, the average CEO salary was __________ times the salary of a minimum wage worker.
a. 251 b. 542 c. 821 d. 1193
Given the table STUDENT(StudentID, Name, Advisor), which of the following SQL statements would be used to add new student data to the STUDENT table?
A) INSERT DATA STUDENT SET StudentID=123, Name='Jones', Advisor='Smith'; B) INSERT INTO STUDENT VALUES (123, 'Jones', 'Smith'); C) INSERT INTO STUDENT (New Student Data) VALUES (123, 'Jones', 'Smith'); D) INPUT DATA STUDENT SET StudentID=123, Name=' Jones', Advisor='Smith'; E) INPUT INTO STUDENT (123, 'Jones', 'Smith');