Skip to main content

Role of E-Commerce in Daily Life

Role of e-commerce




The role of e-commerce in daily life is becoming very important. This is the age of computer and internet. People find it easy to shop online and find the ordered goods on their door step. E-commerce can be used in the following ways:

1) Online Education


Online education is becoming very popular. Different types of interactive tutorials are available on internet. The students can download online books and tutorials free or with some price. Some websites provide online lectures for students.

2) Electronic Banking


Many banks are now introducing online banking. You can connect to your bank using your computer via internet. You can perform daily financial dealings from home. Many customers pay their bills using electronic banking.

3) Electronic Shopping


Now, People can shop from home using internet. Different manufacturers present their products on internet. People visit their website and select suitable products to purchase. Credit card is normally used to make a payment online.

4) Job Search


Internet is used to search different types of jobs all over the world. Many websites provides information to people about job vacancies.

5) Conducting Auctions


Many websites provide the facility of auction. People participate in auction to purchase a product. They can also pay the price using cedit card. A popular website eBay.com is providing the auction facility.

6) Collaboration with partners


Businessmen can collaborate with their partners using internet. They can discuss ideas and exchange views . they can make strategies in collaboration with their business partners all over the world.

7) Marketing and Advertising


E-commerce is playing an important role to market and advertise products all over the world. The use of advertisement on popular websites can be effective way to introduce a product to customers in the world.

8) Providing Customer Services


Business men can interact with their customers using internet. This can be faster and more convenient to access. Customers are using more and more computers today. So they prefer to complain online and find their solutions and quick response from the e-commerce website owners.


Basics of eCommerce

  1. Definition and History of ECommerce
  2. Role of E-Commerce in Daily Life
  3. Classification of e-Commerce Applications
  4. Difference Between Electronic Market and IOS
  5. Types Of e-Commerce


Ecommerce Payment Systems/ ePayment

  1. Types of Popular e-Payment Systems
  2. Explain Credit Card Payment System
  3. Advantages Disadvantages of Credit Cards
  4. Difference Between Debit Card and Credit Card
  5. Types of E-payment Security Schemes
  6. Types of e-Payment Security Protocols

Comments

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with magnetic material. Data is stored on mag

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below:

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver