Module 7, Lesson 1 Assignment

 1. In not less than two sentences and in your own words what is the difference between a static and a dynamic website?

Answer: The difference between a static and a dynamic website is that a static website are ones that are fixed and display the same content for every user, usually written exclusively in HTML and it is easier to create. While the dynamic website displays different content and provide user interaction by using an advanced programming and databases in addition to HTML and it require more work.

2. Have you created a static website? If yes, what are these? Post the links. 

Answer: 
1. https://banariaresty.wordpress.com/2021/05/19/having-a-friend-like-them/
2. https://restybanaria12.000webhostapp.com/

3. In your own words what is an online database? Give three examples or situations where online database is being used.

Answer: An online database is a computer application that is delivered from the Internet that stores and organizes data to make it accessible to the user.

Example or situations where online database is being used:
1.  Online Television Streaming
Any online streaming service, such as Hulu or Netflix, uses databases to generate a list of TV shows and movies to watch. The database tracks an individual’s show preferences, and provide a list of recommended viewing.
2.  Social Media
Every social media platform stores reams of user information in databases used to recommend friends, businesses, products, and topics to the end user. This cross-referencing of data is immensely complex and uses highly reliable and capable database software. For example, MySQL is used in Facebook data centers.
3. eCommerce
Any online organization that sells its products or services uses databases. This includes activities such as organizing their products, pricing information, and user purchase history. The eCommerce store owner can then recommend other potential products to customers using platforms such as WooCommerce. This data is stored in highly secure databases, protected by the standards set through PCI Compliance. 

Comments