Skip to main content

What is E-Commerce? Classify E-Commerce. Applications of E-Commerce


E-Commerce: E-Commerce stand for Electronic Commerce.

Classify E-Commerce:Following are the different kind of the E-Commerce:

§  B2B- Business to Business.
§  B2C- Business to Consumer.
§  C2-B- Consumer to Business.
§  C2C- Consumer to Consumer.



B2B- Business to Business: Business to Business (B2B) e-commerce encompasses all electronic transactions of goods or services conducted between companies.

B2C- Business to Consumer: It is the direct trade between companies and end consumers. This is the direct selling via the Internet.

C2-B- Consumer to Business: in a Consumer to Business E-commerce environment, consumer usually post their products or services online on which companies can post their bids.


C2C- Consumer to Consumer: Consumer sells online goods to other consumer. Most of the auction websites are working on this methodology. 

Popular posts from this blog

Draw the basic organization of computer

Answer:                 The basic organization of computer__ Input Unit: ·          It accepts (or reads) instructions and data from outside. ·          It converts these instructions and data in computer acceptable form ·          It supplies the converted instructions and data to the computer system for further processing. Central Processing Unit (CPU): Control Unit: Control unit of a computer system manages and coordinates the operations of all other components of the computer system. Arithmetic Logic Unit(ALU): Arithmetic logic unit of a computer system is the place, where the actual executions of instruction, takes place during processing operation. Storage Unit: Primary Memory: It is volatile ( loses data on power dissipation). It is used to hold running program instruction, data, intermediate results, and results of ongoing processing of jobs. Secondary Memory: It i

Describe the four basic data types. How could we extend the range of values they represent?

Answer: The basic four data types are: Data Type Integer Type Character Type Floating Point Type Void Type signed int short int long int unsigned unsigned int unsigned short int unsigned long int char signed char unsigned char float double long double