Free E-Commerce Development MCQ Question and Answers — Questions and Answers
Question 1: What is checked by validation tools?
- Mobile friendliness
- Standard compliance (Correct answer)
- Accessibility
- Assistive technology compliance
Correct answer: Standard compliance
Validation tools are specifically designed to check if web pages and their underlying code (e.g., HTML, CSS) adhere to established web standards set by organizations like the W3C. This ensures consistency, interoperability across different browsers and devices, and contributes to better accessibility and maintainability. While other factors are important, standard compliance is the direct focus of these tools.
Question 2: Which primary factor renders web testing crucial?
- Better navigation
- Increased search engine rankings
- Better user experience
- All of the above (Correct answer)
Correct answer: All of the above
Web testing is crucial because it encompasses all aspects that contribute to a successful online presence. It ensures better navigation, making the site user-friendly and intuitive, which directly enhances the overall user experience. Furthermore, a well-tested and functional website often leads to increased search engine rankings due to improved performance and fewer errors, ultimately benefiting the user.
Question 3: Why is Secure Electronic Transaction Protocol used?
- Electronic cash payments
- Credit card payment (Correct answer)
- Payment of small amounts for internet services
- Cherub payment
Correct answer: Credit card payment
The Secure Electronic Transaction (SET) protocol was specifically developed to provide a secure framework for credit card transactions over open networks like the internet. It ensures the authenticity of both the cardholder and the merchant, protecting sensitive payment information during online purchases. SET's primary purpose was to enhance the security and integrity of credit card payments in e-commerce.
Question 4: Which of the following items is thought to be among the best for B2C e-commerce?
- Digital product (Correct answer)
- Fresh product
- Small product
- Specialty product
Correct answer: Digital product
Digital products, such as software, e-books, music, or online courses, are highly suitable for B2C e-commerce due to their inherent advantages. They can be delivered instantly and globally without physical shipping costs, inventory management, or logistical complexities. This allows for high scalability, lower operational costs, and immediate customer gratification, making them ideal for online sales.
Question 5: The private key is kept in _____________ using SSL.
- CA
- Approving authority
- Server
- Client (Correct answer)
Correct answer: Client
In SSL/TLS communication, the private key is securely stored on the server (the website's server). This private key is essential for decrypting information encrypted by the client's public key and for digitally signing the server's certificate during the SSL handshake. The client only receives the server's public key to encrypt data sent to the server.
Question 6: E-commerce from a communication standpoint includes ________.
- Payments over computer network (Correct answer)
- Community member collaboration
- Automating business transaction
- Customer service provisioning
Correct answer: Payments over computer network
From a communication standpoint, e-commerce fundamentally involves the exchange of information and transactions over computer networks. This includes the critical function of facilitating payments electronically, which is a core communication aspect enabling the transfer of funds between buyers and sellers. While other options relate to e-commerce, the direct communication of financial exchange is central.
Question 7: Which of the following statements about Secure Sockets Layers is accurate?
- Encrypts information
- Sends information over the internet
- Creates a secure, private connection to a web server
- All of the above (Correct answer)
Correct answer: All of the above
Secure Sockets Layer (SSL), and its successor TLS, performs all the listed functions. It encrypts information to protect data privacy, sends this encrypted information securely over the internet, and establishes a secure, private connection between a user's browser and a web server. These combined actions ensure the integrity and confidentiality of online communications.
What is checked by validation tools?