In addition to sales, CRM, and SCM, the modules in an ERP system support business activities such as _____________.

A. product planning
B. manufacturing and purchasing
C. inventory control and distribution
D. all of the above


Answer: D

Computer Science & Information Technology

You might also like to view...

Consider the class

``` class Value { private T v; public Value(T v1) { v = v1; } public void output() { System.out.println(v); } } ``` The code Value nV1 = new Value(34.5); A) will cause a compiler error B) will compile correctly, but cause an exception at run time C) will compile and run correctly D) None of the above

Computer Science & Information Technology

What is a rollover cable?

What will be an ideal response?

Computer Science & Information Technology

What is the name of the UDP-based protocol that is used to communicate with an AAA server?

A) RADIUS B) TACACS+ C) DAP D) TFTP

Computer Science & Information Technology

____ satellites are closest to the Earth.?

A. ?Low-Earth-orbit (LEO) B. ?Middle-Earth-orbit (MEO) C. ?Geosynchronous-Earth-orbit (GEO) D. ?Highly-elliptical-Earth-orbit (HEO)

Computer Science & Information Technology