1.
A Web application that allows customers to put items in the "shopping basket".
Explanation
This question is asking for the term that describes a web application feature that allows customers to add items to a virtual shopping basket. The correct answer is "Shopping Cart," which is a common feature on e-commerce websites that enables customers to collect items they wish to purchase before proceeding to checkout.
2.
The Web site that lists the products and their details.
Explanation
A storefront is a website that displays and provides information about various products and their details. It serves as an online platform where customers can browse through the available products, view their specifications, and make purchasing decisions. The term "storefront" implies that the website is designed to resemble a physical store, providing a virtual space for customers to explore and shop for products.
3.
It is done by processing of payments done by the customers.
Explanation
A payment gateway is a service that facilitates the processing of payments made by customers. It acts as a bridge between the customer, the merchant, and the bank, ensuring secure and smooth transactions. When a customer makes a payment online, the payment gateway securely transfers the payment information to the bank for authorization. It then provides the necessary feedback to the merchant, confirming whether the payment was successful or not. In summary, a payment gateway is responsible for securely processing and authorizing customer payments, making it an essential component of any online payment system.
4.
It is used to deposit a sum of money before they are given a merchant account required by the banks.
Explanation
Paypal and 2CheckOut are both online payment processors that require users to deposit a sum of money before being granted a merchant account by the banks. This deposit serves as a security measure to ensure that the user has enough funds to cover potential chargebacks or fraudulent activities. By requiring a deposit, Paypal and 2CheckOut can mitigate risks and protect themselves and their users from financial losses.
5.
Percentage of the sales added to the actual price of the item.
Explanation
Commission is the correct answer because it refers to the percentage of the sales that is added to the actual price of the item. When a salesperson earns a commission, it means they receive a percentage of the total sales they generate. This is a common practice in sales industries where employees are motivated to sell more by offering them a financial incentive in the form of a commission. The commission is usually a predetermined percentage of the sales price, and it serves as a reward for the salesperson's efforts in generating revenue for the company.
6.
A popular scripting language used for form validations.
Explanation
JavaScript is a widely used scripting language that is commonly used for form validations. It allows developers to add interactive elements and validate user input on web forms. With its easy syntax and robust features, JavaScript provides a flexible and efficient way to validate form data on the client side, enhancing user experience and ensuring data integrity.
7.
A collection of related dynamic Web pages.
Explanation
The given correct answer is "E-Commerce Web Application, webapp". This suggests that the collection of related dynamic web pages mentioned in the question refers specifically to an e-commerce web application. The term "webapp" is likely included as a shorthand or abbreviation for "web application". Therefore, the correct answer implies that the collection of related dynamic web pages is specifically designed for e-commerce purposes.
8.
A cellphone retail store taht would like to expand the selling over the Internet.
9.
A link that allows the user to add the current product displayed in the page will be displayed in the product page.
Explanation
The given correct answer states that there will be a link displayed on the product page that allows the user to add the current product to their cart. This suggests that the website or platform being referred to has a feature where users can select products and add them to their cart for purchase. The "Add to Cart" option is commonly used in e-commerce platforms to enable users to easily add products they are interested in to their cart for a streamlined shopping experience.
10.
The act of selling goods and services online.
Explanation
E-commerce and e-business both refer to the act of selling goods and services online. E-commerce specifically focuses on the buying and selling of products electronically, while e-business encompasses a broader range of online business activities, including marketing, customer service, and collaboration. Therefore, both terms accurately describe the act of conducting business transactions over the internet.
11.
Cyberstore composed of the following
Correct Answer(s)
A. Payment Gateway
C. Storefront
D. Shopping Cart
Explanation
Cyberstore is composed of three components: Payment Gateway, Storefront, and Shopping Cart. The Payment Gateway is responsible for securely processing online payments. The Storefront is the interface where customers can browse and select products. The Shopping Cart allows customers to add items to their cart and proceed to checkout. These three components work together to provide a seamless online shopping experience for customers.
12.
Details Required when paying using credit card.
Correct Answer(s)
A. Expiration Date
B. Card Number
D. Card Code
Explanation
When paying using a credit card, the required details are the expiration date, card number, and card code. The expiration date is necessary to ensure that the card is still valid. The card number is needed to identify the specific credit card being used for the transaction. The card code, also known as the CVV or CVC, is a security feature that helps verify the card's authenticity. The address is not mentioned as a required detail, as it is usually optional and may only be needed for certain types of transactions or additional security measures.
13.
A collection of related fields
Correct Answer(s)
Record
Explanation
A record is a collection of related fields. It refers to a set of data that is grouped together and represents a single entity or object. Each field within the record contains specific information about the entity being represented. Records are commonly used in databases to organize and store data in a structured manner.
14.
This unique identifier is called ____________
Correct Answer(s)
Primary Key
Explanation
A primary key is a unique identifier that is used to uniquely identify each record in a database table. It ensures that each record has a unique value for the primary key field, which helps in efficient retrieval and manipulation of data. The primary key is essential for maintaining data integrity and enforcing data constraints in a database system. It is often used in conjunction with foreign keys to establish relationships between tables in a relational database.
15.
___________ are codes that exist in a table that creates a connection to another table.
Correct Answer(s)
Foreign Key
Explanation
Foreign keys are codes that exist in a table that create a connection to another table. They establish a relationship between two tables in a database by referencing the primary key of another table. This allows for the enforcement of referential integrity, ensuring that data in the foreign key column matches the primary key column it references. By using foreign keys, tables can be linked together, enabling the retrieval and manipulation of related data across multiple tables in a database.
16.
In ______________________, the user will see the actual code used.
Correct Answer(s)
Client-side Scripting Language
Client side Scripting
Explanation
In client-side scripting, the user will see the actual code used. This means that the code is executed on the user's computer or device, rather than on the server. Client-side scripting languages like JavaScript are used to enhance the user experience by adding interactivity and dynamic content to web pages. The code is sent from the server to the user's browser, where it is executed and the results are displayed. This allows the user to view and interact with the code directly, making it easier to troubleshoot and understand how the website functions.
17.
____________________ is general scripting langaugae used to create a Web page.
Correct Answer(s)
HTML
Hypertext Markup Language
Explanation
HTML, also known as Hypertext Markup Language, is a general scripting language used to create web pages. It is the standard markup language for creating the structure and presentation of web content. HTML uses tags to define elements such as headings, paragraphs, images, links, and more. These tags are then interpreted by web browsers to display the content in a formatted manner. Therefore, HTML is the correct answer as it is the language specifically designed for creating web pages.
18.
The site will be composed of dynamic pages taht uses_____________ as the extension name.
Correct Answer(s)
.asp
Explanation
The given correct answer is ".asp". This extension is commonly used for dynamic web pages that are created using Active Server Pages (ASP) technology. ASP allows the web pages to be dynamically generated and customized based on user input or database queries. The ".asp" extension indicates that the web server should process the page using ASP before sending it to the user's browser.
19.
______________ is a basic and simple solution for creating and maintaining databases.
Correct Answer(s)
Microsoft Access
Explanation
Microsoft Access is a basic and simple solution for creating and maintaining databases. It is a widely used database management system that allows users to easily create tables, forms, queries, and reports. With its user-friendly interface and intuitive design, Microsoft Access is accessible to both beginners and experienced users. It provides various features for data organization, manipulation, and analysis, making it a suitable choice for small-scale database needs.
20.
Used for handling from validations such as checking wheteher or not the submitted from contains correct data.
Correct Answer(s)
Client Side Scripting Language
Client-Side Scripting Language
Client Side Scripting
Explanation
The given answer is correct because client-side scripting languages are used to handle form validations and check whether the submitted form contains correct data. These languages are executed on the client's web browser, allowing for immediate feedback and validation of user input without the need for server communication. Examples of client-side scripting languages include JavaScript, HTML, and CSS.
21.
5 disadvatages of E-Commerce
22.
5 advatages of E-Commerce
23.
Explain what is E-commerce in your own words.